40 #ifndef __vtkPointDataToCellData_h
41 #define __vtkPointDataToCellData_h
43 #include "vtkFiltersCoreModule.h"
51 void PrintSelf(ostream& os, vtkIndent indent);
57 vtkSetMacro(PassPointData,
int);
58 vtkGetMacro(PassPointData,
int);
59 vtkBooleanMacro(PassPointData,
int);
67 vtkInformationVector** inputVector,
68 vtkInformationVector* outputVector);
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
~vtkPointDataToCellData()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
map point data to cell data
static vtkDataSetAlgorithm * New()