Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members | Related Pages

openvrml::vrml97_node::world_info_node Class Reference

WorldInfo node instances. More...

Inheritance diagram for openvrml::vrml97_node::world_info_node:

Inheritance graph
[legend]
Collaboration diagram for openvrml::vrml97_node::world_info_node:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 world_info_node (const node_type &type, const scope_ptr &scope)
 Construct.

virtual ~world_info_node () throw ()
 Destroy.


Private Attributes

mfstring info
 string field.

sfstring title
 title field.


Friends

class world_info_class
 Class object for WorldInfo instances.


Detailed Description

WorldInfo node instances.


Constructor & Destructor Documentation

openvrml::vrml97_node::world_info_node::world_info_node const node_type type,
const scope_ptr scope
 

Construct.

Parameters:
type the node_type associated with the instance.
scope the scope that the new node will belong to.