 |
VTK
9.0.1
|
Go to the documentation of this file.
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);
~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.