55#ifndef  _SO_NON_INDEXED_SHAPE_ 
   56#define  _SO_NON_INDEXED_SHAPE_ 
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
 
#define SO_NODE_ABSTRACT_HEADER(className)
Macros to be called within the class definition header for a node subclass:
 
Abstract base class for all actions.
 
SoSFInt32 startIndex
Obsolete field, provided only for compatibility reasons.
 
virtual ~SoNonIndexedShape()
 
SoNonIndexedShape()
Constructor - makes this abstract.
 
void computeCoordBBox(SoAction *action, int numVertices, SbBox3f &box, SbVec3f ¢er)
This is a convenience method to simplify the job of computing bounding boxes for subclasses; it can b...
 
Field containing a int32_t integer.
 
SoVertexShape()
Constructor - makes this abstract.