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