1#ifndef COIN_SOANNOTATION_H
2#define COIN_SOANNOTATION_H
36#include <Inventor/nodes/SoSubNode.h>
37#include <Inventor/nodes/SoSeparator.h>
The SoAnnotation node draws all its child geometry on top of other geometry.
Definition SoAnnotation.h:39
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:50
The SoSeparator class is a state-preserving group node.
Definition SoSeparator.h:44
virtual void GLRenderOffPath(SoGLRenderAction *action)
Definition SoSeparator.cpp:809
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoSeparator.cpp:475
virtual void GLRenderBelowPath(SoGLRenderAction *action)
Definition SoSeparator.cpp:653
virtual void GLRenderInPath(SoGLRenderAction *action)
Definition SoSeparator.cpp:757
virtual void GLRender(SoGLRenderAction *action)
Definition SoSeparator.cpp:623