Home | Download | Screen shots | Discussion | Documentation | Links |
---|
Inheritance diagram for OrientationInterpolator:
Public Methods | |
OrientationInterpolator (const NodeType &nodeType, const ScopePtr &scope) | |
Constructor. | |
virtual | ~OrientationInterpolator () 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 &mfrotation, double timestamp) throw (std::bad_cast, std::bad_alloc) |
set_keyValue eventIn handler. | |
Private Attributes | |
MFFloat | key |
MFRotation | keyValue |
SFRotation | value |
Friends | |
class | OrientationInterpolatorClass |
|
Constructor.
|
|
Destructor.
|
|
set_fraction eventIn handler.
|
|
set_key eventIn handler.
|
|
set_keyValue eventIn handler.
|