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);
49 #endif // !COIN_SODEBUG_H
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:36
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:38
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47