| 
    Open Inventor Reference
    
   | 
 
#include <Inventor/system/SbSystem.h>#include <Inventor/SbBox.h>#include <Inventor/actions/SoSubAction.h>#include <Inventor/nodes/SoComplexity.h>#include <Inventor/nodes/SoDrawStyle.h>#include <Inventor/nodes/SoLightModel.h>#include <Inventor/nodes/SoMaterialBinding.h>#include <Inventor/nodes/SoNormalBinding.h>#include <Inventor/nodes/SoPickStyle.h>#include <Inventor/nodes/SoShapeHints.h>#include <Inventor/nodes/SoTexture2.h>#include <Inventor/nodes/SoTextureCoordinateBinding.h>#include <Inventor/nodes/SoUnits.h>Go to the source code of this file.
Classes | |
| class | SoCallbackAction | 
| Performs a generic traversal of the scene graph.  More... | |
Typedefs | |
| typedef void | SoTriangleCB(void *userData, SoCallbackAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const SoPrimitiveVertex *v3) | 
| Typedefs for callback routines used with the callbacks for generating primitives.   | |
| typedef void | SoLineSegmentCB(void *userData, SoCallbackAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2) | 
| typedef void | SoPointCB(void *userData, SoCallbackAction *action, const SoPrimitiveVertex *v) | 
| typedef void SoLineSegmentCB(void *userData, SoCallbackAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2) | 
Definition at line 86 of file SoCallbackAction.h.
| typedef void SoPointCB(void *userData, SoCallbackAction *action, const SoPrimitiveVertex *v) | 
Definition at line 90 of file SoCallbackAction.h.
| typedef void SoTriangleCB(void *userData, SoCallbackAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const SoPrimitiveVertex *v3) | 
Definition at line 80 of file SoCallbackAction.h.