1#ifndef COIN_SOBYTESTREAM_H
2#define COIN_SOBYTESTREAM_H
27#include <Inventor/system/inttypes.h>
28#include <Inventor/SbBasic.h>
35class COIN_DLL_API SoByteStream {
41 void convert(
SoNode * node, SbBool binary = TRUE);
42 void convert(
SoPath * path, SbBool binary = TRUE);
43 void convert(
SoPathList * pl, SbBool binary = TRUE);
46 uint32_t getNumBytes(
void);
48 static SoPathList * unconvert(SoByteStream * stream);
49 static SoPathList * unconvert(
void * data, uint32_t bytesinstream);
51 void copy(
void * d,
size_t len);
52 SbBool isRawData(
void)
const;
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoPathList class is a container for pointers to SoPath objects.
Definition SoPathList.h:31
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:43
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.