source: trunk/packages/vizservers/nanovis/NvZincBlendeVolumeShader.h @ 3464

Last change on this file since 3464 was 3362, checked in by ldelgass, 11 years ago

Merge nanovis2 branch to trunk

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