44 #ifndef vtkTupleInterpolator_h 
   45 #define vtkTupleInterpolator_h 
   48 #include "vtkRenderingCoreModule.h"  
   69   void SetNumberOfComponents(
int numComp);
 
   70   vtkGetMacro(NumberOfComponents, 
int);
 
   77   int GetNumberOfTuples();
 
  101   void AddTuple(
double t, 
double tuple[]);
 
  107   void RemoveTuple(
double t);
 
  115   void InterpolateTuple(
double t, 
double tuple[]);
 
  122     INTERPOLATION_TYPE_LINEAR = 0,
 
  123     INTERPOLATION_TYPE_SPLINE
 
  137   void SetInterpolationType(
int type);
 
  138   vtkGetMacro(InterpolationType, 
int);
 
  153   vtkGetObjectMacro(InterpolatingSpline, 
vtkSpline);
 
  170   void InitializeInterpolation();