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