26#ifndef vtkPCellDataToPointData_h
27#define vtkPCellDataToPointData_h
30#include "vtkFiltersParallelModule.h"
map cell data to point data
a simple class to control print indentation
Compute point arrays from cell arrays.
static vtkPCellDataToPointData * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, type information, and printing.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
~vtkPCellDataToPointData() override=default
vtkTypeBool PieceInvariant
vtkPCellDataToPointData()