Open Inventor Reference
SoMFTime Class Reference

Multiple-value field containing any number of SbTime values. More...

#include <Inventor/fields/SoMFTime.h>

Inheritance diagram for SoMFTime:
SoMField SoField

List of all members.

Static Public Member Functions

static void initClass ()

Detailed Description

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

SoMFTimes are written to file as one or more double-precision floating point values representing the length of time in seconds. Absolute times are measured relative to 00:00:00 GMT, January 1, 1970.

When more than one value is present, all of the values are enclosed in square brackets and separated by commas; for example:

[ 1.0, 1345600.1200055, 99.8 ]
See Also
SbTime

Definition at line 88 of file SoMFTime.h.


Member Function Documentation

static void SoMFTime::initClass ( ) [static]

Reimplemented from SoMField.


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