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;
54 #endif // !COIN_SONONINDEXEDSHAPE_H
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:36
The SoNonIndexedShape class is the superclass for all non-indexed vertex based shapes.It contains the (now obsoleted) startIndex field and a convenience method for calculating the bounding box.
Definition: SoNonIndexedShape.h:32
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.This box abstraction class ...
Definition: SbBox3f.h:37
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
SoSFInt32 startIndex
Definition: SoNonIndexedShape.h:40
The SoSFInt32 class is a container for a 32-bit integer value.This field is used where nodes...
Definition: SoSFInt32.h:30
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:68
The SbVec3f class is a 3 dimensional vector with floating point coordinates.This vector class is used...
Definition: SbVec3f.h:40
The SoVertexShape class is the superclass for all vertex based shapes.Basically, every polygon-...
Definition: SoVertexShape.h:42
#define SO_NODE_ABSTRACT_HEADER(classname)