1#ifndef COIN_SOTRANSENDER_H
2#define COIN_SOTRANSENDER_H
27#include <Inventor/SbBasic.h>
44 void modify(
SoNode * node);
45 void prepareToSend(
void);
The SbList class is a template container class for lists.
Definition SbList.h:61
void remove(const int index)
Definition SbList.h:143
void insert(const Type item, const int insertbefore)
Definition SbList.h:123
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoOutput class is an abstraction of an output stream.
Definition SoOutput.h:42