Go to the documentation of this file.
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
Superclass for algorithms that produce only graph as output.
~vtkPBGLConnectedComponents()
Compute connected components for a distributed vtkGraph.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
A node in a selection tree.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkPBGLConnectedComponents()
a simple class to control print indentation
static vtkPBGLConnectedComponents * New()
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.