1 #ifndef COIN_SOMFBOOL_H 2 #define COIN_SOMFBOOL_H 36 #include <Inventor/fields/SoMField.h> 37 #include <Inventor/fields/SoSubField.h> 44 SO_MFIELD_SETVALUESPOINTER_HEADER(SbBool);
47 static void initClass(
void);
50 virtual int getNumValuesPerLine(
void)
const;
53 #endif // !COIN_SOMFBOOL_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:41
The SoMFBool class is a container for SbBool values.This field is used where nodes, engines or other field containers needs to store multiple boolean on/off or TRUE/FALSE values.
Definition: SoMFBool.h:39