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);
The SoMFString class is a container for SbString values.
Definition: SoMFString.h:40
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
The SoSFString class is a container for an SbString.
Definition: SoSFString.h:40
The SoVRMLWorldInfo class contains information about the VRML scene.
Definition: SoVRMLWorldInfo.h:42
SoMFString info
Definition: SoVRMLWorldInfo.h:51
SoSFString title
Definition: SoVRMLWorldInfo.h:50
#define SO_NODE_HEADER(classname)