Go to the documentation of this file.
52 #ifndef vtkTransformInterpolator_h
53 #define vtkTransformInterpolator_h
64 class vtkTransformList;
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);}
#define vtkGetObjectMacro(name, type)
represents an 3D object for placement in a rendered scene
record modification and/or execution time
#define vtkTypeMacro(thisClass, superclass)
abstract base class for most VTK objects
#define vtkSetClampMacro(name, type, min, max)
a simple class to control print indentation
represent and manipulate 4x4 transformation matrices
#define vtkGetMacro(name, type)
interpolate a tuple of arbitray size
#define VTKRENDERINGCORE_EXPORT