40 #ifndef __vtkCellDataToPointData_h
41 #define __vtkCellDataToPointData_h
43 #include "vtkFiltersCoreModule.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
59 vtkSetMacro(PassCellData,
int);
60 vtkGetMacro(PassCellData,
int);
61 vtkBooleanMacro(PassCellData,
int);
69 vtkInformationVector** inputVector,
70 vtkInformationVector* outputVector);
73 int RequestDataForUnstructuredGrid
74 (vtkInformation*, vtkInformationVector**, vtkInformationVector*);
map cell data to point data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
~vtkCellDataToPointData()
static vtkDataSetAlgorithm * New()