source: nanovis/tags/1.1.3/NvZincBlendeVolumeShader.h @ 4937

Last change on this file since 4937 was 3502, checked in by ldelgass, 11 years ago

Add basic VTK structured points reader to nanovis, update copyright dates.

  • Property svn:eol-style set to native
File size: 571 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2/*
3 * Copyright (c) 2004-2013  HUBzero Foundation, LLC
4 *
5 */
6#ifndef NV_ZINCBLENDE_SHADER_H
7#define NV_ZINCBLENDE_SHADER_H
8
9#include "ZincBlendeVolume.h"
10#include "NvVolumeShader.h"
11
12class NvZincBlendeVolumeShader : public NvVolumeShader
13{
14public:
15    NvZincBlendeVolumeShader();
16
17    virtual ~NvZincBlendeVolumeShader();
18
19    virtual void bind(unsigned int tfID, Volume *volume,
20                      int sliceMode, float sampleRatio);
21
22    virtual void unbind();
23
24private:
25    void init();
26};
27
28#endif
Note: See TracBrowser for help on using the repository browser.