43 #ifndef vtkPointDataToCellData_h 44 #define vtkPointDataToCellData_h 46 #include "vtkFiltersCoreModule.h" 62 vtkSetMacro(PassPointData,
bool);
63 vtkGetMacro(PassPointData,
bool);
64 vtkBooleanMacro(PassPointData,
bool);
73 vtkSetMacro(CategoricalData,
bool);
74 vtkGetMacro(CategoricalData,
bool);
75 vtkBooleanMacro(CategoricalData,
bool);
83 vtkSetMacro(ProcessAllArrays,
bool);
84 vtkGetMacro(ProcessAllArrays,
bool);
85 vtkBooleanMacro(ProcessAllArrays,
bool);
93 virtual void AddPointDataArray(
const char *
name);
100 virtual void RemovePointDataArray(
const char *
name);
106 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()