30 #ifndef __vtkRemoveIsolatedVertices_h
31 #define __vtkRemoveIsolatedVertices_h
33 #include "vtkInfovisCoreModule.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
51 vtkInformationVector**,
52 vtkInformationVector*);
static vtkGraphAlgorithm * New()
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
remove vertices of a vtkGraph with degree zero.