37 #ifndef vtkPBGLConnectedComponents_h
38 #define vtkPBGLConnectedComponents_h
40 #include "vtkInfovisParallelModule.h"
48 #if !defined(VTK_LEGACY_REMOVE)
62 vtkSetStringMacro(ComponentArrayName);
81 char* ComponentArrayName;
87 #endif //VTK_LEGACY_REMOVE
static vtkGraphAlgorithm * New()
A node in a selection tree.
Superclass for algorithms that produce only graph as output.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
a simple class to control print indentation
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Compute connected components for a distributed vtkGraph.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.