27 #include <Inventor/nodes/SoSubNode.h> 
   28 #include <Inventor/fields/SoSFString.h> 
   36   static void initClass(
void);
 
   45 #endif // !COIN_SOINFO_H 
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:36
#define SO_NODE_HEADER(classname)
The SoInfo class is a node for holding text information.This is simply a placeholder for textual info...
Definition: SoInfo.h:30
The SoSFString class is a container for an SbString.This field is used where nodes, engines or other field containers needs to store a single string. 
Definition: SoSFString.h:31
SoSFString string
Definition: SoInfo.h:39
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47