VTK  9.4.20241117
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
40#ifndef vtkBoostConnectedComponents_h
41#define vtkBoostConnectedComponents_h
42
43#include "vtkGraphAlgorithm.h"
44#include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro
45
46VTK_ABI_NAMESPACE_BEGIN
47class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostConnectedComponents : public vtkGraphAlgorithm
48{
49public:
52 void PrintSelf(ostream& os, vtkIndent indent) override;
53
54protected:
57
59
60private:
62 void operator=(const vtkBoostConnectedComponents&) = delete;
63};
64
65VTK_ABI_NAMESPACE_END
66#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:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.