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

openvrml::vrml97_node::sphere_sensor_class Class Reference

Inheritance diagram for openvrml::vrml97_node::sphere_sensor_class:

Inheritance graph
[legend]
List of all members.

Detailed Description

Class object for SphereSensor nodes.


Public Member Functions

 sphere_sensor_class (openvrml::browser &browser)
 Construct.
virtual ~sphere_sensor_class () throw ()
 Destroy.

Private Member Functions

virtual const node_type_ptr do_create_type (const std::string &id, const node_interface_set &interfaces) const throw (unsupported_interface, std::bad_alloc)
 Create a node_type.

Constructor & Destructor Documentation

openvrml::vrml97_node::sphere_sensor_class::sphere_sensor_class openvrml::browser browser  )  [explicit]
 

Construct.

Parameters:
browser the browser associated with this node_class.

openvrml::vrml97_node::sphere_sensor_class::~sphere_sensor_class  )  throw () [virtual]
 

Destroy.


Member Function Documentation

const node_type_ptr openvrml::vrml97_node::sphere_sensor_class::do_create_type const std::string &  id,
const node_interface_set interfaces
const throw (unsupported_interface, std::bad_alloc) [private, virtual]
 

Create a node_type.

Parameters:
id the name for the new node_type.
interfaces the interfaces for the new node_type.
Returns:
a node_type_ptr to a node_type capable of creating SphereSensor nodes.
Exceptions:
unsupported_interface if interfaces includes an interface not supported by sphere_sensor_class.
std::bad_alloc if memory allocation fails.

Implements openvrml::node_class.