54 #ifndef vtkQuaternionInterpolator_h
55 #define vtkQuaternionInterpolator_h
61 class vtkQuaternionList;
74 int GetNumberOfQuaternions();
95 void AddQuaternion(
double t,
double q[4]);
100 void RemoveQuaternion(
double t);
107 void InterpolateQuaternion(
double t,
double q[4]);
113 enum {INTERPOLATION_TYPE_LINEAR=0,
114 INTERPOLATION_TYPE_SPLINE
125 vtkSetClampMacro(InterpolationType,
int,INTERPOLATION_TYPE_LINEAR,
126 INTERPOLATION_TYPE_SPLINE);
127 vtkGetMacro(InterpolationType,
int);
129 {this->SetInterpolationType(INTERPOLATION_TYPE_LINEAR);}
131 {this->SetInterpolationType(INTERPOLATION_TYPE_SPLINE);}
abstract base class for most VTK objects
void SetInterpolationTypeToSpline()
virtual void PrintSelf(ostream &os, vtkIndent indent)
a simple class to control print indentation
void SetInterpolationTypeToLinear()
vtkQuaternionList * QuaternionList
VTKWRAPPINGJAVA_EXPORT jlong q(JNIEnv *env, jobject obj)
#define VTKCOMMONMATH_EXPORT