Main Page   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members   Related Pages  

SphereSensorClass Class Reference

Class object for SphereSensor. More...

Inheritance diagram for SphereSensorClass:

NodeClass List of all members.

Public Methods

 SphereSensorClass (Browser &browser)
 Constructor.

virtual ~SphereSensorClass () throw ()
 Destructor.

virtual const NodeTypePtr createType (const std::string &id, const NodeInterfaceSet &) throw (UnsupportedInterface, std::bad_alloc)
 Create a NodeType.


Detailed Description

Class object for SphereSensor.


Constructor & Destructor Documentation

SphereSensorClass Browser   browser [explicit]
 

Constructor.

Parameters:
browser the Browser associated with this NodeClass.

~SphereSensorClass   throw () [virtual]
 

Destructor.


Member Function Documentation

const NodeTypePtr createType const std::string &    id,
const NodeInterfaceSet   interfaces
throw (UnsupportedInterface, std::bad_alloc) [virtual]
 

Create a NodeType.

Parameters:
id the name for the new NodeType.
interfaces the interfaces for the new NodeType.
Returns:
a NodeTypePtr to a NodeType capable of creating SphereSensor nodes.
Exceptions:
UnsupportedInterface if interfaces includes an interface not supported by SphereSensorClass.
std::bad_alloc if memory allocation fails.

Implements NodeClass.