40 #ifndef __vtkPointDataToCellData_h
41 #define __vtkPointDataToCellData_h
43 #include "vtkFiltersCoreModule.h"
44 #include "vtkDataSetAlgorithm.h"
51 void PrintSelf(ostream& os, vtkIndent indent);
57 vtkSetMacro(PassPointData,
int);
58 vtkGetMacro(PassPointData,
int);
59 vtkBooleanMacro(PassPointData,
int);
66 virtual int RequestData(vtkInformation* request,
67 vtkInformationVector** inputVector,
68 vtkInformationVector* outputVector);
~vtkPointDataToCellData()
map point data to cell data