Go to the documentation of this file.
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);
~vtkPointDataToCellData() override
map point data to cell data
virtual void AddPointDataArray(const char *name)
Adds an array to be processed.
Internals * Implementation
Superclass for algorithms that produce output of the same type as input.
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.
a simple class to control print indentation
static vtkPointDataToCellData * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void ClearPointDataArrays()
Removes all arrays to be processed from the list.