62#ifndef vtkInterpolateDataSetAttributes_h
63#define vtkInterpolateDataSetAttributes_h
66#include "vtkFiltersGeneralModule.h"
87 vtkGetMacro(T,
double);
Superclass for algorithms that produce output of the same type as input.
maintain an unordered list of dataset objects
Detect and break reference loops.
a simple class to control print indentation
interpolate scalars, vectors, etc.
vtkDataSetCollection * GetInputList()
Return the list of inputs to this filter.
static vtkInterpolateDataSetAttributes * New()
void ReportReferences(vtkGarbageCollector *) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkDataSetCollection * InputList
~vtkInterpolateDataSetAttributes() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkInterpolateDataSetAttributes()