Go to the documentation of this file.
26 #ifndef vtkPCellDataToPointData_h
27 #define vtkPCellDataToPointData_h
29 #include "vtkFiltersParallelModule.h"
46 vtkGetMacro(PieceInvariant,
int);
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called within ProcessRequest when a request asks the algorithm to do its work.
static vtkPCellDataToPointData * New()
a simple class to control print indentation
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
map cell data to point data
Compute point arrays from cell arrays.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkPCellDataToPointData()
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
~vtkPCellDataToPointData()