 |
VTK
9.0.1
|
Go to the documentation of this file.
34 #ifndef vtkBoostConnectedComponents_h
35 #define vtkBoostConnectedComponents_h
38 #include "vtkInfovisBoostGraphAlgorithmsModule.h"
Superclass for algorithms that produce only graph as output.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
~vtkBoostConnectedComponents() override
static vtkBoostConnectedComponents * New()
Find the connected components of a graph.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkBoostConnectedComponents()