1 #ifndef COIN_SOSFTIME_H 
    2 #define COIN_SOSFTIME_H 
   27 #include <Inventor/fields/SoSField.h> 
   28 #include <Inventor/fields/SoSubField.h> 
   29 #include <Inventor/SbTime.h> 
   37   static void initClass(
void);
 
   40 #endif // !COIN_SOSFTIME_H 
The SoSField class is the base class for fields which contains only a single value.All field types which should always contain only a single member value inherits this class. SoSField is an abstract class. 
Definition: SoSField.h:29
The SbTime class instances represents time values.SbTime is a convenient way of doing system independ...
Definition: SbTime.h:41
The SoSFTime class is a container for an SbTime value.This field is used where nodes, engines or other field containers needs to store a single time representation. 
Definition: SoSFTime.h:31