Coin
4.0.3
Coin3D core library
|
#include <SoDebug.h>
Static Public Member Functions | |
static const char * | GetEnv (const char *var) |
static void | NamePtr (const char *name, void *ptr) |
static void | printName (SoBase *base) |
static const char * | PtrName (void *ptr) |
static void | RTPrintf (const char *formatstr,...) |
static void | write (SoNode *node) |
static void | writeField (SoField *field) |
static void | writeToFile (SoNode *node, const char *filename) |
The SoDebug class is a small collection of debugging related functions.
This is a portable getenv-wrapper.
Real-time printf designed for use when use of standard printf() would cause timing problems.
NOT IMPLEMENTED. Currently it just forwards to printf().
Writes the node to the given filename, or /tmp/debug.iv if filename is NULL.