Home | Download | Screen shots | Discussion | Documentation |
---|
Public Member Functions | |
virtual | ~sound_source_node ()=0 throw () |
Destructor. | |
Protected Member Functions | |
sound_source_node (const node_type &type, const boost::shared_ptr< openvrml::scope > &scope) throw () | |
Constructor. | |
Private Member Functions | |
virtual sound_source_node * | to_sound_source () throw () |
Cast to a sound_source_node. |
openvrml::sound_source_node::~sound_source_node | ( | ) | throw () [pure virtual] |
Destructor.
openvrml::sound_source_node::sound_source_node | ( | const node_type & | type, | |
const boost::shared_ptr< openvrml::scope > & | scope | |||
) | throw () [protected] |
Constructor.
type | the node_type associated with the node. | |
scope | the Scope the node belongs to. |
sound_source_node * openvrml::sound_source_node::to_sound_source | ( | ) | throw () [private, virtual] |
Cast to a sound_source_node.
Reimplemented from openvrml::node.