34 #ifndef __vtkPBGLConnectedComponents_h
35 #define __vtkPBGLConnectedComponents_h
37 #include "vtkInfovisParallelModule.h"
38 #include "vtkStdString.h"
39 #include "vtkVariant.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
56 vtkSetStringMacro(ComponentArrayName);
65 vtkInformationVector **,
66 vtkInformationVector *);
69 int port, vtkInformation* info);
72 int port, vtkInformation* info);
75 char* ComponentArrayName;
static vtkGraphAlgorithm * New()
A node in a selection tree. Used to store selection results.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Superclass for algorithms that produce only graph as output.
void PrintSelf(ostream &os, vtkIndent indent)
Compute connected components for a distributed vtkGraph. For directed graphs, this computes the conne...
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
virtual int FillInputPortInformation(int port, vtkInformation *info)