31 #include <Inventor/SbBasic.h>
37 static const char * GetEnv(
const char * var);
38 static void RTPrintf(
const char * formatstr, ...);
39 static void NamePtr(
const char * name,
void * ptr);
40 static const char * PtrName(
void * ptr);
41 static void write(
SoNode * node);
42 static void writeToFile(
SoNode * node,
const char * filename);
43 static void writeField(
SoField * field);
44 static void printName(
SoBase * base);
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:41
The SoField class is the top-level abstract base class for fields.
Definition: SoField.h:38
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47