1 #ifndef COIN_SOANNOTATION_H
2 #define COIN_SOANNOTATION_H
27 #include <Inventor/nodes/SoSubNode.h>
28 #include <Inventor/nodes/SoSeparator.h>
36 static void initClass(
void);
48 #endif // !COIN_SOANNOTATION_H
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:36
#define SO_NODE_HEADER(classname)
virtual void GLRenderInPath(SoGLRenderAction *action)
Definition: SoSeparator.cpp:745
virtual void GLRenderBelowPath(SoGLRenderAction *action)
Definition: SoSeparator.cpp:641
The SoAnnotation node draws all its child geometry on top of other geometry.This group-type node uses...
Definition: SoAnnotation.h:30
virtual void GLRender(SoGLRenderAction *action)
Definition: SoSeparator.cpp:611
The SoSeparator class is a state-preserving group node.Subgraphs parented by SoSeparator nodes will n...
Definition: SoSeparator.h:35
virtual void GLRenderOffPath(SoGLRenderAction *action)
Definition: SoSeparator.cpp:797
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:41