1 #ifndef COIN_SOSFIELD_H     2 #define COIN_SOSFIELD_H    36 #include <Inventor/fields/SoField.h>    46   static void atexit_cleanup(
void);
    54 #endif // !COIN_SOSFIELD_H The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
 
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:38
 
static SoType getClassTypeId(void)
Definition: SoField.cpp:723
 
static void initClass(void)
Definition: SoField.cpp:626
 
The SoType class is the basis for the run-time type system in Coin.Many of the classes in the Coin li...
Definition: SoType.h:59