1#ifndef COIN_SOTRANSENDER_H
2#define COIN_SOTRANSENDER_H
36#include <Inventor/SbBasic.h>
49 void insert(
SoNode * node);
51 void remove(
SoNode * parent,
int n);
53 void modify(
SoNode * node);
54 void prepareToSend(
void);
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoOutput class is an abstraction of an output stream.
Definition SoOutput.h:51
Definition SoTranSender.h:42