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