40 #include <Inventor/SbBasic.h> 46 static const char * GetEnv(
const char * var);
47 static void RTPrintf(
const char * formatstr, ...);
48 static void NamePtr(
const char * name,
void * ptr);
49 static const char * PtrName(
void * ptr);
50 static void write(
SoNode * node);
51 static void writeToFile(
SoNode * node,
const char * filename);
52 static void writeField(
SoField * field);
53 static void printName(
SoBase * base);
58 #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:45
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56