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

openvrml::vrml97_node::abstract_child_node Class Reference

Base class for all child nodes. More...

Inheritance diagram for openvrml::vrml97_node::abstract_child_node:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~abstract_child_node ()=0 throw ()
 Destroy.


Protected Member Functions

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


Detailed Description

Base class for all child nodes.

VRML97 defines "child" nodes as those that may occur at the root of the scene, in the "children" field of a Group, Transform, Anchor, or Billboard node, in the "level" field of a LOD node, or in the "choice" field of a Switch node.


Constructor & Destructor Documentation

openvrml::vrml97_node::abstract_child_node::abstract_child_node const node_type type,
const scope_ptr scope
[protected]
 

Construct.

Parameters:
type the node_type for the node.
scope the scope the new node should belong to.