1 #ifndef COIN_SONONINDEXEDSHAPE_H
2 #define COIN_SONONINDEXEDSHAPE_H
27 #include <Inventor/nodes/SoSubNode.h>
28 #include <Inventor/nodes/SoVertexShape.h>
29 #include <Inventor/fields/SoSFInt32.h>
38 static void initClass(
void);
46 void computeCoordBBox(
SoAction * action,
int numVertices,
49 void fixNumVerticesPointers(
SoState *state,
const int32_t *&start,
const int32_t *&end,
50 int32_t *dummyarray)
const;
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition: SbBox3f.h:37
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:37
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:67
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:41
The SoNonIndexedShape class is the superclass for all non-indexed vertex based shapes.
Definition: SoNonIndexedShape.h:32
SoSFInt32 startIndex
Definition: SoNonIndexedShape.h:40
The SoSFInt32 class is a container for a 32-bit integer value.
Definition: SoSFInt32.h:30
The SoState class manages the Coin scenegraph traversal state data.
Definition: SoState.h:35
The SoVertexShape class is the superclass for all vertex based shapes.
Definition: SoVertexShape.h:42