VTK  9.4.20241218
vtkBoostBiconnectedComponents.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
32#ifndef vtkBoostBiconnectedComponents_h
33#define vtkBoostBiconnectedComponents_h
34
35#include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro
37
38VTK_ABI_NAMESPACE_BEGIN
39class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostBiconnectedComponents
41{
42public:
45 void PrintSelf(ostream& os, vtkIndent indent) override;
46
48
52 vtkSetStringMacro(OutputArrayName);
54
55protected:
58
60
61private:
62 char* OutputArrayName;
63
65 void operator=(const vtkBoostBiconnectedComponents&) = delete;
66};
67
68VTK_ABI_NAMESPACE_END
69#endif
Find the biconnected components of a graph.
static vtkBoostBiconnectedComponents * New()
~vtkBoostBiconnectedComponents() override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce undirected graph as output.