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);
Superclass for algorithms that produce output of the same type as input.
a simple class to control print indentation
map point data to cell data
static vtkPointDataToCellData * New()
virtual void RemovePointDataArray(const char *name)
Removes an array to be processed.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
virtual void ClearPointDataArrays()
Removes all arrays to be processed from the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Internals * Implementation
~vtkPointDataToCellData() override
virtual void AddPointDataArray(const char *name)
Adds an array to be processed.