1 #ifndef COIN_SOMFPLANE_H 2 #define COIN_SOMFPLANE_H 36 #include <Inventor/fields/SoMField.h> 37 #include <Inventor/fields/SoSubField.h> 38 #include <Inventor/SbPlane.h> 46 static void initClass(
void);
49 virtual int getNumValuesPerLine(
void)
const;
52 #endif // !COIN_SOMFPLANE_H The SoMField class is the base class for fields which can contain multiple values.
Definition: SoMField.h:41
The SoMFPlane class is a container for SbPlane values.
Definition: SoMFPlane.h:40
The SbPlane class represents a plane in 3D space.
Definition: SbPlane.h:43