29 #ifndef COIN_SOSFNODE_H 30 #define COIN_SOSFNODE_H 32 #include <Inventor/fields/SoSField.h> 33 #include <Inventor/fields/SoSubField.h> 44 static void initClass(
void);
46 virtual void fixCopy(SbBool copyconnections);
56 #endif // !COIN_SOSFNODE_H The SoOutput class is an abstraction of an output stream.SoOutput offers the ability to write basic t...
Definition: SoOutput.h:42
The SoSField class is the base class for fields which contains only a single value.All field types which should always contain only a single member value inherits this class. SoSField is an abstract class.
Definition: SoSField.h:29
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoSFNode class is a container for a single node.This field container stores a pointer to a Coin n...
Definition: SoSFNode.h:38
The SoMFNode class is a container for nodes.This field container stores an array of pointers to nodes...
Definition: SoMFNode.h:32
virtual void fixCopy(SbBool copyconnections)
Definition: SoField.cpp:1677
virtual SbBool referencesCopy(void) const
Definition: SoField.cpp:1692
virtual void countWriteRefs(SoOutput *out) const
Definition: SoField.cpp:2029