34#ifndef vtkPointDataToCellData_h
35#define vtkPointDataToCellData_h
38#include "vtkFiltersCoreModule.h"
41VTK_ABI_NAMESPACE_BEGIN
a simple class to control print indentation
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.
#define vtkPointDataToCellData