24 #ifndef COIN_SOVRMLWORLDINFO_H
25 #define COIN_SOVRMLWORLDINFO_H
27 #include <Inventor/nodes/SoSubNode.h>
28 #include <Inventor/nodes/SoNode.h>
29 #include <Inventor/fields/SoMFString.h>
30 #include <Inventor/fields/SoSFString.h>
38 static void initClass(
void);
The SoMFString class is a container for SbString values.
Definition: SoMFString.h:31
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
The SoSFString class is a container for an SbString.
Definition: SoSFString.h:31
The SoVRMLWorldInfo class contains information about the VRML scene.
Definition: SoVRMLWorldInfo.h:33
SoMFString info
Definition: SoVRMLWorldInfo.h:42
SoSFString title
Definition: SoVRMLWorldInfo.h:41
#define SO_NODE_HEADER(classname)