93 void setValues(
int start,
int num,
const float xy[][2]);
113 virtual void writeBinaryValues(
SoOutput *out)
const;
114 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 two-dimensional vectors.
void set1Value(int index, float x, float y)
Set the index'th value to the given floating point values.
void setValues(int start, int num, const float xy[][2])
Some additional convenience functions:
void setValue(const float xy[2])
Sets the field to contain the given value and only the given value (if the array had multiple values ...
void set1Value(int index, const float xy[2])
Set the index'th value to the given floating point values.
void setValue(float x, float y)
Sets the field to contain the given value and only the given value (if the array had multiple values ...
Base class for all multiple-valued fields.
Used to write Inventor data files.