15 #ifndef vtkRemoveIsolatedVertices_h
16 #define vtkRemoveIsolatedVertices_h
19 #include "vtkInfovisCoreModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
static vtkGraphAlgorithm * New()
abstract class to specify dataset behavior
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
remove vertices of a vtkGraph with degree zero.