1#ifndef COIN_SOTRANSENDER_H
2#define COIN_SOTRANSENDER_H
27#include <Inventor/SbBasic.h>
33class COIN_DLL_API SoTranSender {
36 SoTranSender(SoOutput * output);
39 SoOutput * getOutput(
void)
const;
40 void insert(SoNode * node);
41 void insert(SoNode * node, SoNode * parent,
int n);
42 void remove(SoNode * parent,
int n);
43 void replace(SoNode * parent,
int n, SoNode * newnode);
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
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen 1.13.2.