55#ifndef  _SO_ANNOTATION_ 
   56#define  _SO_ANNOTATION_ 
#define SoEXTENDER
Provide inline template functions for abs, swap, min, max, and clamp.
 
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
 
#define SO_NODE_HEADER(className)
Non-abstract classes have everything abstract classes have, plus a way to create an instance.
 
SoSFBool disableDepthBuffer
If true, the depth buffer is disabled during rendering of the children.
 
virtual ~SoAnnotation()
Destructor.
 
SoAnnotation()
Creates an annotation node with default settings.
 
SoSFBool clearDepthBuffer
If true, the depth buffer is cleared before rendering the children.
 
virtual void GLRenderBelowPath(SoGLRenderAction *action)
Implement actions.
 
virtual void GLRenderInPath(SoGLRenderAction *action)
 
Renders a scene graph using OpenGL.
 
Field containing a single boolean value.
 
Group node that saves and restores traversal state.