| Home | Download | Screen shots | Discussion | Documentation |
|---|
Inheritance diagram for openvrml::vrml97_node::orientation_interpolator_node:


Public Member Functions | |
| orientation_interpolator_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~orientation_interpolator_node () throw () |
| Destroy. | |
Private Member Functions | |
| void | process_set_fraction (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_fraction eventIn handler. | |
| void | process_set_key (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_key eventIn handler. | |
| void | process_set_keyValue (const field_value &value, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_keyValue eventIn handler. | |
Private Attributes | |
| mffloat | key |
| key exposedField. | |
| mfrotation | keyValue |
| keyValue exposedField. | |
| sfrotation | value |
| value_changed eventOut. | |
Friends | |
| class | orientation_interpolator_class |
| Class object for OrientationInterpolator nodes. | |
|
||||||||||||
|
Construct.
|
|
||||||||||||
|
set_fraction eventIn handler.
|
|
||||||||||||
|
set_key eventIn handler.
|
|
||||||||||||
|
set_keyValue eventIn handler.
|