Sooutput.h -
#include <Inventor/system/inttypes.h>
#include <Inventor/SbBasic.h>
#include <Inventor/SbString.h>
#include <stdio.h>
class SoOutput
The SoOutput class is an abstraction of an output stream.
SoOutput offers the ability to write basic types to a file or a memory buffer in either ASCII or binary format. "
typedef void * SoOutputReallocCB (void *ptr, size_t newSize)
Generated automatically by Doxygen for Coin from the source code.