Open Inventor Reference
SoMFDouble Class Reference

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

#include <Inventor/fields/SoMFDouble.h>

Inheritance diagram for SoMFDouble:
SoMField SoField

List of all members.

Static Public Member Functions

static void initClass ()

Detailed Description

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

SoMFDoubles 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 SoMFDouble.h.


Member Function Documentation

static void SoMFDouble::initClass ( ) [static]

Reimplemented from SoMField.


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