34 #ifndef __vtkPBGLConnectedComponents_h
35 #define __vtkPBGLConnectedComponents_h
37 #include "vtkInfovisParallelModule.h"
38 #include "vtkStdString.h"
39 #include "vtkVariant.h"
41 #include "vtkGraphAlgorithm.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
56 vtkSetStringMacro(ComponentArrayName);
63 virtual int RequestData(
65 vtkInformationVector **,
66 vtkInformationVector *);
68 virtual int FillInputPortInformation(
69 int port, vtkInformation* info);
71 virtual int FillOutputPortInformation(
72 int port, vtkInformation* info);
75 char* ComponentArrayName;
Compute connected components for a distributed vtkGraph. For directed graphs, this computes the conne...