1#ifndef COIN_SOTRANSENDER_H
2#define COIN_SOTRANSENDER_H
27#include <Inventor/SbBasic.h>
33class COIN_DLL_API SoTranSender {
40 void insert(
SoNode * node);
42 void remove(
SoNode * parent,
int n);
44 void modify(
SoNode * node);
45 void prepareToSend(
void);
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