Open Inventor Reference
SoMFFloat Class Reference

Multiple-value field containing any number of floating point values. More...

#include <Inventor/fields/SoMFFloat.h>

Inheritance diagram for SoMFFloat:
SoMField SoField

List of all members.

Static Public Member Functions

static void initClass ()

Detailed Description

A multiple-value field that contains any number of floating point values.

SoMFFloats are written to file as one or more values in standard scientific notation. When more than one value is present, all of the values are enclosed in square brackets and separated by commas; for example:

[ 1.0, 2.3, 5, 6.2e4, -100, ]

The last comma is optional.

Definition at line 82 of file SoMFFloat.h.


Member Function Documentation

static void SoMFFloat::initClass ( ) [static]

Reimplemented from SoMField.


The documentation for this class was generated from the following file: