1 #ifndef COIN_SOALPHATEST_H 2 #define COIN_SOALPHATEST_H 36 #include <Inventor/fields/SoSFEnum.h> 37 #include <Inventor/fields/SoSFFloat.h> 38 #include <Inventor/nodes/SoSubNode.h> 46 static void initClass(
void);
71 #endif // !COIN_SOALPHATEST_H Definition: SoAlphaTest.h:56
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:45
Definition: SoAlphaTest.h:57
Definition: SoAlphaTest.h:50
#define SO_NODE_HEADER(classname)
Definition: SoAlphaTest.h:51
Definition: SoAlphaTest.h:53
The SoAlphaTest class is a node used to control the GL alpha test function.
Definition: SoAlphaTest.h:40
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoSFEnum class is a container for an enum value.
Definition: SoSFEnum.h:40
SoSFFloat value
Definition: SoAlphaTest.h:62
Function
Definition: SoAlphaTest.h:49
Definition: SoAlphaTest.h:52
The SoSFFloat class is a container for a floating point value.
Definition: SoSFFloat.h:39
Definition: SoAlphaTest.h:55
Definition: SoAlphaTest.h:54
virtual void GLRender(SoGLRenderAction *action)
Definition: SoNode.cpp:954
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition: SoGLRenderAction.h:50