1#ifndef COIN_SOBYTESTREAM_H
2#define COIN_SOBYTESTREAM_H
36#include <Inventor/system/inttypes.h>
37#include <Inventor/SbBasic.h>
50 void convert(
SoNode * node, SbBool binary = TRUE);
51 void convert(
SoPath * path, SbBool binary = TRUE);
55 uint32_t getNumBytes(
void);
60 void copy(
void * d,
size_t len);
61 SbBool isRawData(
void)
const;
The SbList class is a template container class for lists.
Definition SbList.h:70
void copy(const SbList< Type > &l)
Definition SbList.h:92
Definition SoByteStream.h:44
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoPathList class is a container for pointers to SoPath objects.
Definition SoPathList.h:40
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:52