34 #ifndef vtkPointDataToCellData_h
35 #define vtkPointDataToCellData_h
38 #include "vtkFiltersCoreModule.h"
40 VTK_ABI_NAMESPACE_BEGIN
59 vtkSetMacro(PassPointData,
bool);
60 vtkGetMacro(PassPointData,
bool);
61 vtkBooleanMacro(PassPointData,
bool);
71 vtkSetMacro(CategoricalData,
bool);
72 vtkGetMacro(CategoricalData,
bool);
73 vtkBooleanMacro(CategoricalData,
bool);
81 vtkSetMacro(ProcessAllArrays,
bool);
82 vtkGetMacro(ProcessAllArrays,
bool);
83 vtkBooleanMacro(ProcessAllArrays,
bool);
91 virtual void AddPointDataArray(
const char*
name);
98 virtual void RemovePointDataArray(
const char*
name);
104 virtual void ClearPointDataArrays();
110 virtual vtkIdType GetNumberOfPointArraysToProcess();
111 virtual void GetPointArraysToProcess(
const char* names[]);
128 VTK_ABI_NAMESPACE_END
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()