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);
53 static void printName(
SoBase * base);
The SbList class is a template container class for lists.
Definition SbList.h:70
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition SoBase.h:45
The SoField class is the top-level abstract base class for fields.
Definition SoField.h:47
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56