addReference(const SoBase *base) | SoOutput | |
ADDRESSES enum value | SoOutput | |
Annotations enum name | SoOutput | |
bytesInBuf(void) const | SoOutput | [protected] |
closeFile(void) | SoOutput | [virtual] |
convertDouble(double d, char *to) | SoOutput | [protected] |
convertDoubleArray(double *from, char *to, int len) | SoOutput | [protected] |
convertFloat(float f, char *to) | SoOutput | [protected] |
convertFloatArray(float *from, char *to, int len) | SoOutput | [protected] |
convertInt32(int32_t l, char *to) | SoOutput | [protected] |
convertInt32Array(int32_t *from, char *to, int len) | SoOutput | [protected] |
convertShort(short s, char *to) | SoOutput | [protected] |
convertShortArray(short *from, char *to, int len) | SoOutput | [protected] |
COUNT_REFS enum value | SoOutput | |
decrementIndent(const int levels=1) | SoOutput | |
findReference(const SoBase *base) const | SoOutput | |
getAnnotation(void) | SoOutput | |
getBuffer(void *&bufPointer, size_t &nBytes) const | SoOutput | [virtual] |
getBufferSize(void) const | SoOutput | [virtual] |
getDefaultASCIIHeader(void) | SoOutput | [static] |
getDefaultBinaryHeader(void) | SoOutput | [static] |
getFilePointer(void) const | SoOutput | [virtual] |
getStage(void) const | SoOutput | |
incrementIndent(const int levels=1) | SoOutput | |
indent(void) | SoOutput | [virtual] |
isBinary(void) const | SoOutput | [virtual] |
isCompact(void) const | SoOutput | |
isToBuffer(void) const | SoOutput | [protected] |
makeRoomInBuf(size_t nBytes) | SoOutput | [protected] |
openFile(const char *const fileName) | SoOutput | [virtual] |
padHeader(const SbString &inString) | SoOutput | [protected, static] |
REF_COUNTS enum value | SoOutput | |
reset(void) | SoOutput | [virtual] |
resetBuffer(void) | SoOutput | [virtual] |
resetHeaderString(void) | SoOutput | [virtual] |
setAnnotation(uint32_t bits) | SoOutput | |
setBinary(const SbBool flag) | SoOutput | [virtual] |
setBuffer(void *bufPointer, size_t initSize, SoOutputReallocCB *reallocFunc, int32_t offset=0) | SoOutput | [virtual] |
setCompact(SbBool flag) | SoOutput | |
setFilePointer(FILE *newFP) | SoOutput | [virtual] |
setFloatPrecision(const int precision) | SoOutput | [virtual] |
setHeaderString(const SbString &str) | SoOutput | [virtual] |
setStage(Stage stage) | SoOutput | |
SoOutput(void) | SoOutput | |
SoOutput(SoOutput *dictOut) | SoOutput | |
Stage enum name | SoOutput | |
WRITE enum value | SoOutput | |
write(const char c) | SoOutput | [virtual] |
write(const char *s) | SoOutput | [virtual] |
write(const SbString &s) | SoOutput | [virtual] |
write(const SbName &n) | SoOutput | [virtual] |
write(const int i) | SoOutput | [virtual] |
write(const unsigned int i) | SoOutput | [virtual] |
write(const short s) | SoOutput | [virtual] |
write(const unsigned short s) | SoOutput | [virtual] |
write(const float f) | SoOutput | [virtual] |
write(const double d) | SoOutput | [virtual] |
writeBinaryArray(const unsigned char *c, const int length) | SoOutput | [virtual] |
writeBinaryArray(const int32_t *const l, const int length) | SoOutput | [virtual] |
writeBinaryArray(const float *const f, const int length) | SoOutput | [virtual] |
writeBinaryArray(const double *const d, const int length) | SoOutput | [virtual] |
wroteHeader | SoOutput | [protected] |
~SoOutput() | SoOutput | [virtual] |