40 #ifndef __vtkCellDataToPointData_h
41 #define __vtkCellDataToPointData_h
43 #include "vtkFiltersCoreModule.h"
44 #include "vtkDataSetAlgorithm.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
59 vtkSetMacro(PassCellData,
int);
60 vtkGetMacro(PassCellData,
int);
61 vtkBooleanMacro(PassCellData,
int);
68 virtual int RequestData(vtkInformation* request,
69 vtkInformationVector** inputVector,
70 vtkInformationVector* outputVector);
73 int RequestDataForUnstructuredGrid
74 (vtkInformation*, vtkInformationVector**, vtkInformationVector*);
map cell data to point data
~vtkCellDataToPointData()