1#ifndef COIN_SOTRANSPARENCYTYPE_H
2#define COIN_SOTRANSPARENCYTYPE_H
27#include <Inventor/fields/SoSFEnum.h>
28#include <Inventor/nodes/SoSubNode.h>
29#include <Inventor/actions/SoGLRenderAction.h>
37 static void initClass(
void);
48 SORTED_OBJECT_SORTED_TRIANGLE_ADD =
50 SORTED_OBJECT_SORTED_TRIANGLE_BLEND =
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:68
The SoCallbackAction class invokes callbacks at specific nodes.
Definition SoCallbackAction.h:71
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:41
@ ADD
Definition SoGLRenderAction.h:54
@ SORTED_OBJECT_SORTED_TRIANGLE_ADD
Definition SoGLRenderAction.h:57
@ SCREEN_DOOR
Definition SoGLRenderAction.h:53
@ BLEND
Definition SoGLRenderAction.h:55
@ SORTED_OBJECT_BLEND
Definition SoGLRenderAction.h:55
@ SORTED_OBJECT_SORTED_TRIANGLE_BLEND
Definition SoGLRenderAction.h:58
@ DELAYED_ADD
Definition SoGLRenderAction.h:54
@ SORTED_OBJECT_ADD
Definition SoGLRenderAction.h:54
@ NONE
Definition SoGLRenderAction.h:59
@ DELAYED_BLEND
Definition SoGLRenderAction.h:55
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
virtual void doAction(SoAction *action)
Definition SoNode.cpp:785
virtual void callback(SoCallbackAction *action)
Definition SoNode.cpp:1002
virtual void GLRender(SoGLRenderAction *action)
Definition SoNode.cpp:930
The SoSFEnum class is a container for an enum value.
Definition SoSFEnum.h:31
The SoTransparencyType class is a node for setting the transparency type for shapes.
Definition SoTransparencyType.h:31
SoSFEnum value
Definition SoTransparencyType.h:55
Type
Definition SoTransparencyType.h:40
#define SO_NODE_HEADER(classname)
Definition macros.dox:43