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);
49 #endif // ! COIN_SOVRMLWORLDINFO_H
#define SO_NODE_HEADER(classname)
SoSFString title
Definition: SoVRMLWorldInfo.h:41
The SoVRMLWorldInfo class contains information about the VRML scene.The detailed class documentation ...
Definition: SoVRMLWorldInfo.h:32
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
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
SoMFString info
Definition: SoVRMLWorldInfo.h:42
The SoMFString class is a container for SbString values.This field is used where nodes, engines or other field containers needs to store arrays of strings.
Definition: SoMFString.h:31