17 #ifndef vtkAttributeDataReductionFilter_h 18 #define vtkAttributeDataReductionFilter_h 50 vtkSetMacro(AttributeType,
int);
51 vtkGetMacro(AttributeType,
int);
55 vtkSetMacro(ReductionType,
int);
56 vtkGetMacro(ReductionType,
int);
59 switch (this->ReductionType)
virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkDataObjectAlgorithm * New()
void SetReductionTypeToAdd()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
void SetReductionTypeToMax()
Reduces cell/point attribute data with different modes to combine cell/point data.
#define VTKPVVTKEXTENSIONSMISC_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
const char * GetReductionTypeAsString()
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetReductionTypeToMin()
void operator=(const vtkObjectBase &)