92    virtual int         getNumValuesPerLine() 
const;
 
   95    virtual void        writeBinaryValues(
SoOutput *out) 
const;
 
   96    virtual bool        readBinaryValues(
SoInput *in, 
int numToRead);
 
 
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
 
#define SO_MFIELD_HEADER(className, valueType, valueRef)
This macro is all that is needed for most multiple-value field classes.
 
Multiple-value field containing any number of int32_t integers.
 
Base class for all multiple-valued fields.
 
Used to write Inventor data files.