MeVisLabToolboxReference
MeVisLab/Standard/Sources/Inventor/SoShader/Inventor/nodes/SoSampler2D.h
Go to the documentation of this file.
00001 // **InsertLicense** code
00002 
00006 
00007 
00008 #ifndef  _SO_SAMPLER_2D_
00009 #define  _SO_SAMPLER_2D_
00010 
00011 #include "SoShaderSystem.h"
00012 #include "Inventor/nodes/SoSampler.h"
00013 
00015 class INVENTOR_SHADER_API SoSampler2D : public SoSampler
00016 {
00017    typedef SoSampler inherited;
00018 
00019    SO_NODE_ABSTRACT_HEADER(SoSampler2D);
00020 
00021    public:
00022 
00024       SoSFEnum   wrapT;
00025       
00026    protected:
00027       
00029       SoSampler2D();
00030 
00031    SoINTERNAL public:
00032 
00034       static void    initClass();
00035 };
00036 
00037 #endif  // _SO_SAMPLER_2D_