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>
SoSFEnum function
Definition SoAlphaTest.h:61
SoAlphaTest(void)
Definition SoAlphaTest.cpp:150
SoSFFloat value
Definition SoAlphaTest.h:62
Function
Definition SoAlphaTest.h:49
@ NONE
Definition SoAlphaTest.h:50
@ NOTEQUAL
Definition SoAlphaTest.h:58
@ EQUAL
Definition SoAlphaTest.h:55
@ NEVER
Definition SoAlphaTest.h:51
@ LEQUAL
Definition SoAlphaTest.h:54
@ GEQUAL
Definition SoAlphaTest.h:56
@ GREATER
Definition SoAlphaTest.h:57
@ LESS
Definition SoAlphaTest.h:53
@ ALWAYS
Definition SoAlphaTest.h:52
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:50
SoNode(void)
Definition SoNode.cpp:417
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoNode.cpp:573
virtual void GLRender(SoGLRenderAction *action)
Definition SoNode.cpp:1003
The SoSFEnum class is a container for an enum value.
Definition SoSFEnum.h:40
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:39
#define SO_NODE_HEADER(classname)
Definition Coin_macros.dox:50