41#ifndef vtkTransformInterpolator_h 
   42#define vtkTransformInterpolator_h 
   45#include "vtkRenderingCoreModule.h"  
   47VTK_ABI_NAMESPACE_BEGIN
 
   53class vtkTransformList;
 
  118    INTERPOLATION_TYPE_LINEAR = 0,
 
  120    INTERPOLATION_TYPE_MANUAL
 
  133  vtkSetClampMacro(InterpolationType, 
int, INTERPOLATION_TYPE_LINEAR, INTERPOLATION_TYPE_MANUAL);
 
  134  vtkGetMacro(InterpolationType, 
int);
 
a simple class to control print indentation
 
represent and manipulate 4x4 transformation matrices
 
abstract base class for most VTK objects
 
represents an 3D object for placement in a rendered scene
 
record modification and/or execution time
 
interpolate a tuple of arbitrary size
 
vtkTypeUInt32 vtkMTimeType