46 #ifndef vtkPointDataToCellData_h
47 #define vtkPointDataToCellData_h
50 #include "vtkFiltersCoreModule.h"
70 vtkSetMacro(PassPointData,
bool);
71 vtkGetMacro(PassPointData,
bool);
72 vtkBooleanMacro(PassPointData,
bool);
82 vtkSetMacro(CategoricalData,
bool);
83 vtkGetMacro(CategoricalData,
bool);
84 vtkBooleanMacro(CategoricalData,
bool);
92 vtkSetMacro(ProcessAllArrays,
bool);
93 vtkGetMacro(ProcessAllArrays,
bool);
94 vtkBooleanMacro(ProcessAllArrays,
bool);
102 virtual void AddPointDataArray(
const char*
name);
109 virtual void RemovePointDataArray(
const char*
name);
115 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()