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>
59 int32_t *dummyarray)
const;
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition SbBox3f.h:46
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
SoNonIndexedShape(void)
Definition SoNonIndexedShape.cpp:63
SoSFInt32 startIndex
Definition SoNonIndexedShape.h:49
void fixNumVerticesPointers(SoState *state, const int32_t *&start, const int32_t *&end, int32_t *dummyarray) const
Definition SoNonIndexedShape.cpp:167
void computeCoordBBox(SoAction *action, int numVertices, SbBox3f &box, SbVec3f ¢er)
Definition SoNonIndexedShape.cpp:99
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
static void initClass(void)
Definition SoVertexShape.cpp:136
SoVertexShape(void)
Definition SoVertexShape.cpp:150
#define SO_NODE_ABSTRACT_HEADER(classname)
Definition Coin_macros.dox:61