41 #ifndef vtkCellDataToPointData_h
42 #define vtkCellDataToPointData_h
44 #include "vtkFiltersCoreModule.h"
63 vtkGetMacro(PassCellData,
int);
map cell data to point data
~vtkCellDataToPointData() override
static vtkCellDataToPointData * New()
int RequestDataForUnstructuredGrid(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void interpolatePointData(vtkDataSet *input, vtkDataSet *output)
void interpolatePointDataWithMask(vtkStructuredGrid *input, vtkDataSet *output)
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
Superclass for algorithms that produce output of the same type as input.
abstract class to specify dataset behavior
a simple class to control print indentation
topologically regular array of data
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.