45 #ifndef vtkBoostBiconnectedComponents_h
46 #define vtkBoostBiconnectedComponents_h
48 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
64 vtkSetStringMacro(OutputArrayName);
74 char* OutputArrayName;
Find the biconnected components of a graph.
~vtkBoostBiconnectedComponents() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
vtkBoostBiconnectedComponents()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkBoostBiconnectedComponents * New()
a simple class to control print indentation
Superclass for algorithms that produce undirected graph as output.