50 #ifndef __vtkBoostBiconnectedComponents_h
51 #define __vtkBoostBiconnectedComponents_h
53 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
54 #include "vtkUndirectedGraphAlgorithm.h"
61 void PrintSelf(ostream& os, vtkIndent indent);
66 vtkSetStringMacro(OutputArrayName);
73 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
77 char* OutputArrayName;
Find the biconnected components of a graph.