Assignments
Assignments
|
#include <keyFrames.h>
Public Member Functions | |
virtual | ~KeyFrameEvaluator (void) |
virtual DataType | evaluate (unsigned int dof, double t, int curveType)=0 |
This class represents a black box that can be used to evaluate the dofs
|
virtual |
The destructor
|
pure virtual |
This method interpolates the parameters associated to the prescribed degree of freedom and returns the associated data
Implemented in Ray::KeyFrameParameters< DataType, ParameterType >.