openvrml::vrml97_node::extrusion_node::set_orientation_listener Class Reference
Inheritance diagram for openvrml::vrml97_node::extrusion_node::set_orientation_listener:
[legend]List of all members.
Detailed Description
set_orientation event handler.
For internal use only.
Constructor & Destructor Documentation
| openvrml::vrml97_node::extrusion_node::set_orientation_listener::set_orientation_listener |
( |
extrusion_node & |
node |
) |
[explicit] |
|
| openvrml::vrml97_node::extrusion_node::set_orientation_listener::~set_orientation_listener |
( |
|
) |
throw () [virtual] |
|
Member Function Documentation
| void openvrml::vrml97_node::extrusion_node::set_orientation_listener::do_process_event |
( |
const mfrotation & |
orientation, |
|
|
double |
timestamp |
|
) |
throw (std::bad_alloc) [private, virtual] |
|
|
|
Process event.
- Parameters:
-
| orientation | orientation value. |
| timestamp | the current time. |
- Exceptions:
-
| std::bad_alloc | if memory allocation fails. |
|