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

openvrml::Vrml97RootScope Class Reference

Inheritance diagram for openvrml::Vrml97RootScope:

Inheritance graph
[legend]
List of all members.

Detailed Description

Root namespace for VRML97 browsers.

For internal use only.

Vrml97RootScope is initialized with the VRML97 node types.


Public Member Functions

 Vrml97RootScope (const browser &browser, const std::string &uri=std::string()) throw (std::bad_alloc)
 Constructor.

Constructor & Destructor Documentation

openvrml::Vrml97RootScope::Vrml97RootScope const browser browser,
const std::string &  uri = std::string()
throw (std::bad_alloc)
 

Constructor.

Parameters:
browser the browser object.
uri the URI associated with the stream being read.
Exceptions:
std::bad_alloc if memory allocation fails.