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