| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for PositionInterpolator:

Public Methods | |
| PositionInterpolator (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~PositionInterpolator () throw () |
| Destructor. | |
Private Methods | |
| void | processSet_fraction (const FieldValue &sffloat, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_fraction eventIn handler. | |
| void | processSet_key (const FieldValue &mffloat, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_key eventIn handler. | |
| void | processSet_keyValue (const FieldValue &mfvec3f, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_keyValue field mutator. | |
Private Attributes | |
| MFFloat | key |
| key exposedField. | |
| MFVec3f | keyValue |
| keyValue exposedField. | |
| SFVec3f | value |
| value_changed eventOut. | |
Friends | |
| class | PositionInterpolatorClass |
| Class object for PositionInterpolator instances. | |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
set_fraction eventIn handler.
|
|
||||||||||||
|
set_key eventIn handler.
|
|
||||||||||||
|
set_keyValue field mutator.
|
|
|
Class object for PositionInterpolator instances.
|
|
|
key exposedField.
|
|
|
keyValue exposedField.
|
|
|
value_changed eventOut.
|