34 #ifndef __vtkEdgeCenters_h
35 #define __vtkEdgeCenters_h
37 #include "vtkInfovisCoreModule.h"
44 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkSetMacro(VertexCells,
int);
52 vtkGetMacro(VertexCells,
int);
53 vtkBooleanMacro(VertexCells,
int);
60 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
generate points at center of edges
Superclass for algorithms that produce only polydata as output.