1 #ifndef COIN_SOMFDOUBLE_H
2 #define COIN_SOMFDOUBLE_H
36 #include <Inventor/fields/SoMField.h>
37 #include <Inventor/fields/SoSubField.h>
44 SO_MFIELD_SETVALUESPOINTER_HEADER(
double);
47 static void initClass(
void);
50 virtual int getNumValuesPerLine(
void)
const;
54 #endif // !COIN_SOMFDOUBLE_H
The SoMField class is the base class for fields which can contain multiple values.
Definition: SoMField.h:41
The SoMFDouble class is a container for double float precision point values.
Definition: SoMFDouble.h:39