1 #ifndef COIN_SOMFPLANE_H
2 #define COIN_SOMFPLANE_H
27 #include <Inventor/fields/SoMField.h>
28 #include <Inventor/fields/SoSubField.h>
29 #include <Inventor/SbPlane.h>
37 static void initClass(
void);
40 virtual int getNumValuesPerLine(
void)
const;
43 #endif // !COIN_SOMFPLANE_H
The SoMField class is the base class for fields which can contain multiple values.All field types which may contain more than one member value inherits this class. SoMField is an abstract class.
Definition: SoMField.h:32
The SoMFPlane class is a container for SbPlane values.This field is used where nodes, engines or other field containers needs to store multiple 3D plane definitions.
Definition: SoMFPlane.h:31
The SbPlane class represents a plane in 3D space.SbDPPlane is used by many other classes in Coin...
Definition: SbPlane.h:34