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