37 #ifndef vtkPointDataToCellData_h 38 #define vtkPointDataToCellData_h 41 #include "vtkFiltersCoreModule.h" 56 vtkSetMacro(PassPointData,
bool);
57 vtkGetMacro(PassPointData,
bool);
58 vtkBooleanMacro(PassPointData,
bool);
67 vtkSetMacro(CategoricalData,
bool);
68 vtkGetMacro(CategoricalData,
bool);
69 vtkBooleanMacro(CategoricalData,
bool);
77 vtkSetMacro(ProcessAllArrays,
bool);
78 vtkGetMacro(ProcessAllArrays,
bool);
79 vtkBooleanMacro(ProcessAllArrays,
bool);
87 virtual void AddPointDataArray(
const char*
name);
94 virtual void RemovePointDataArray(
const char*
name);
100 virtual void ClearPointDataArrays();
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
Internals * Implementation
Superclass for algorithms that produce output of the same type as input.
map point data to cell data
static vtkDataSetAlgorithm * New()