25 #ifndef __vtkPCellDataToPointData_h
26 #define __vtkPCellDataToPointData_h
28 #include "vtkFiltersParallelModule.h"
35 void PrintSelf(ostream& os, vtkIndent indent);
42 vtkSetMacro(PieceInvariant,
int);
43 vtkGetMacro(PieceInvariant,
int);
44 vtkBooleanMacro(PieceInvariant,
int);
53 vtkInformationVector** inputVector,
54 vtkInformationVector* outputVector);
56 vtkInformationVector**,
57 vtkInformationVector*);
static vtkCellDataToPointData * New()
~vtkPCellDataToPointData()
void PrintSelf(ostream &os, vtkIndent indent)
Compute point arrays from cell arrays.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
map cell data to point data
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)