VTK  9.3.1
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:
37  ~vtkBoostConnectedComponents() override;
38 
40 
41 private:
43  void operator=(const vtkBoostConnectedComponents&) = delete;
44 };
45 
46 VTK_ABI_NAMESPACE_END
47 #endif
static vtkGraphAlgorithm * New()
Store vtkAlgorithm input/output information.
Find the connected components of a graph.
Superclass for algorithms that produce only graph as output.
a simple class to control print indentation
Definition: vtkIndent.h:28
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
Store zero or more vtkInformation instances.