1#ifndef COIN_SONONINDEXEDSHAPE_H
2#define COIN_SONONINDEXEDSHAPE_H
36#include <Inventor/nodes/SoSubNode.h>
37#include <Inventor/nodes/SoVertexShape.h>
38#include <Inventor/fields/SoSFInt32.h>
47 static void initClass(
void);
55 void computeCoordBBox(
SoAction * action,
int numVertices,
58 void fixNumVerticesPointers(
SoState *state,
const int32_t *&start,
const int32_t *&
end,
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition SbBox3f.h:46
The SbList class is a template container class for lists.
Definition SbList.h:70
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
The SoNonIndexedShape class is the superclass for all non-indexed vertex based shapes.
Definition SoNonIndexedShape.h:41
SoSFInt32 startIndex
Definition SoNonIndexedShape.h:49
The SoSFInt32 class is a container for a 32-bit integer value.
Definition SoSFInt32.h:39
The SoState class manages the Coin scene graph traversal state data.
Definition SoState.h:44
The SoVertexShape class is the superclass for all vertex based shapes.
Definition SoVertexShape.h:50