Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::scalar_interpolator_node:
Public Member Functions | |
scalar_interpolator_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~scalar_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 field mutator. | |
Private Attributes | |
mffloat | key |
key exposedField. | |
mffloat | keyValue |
keyValue exposedField. | |
sffloat | value |
value_changed eventOut. | |
Friends | |
class | scalar_interpolator_class |
Class object for ScalarInterpolator instances. |
|
Construct.
|
|
set_fraction eventIn handler.
|
|
set_key eventIn handler.
|
|
set_keyValue field mutator.
|