40 #ifndef __vtkCellCenters_h
41 #define __vtkCellCenters_h
43 #include "vtkFiltersGeneralModule.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
57 vtkSetMacro(VertexCells,
int);
58 vtkGetMacro(VertexCells,
int);
59 vtkBooleanMacro(VertexCells,
int);
66 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
generate points at center of cells
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.