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

Public Methods | |
| CoordinateInterpolator (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~CoordinateInterpolator () throw () |
| Destructor. | |
Private Methods | |
| void | setKey (const FieldValue &mffloat) throw (std::bad_cast, std::bad_alloc) |
| void | setKeyValue (const FieldValue &mfvec3f) throw (std::bad_cast, std::bad_alloc) |
| 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 |
| MFVec3f | keyValue |
| MFVec3f | value |
Friends | |
| class | CoordinateInterpolatorClass |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
set_fraction eventIn handler.
|
|
||||||||||||
|
set_key eventIn handler.
|
|
||||||||||||
|
set_keyValue field mutator.
|