VTK  9.3.0
vtkBoostConnectedComponents.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2 // SPDX-FileCopyrightText: Copyright 2008 Sandia Corporation
3 // SPDX-License-Identifier: LicenseRef-BSD-3-Clause-Sandia-USGov
21 #ifndef vtkBoostConnectedComponents_h
22 #define vtkBoostConnectedComponents_h
23 
24 #include "vtkGraphAlgorithm.h"
25 #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro
26 
27 VTK_ABI_NAMESPACE_BEGIN
28 class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostConnectedComponents : public vtkGraphAlgorithm
29 {
30 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
35 protected:
38 
40 
41 private:
43  void operator=(const vtkBoostConnectedComponents&) = delete;
44 };
45 
46 VTK_ABI_NAMESPACE_END
47 #endif
Find the connected components of a graph.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkBoostConnectedComponents * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkBoostConnectedComponents() override
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
Definition: vtkIndent.h:29
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.