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


Public Member Functions | |
| color_interpolator_node (const node_type &type, const scope_ptr &scope) | |
| Construct. | |
| virtual | ~color_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. | |
| mfcolor | keyValue |
| keyValue exposedField. | |
| sfcolor | value |
| value_changed eventOut. | |
Friends | |
| class | color_interpolator_class |
| Class object for ColorInterpolator nodes. | |
|
||||||||||||
|
Construct.
|
|
||||||||||||
|
set_fraction eventIn handler.
|
|
||||||||||||
|
set_key eventIn handler.
|
|
||||||||||||
|
set_keyValue eventIn handler.
|