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