32#ifndef vtkBoostBiconnectedComponents_h
33#define vtkBoostBiconnectedComponents_h
35#include "vtkInfovisBoostGraphAlgorithmsModule.h"
38VTK_ABI_NAMESPACE_BEGIN
52 vtkSetStringMacro(OutputArrayName);
62 char* OutputArrayName;
Find the biconnected components of a graph.
static vtkBoostBiconnectedComponents * New()
~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.
a simple class to control print indentation
Superclass for algorithms that produce undirected graph as output.