51#ifndef _SO_NON_INDEXED_SHAPE_
52#define _SO_NON_INDEXED_SHAPE_
54#include <Inventor/fields/SoSFInt32.h>
55#include <Inventor/nodes/SoVertexShape.h>
56#include <Inventor/SbPImpl.h>
111class SoNonIndexedShape : public SoVertexShape
113 SO_NODE_ABSTRACT_HEADER(SoNonIndexedShape);
114 SO_PIMPL_PUBLIC_HEADER(SoNonIndexedShape)
125 static void initClass();
126 static void exitClass();
129 virtual void notify( SoNotList* list );
155 virtual ~SoNonIndexedShape();
159 void commonConstructor();
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D vector class ...
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> 3D box with an a...
Abstract base class for all non-indexed vertex-based shapes.
SoSFInt32 startIndex
Index of first coordinate of shape.
Field containing a int32_t integer.