00001 #ifndef COIN_SONONINDEXEDSHAPE_H
00002 #define COIN_SONONINDEXEDSHAPE_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027 #include <Inventor/nodes/SoSubNode.h>
00028 #include <Inventor/nodes/SoVertexShape.h>
00029 #include <Inventor/fields/SoSFInt32.h>
00030
00031
00032 class COIN_DLL_API SoNonIndexedShape : public SoVertexShape {
00033 typedef SoVertexShape inherited;
00034
00035 SO_NODE_ABSTRACT_HEADER(SoNonIndexedShape);
00036
00037 public:
00038 static void initClass(void);
00039
00040 SoSFInt32 startIndex;
00041
00042 protected:
00043 SoNonIndexedShape(void);
00044 virtual ~SoNonIndexedShape();
00045
00046 void computeCoordBBox(SoAction * action, int numVertices,
00047 SbBox3f & box, SbVec3f & center);
00048
00049 void fixNumVerticesPointers(SoState *state, const int32_t *&start, const int32_t *&end,
00050 int32_t *dummyarray) const;
00051
00052 };
00053
00054 #endif // !COIN_SONONINDEXEDSHAPE_H