#include <Inventor/fields/SoFieldData.h>
#include <Inventor/nodes/SoGroup.h>
#include <Inventor/nodes/SoSubNode.h>
Go to the source code of this file.
Functions | |
virtual SoType | getTypeId () const |
SoUnknownNode () | |
Variables | |
SoUnknownNode | __pad1__ |
static size_t | MT_Id |
static SbThreadMutex | classMutex |
static SoType | classTypeId |
static SbBool | isBuiltIn |
static SbBool | firstInstance |
static SoFieldData * | fieldData |
static const SoFieldData ** | parentFieldData |
SoFieldData * | instanceFieldData |
SbString | className |
SoChildList * | hiddenChildren |
SbBool | hasChildren |
static bool | s_forceGroupAlternateRep |
virtual SoType getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
SoUnknownNode | ( | ) |
SoUnknownNode __pad1__ |
SbThreadMutex classMutex [static] |
SoType classTypeId [static] |
SoFieldData* fieldData [static] |
SbBool firstInstance [static] |
SoChildList* hiddenChildren |
SoFieldData* instanceFieldData |
size_t MT_Id [static] |
const SoFieldData** parentFieldData [static] |
bool s_forceGroupAlternateRep [static] |