34#ifndef vtkPointDataToCellData_h
35#define vtkPointDataToCellData_h
38#include "vtkFiltersCoreModule.h"
40VTK_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);
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
virtual vtkIdType GetNumberOfPointArraysToProcess()
static vtkPointDataToCellData * New()
Standard methods for instantiation, type information, and printing.
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 GetPointArraysToProcess(const char *names[])
virtual void ClearPointDataArrays()
Removes all arrays to be processed from the list.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
Internals * Implementation
~vtkPointDataToCellData() override
virtual void AddPointDataArray(const char *name)
Adds an array to be processed.