33 #ifndef COIN_SOVRMLWORLDINFO_H
34 #define COIN_SOVRMLWORLDINFO_H
36 #include <Inventor/nodes/SoSubNode.h>
37 #include <Inventor/nodes/SoNode.h>
38 #include <Inventor/fields/SoMFString.h>
39 #include <Inventor/fields/SoSFString.h>
47 static void initClass(
void);
58 #endif // ! COIN_SOVRMLWORLDINFO_H
The SoSFString class is a container for an SbString.
Definition: SoSFString.h:40
SoMFString info
Definition: SoVRMLWorldInfo.h:51
#define SO_NODE_HEADER(classname)
The SoVRMLWorldInfo class contains information about the VRML scene.
Definition: SoVRMLWorldInfo.h:41
The SoMFString class is a container for SbString values.
Definition: SoMFString.h:40
SoSFString title
Definition: SoVRMLWorldInfo.h:50
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56