50 #ifndef __vtkBoostBiconnectedComponents_h
51 #define __vtkBoostBiconnectedComponents_h
53 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
61 void PrintSelf(ostream& os, vtkIndent indent);
66 vtkSetStringMacro(OutputArrayName);
73 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
77 char* OutputArrayName;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Find the biconnected components of a graph.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkUndirectedGraphAlgorithm * New()
Superclass for algorithms that produce undirected graph as output.