 |
VTK
9.0.1
|
Go to the documentation of this file.
45 #ifndef vtkBoostBiconnectedComponents_h
46 #define vtkBoostBiconnectedComponents_h
48 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
64 vtkSetStringMacro(OutputArrayName);
74 char* OutputArrayName;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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
~vtkBoostBiconnectedComponents() override
static vtkBoostBiconnectedComponents * New()
Superclass for algorithms that produce undirected graph as output.