Home | Download | Screen shots | Discussion | Documentation |
---|
Inheritance diagram for openvrml::vrml97_node::coordinate_interpolator_node:
Public Member Functions | |
coordinate_interpolator_node (const node_type &type, const scope_ptr &scope) | |
Construct. | |
virtual | ~coordinate_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. | |
mfvec3f | keyValue |
keyValue exposedField. | |
mfvec3f | value |
value_changed eventOut. | |
Friends | |
class | coordinate_interpolator_class |
Class object for CoordinateInterpolator nodes. |
|
Construct.
|
|
Destroy.
|
|
set_fraction eventIn handler.
|
|
set_key eventIn handler.
|
|
set_keyValue field mutator.
|
|
Class object for CoordinateInterpolator nodes.
|
|
key exposedField.
|
|
keyValue exposedField.
|
|
value_changed eventOut.
|