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
30#ifndef vtkBoostConnectedComponents_h
31#define vtkBoostConnectedComponents_h
32
33#include "vtkGraphAlgorithm.h"
34#include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro
35
36VTK_ABI_NAMESPACE_BEGIN
37class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostConnectedComponents : public vtkGraphAlgorithm
38{
39public:
42 void PrintSelf(ostream& os, vtkIndent indent) override;
43
44protected:
47
49
50private:
52 void operator=(const vtkBoostConnectedComponents&) = delete;
53};
54
55VTK_ABI_NAMESPACE_END
56#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:38
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.