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
27VTK_ABI_NAMESPACE_BEGIN
28class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostConnectedComponents : public vtkGraphAlgorithm
29{
30public:
33 void PrintSelf(ostream& os, vtkIndent indent) override;
34
35protected:
38
40
41private:
43 void operator=(const vtkBoostConnectedComponents&) = delete;
44};
45
46VTK_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.