52 #ifndef __vtkTransformInterpolator_h
53 #define __vtkTransformInterpolator_h
64 class vtkTransformList;
77 int GetNumberOfTransforms();
99 void AddTransform(
double t,
vtkProp3D *prop3D);
104 void RemoveTransform(
double t);
114 enum {INTERPOLATION_TYPE_LINEAR=0,
116 INTERPOLATION_TYPE_MANUAL
130 INTERPOLATION_TYPE_MANUAL);
133 {this->SetInterpolationType(INTERPOLATION_TYPE_LINEAR);}
135 {this->SetInterpolationType(INTERPOLATION_TYPE_SPLINE);}
137 {this->SetInterpolationType(INTERPOLATION_TYPE_MANUAL);}
186 void InitializeInterpolation();
abstract base class for most VTK objects
represent and manipulate 4x4 transformation matrices
interpolate a tuple of arbitray size
#define vtkGetMacro(name, type)
record modification and/or execution time
#define vtkSetClampMacro(name, type, min, max)
represents an 3D object for placement in a rendered scene
#define vtkTypeMacro(thisClass, superclass)
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual unsigned long GetMTime()
a simple class to control print indentation
#define vtkGetObjectMacro(name, type)
#define VTKRENDERINGCORE_EXPORT