35 #ifndef __vtkInterpolateDataSetAttributes_h
36 #define __vtkInterpolateDataSetAttributes_h
38 #include "vtkFiltersGeneralModule.h"
48 void PrintSelf(ostream& os, vtkIndent indent);
55 vtkSetClampMacro(T,
double,0.0,VTK_DOUBLE_MAX);
56 vtkGetMacro(T,
double);
65 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int FillInputPortInformation(int port, vtkInformation *info)
maintain an unordered list of dataset objects
virtual void ReportReferences(vtkGarbageCollector *)
vtkDataSetCollection * InputList
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
interpolate scalars, vectors, etc. and other dataset attributes
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()