VTK  9.3.20240328
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 
38 VTK_ABI_NAMESPACE_BEGIN
39 class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostBiconnectedComponents
41 {
42 public:
45  void PrintSelf(ostream& os, vtkIndent indent) override;
46 
48 
52  vtkSetStringMacro(OutputArrayName);
54 
55 protected:
58 
60 
61 private:
62  char* OutputArrayName;
63 
65  void operator=(const vtkBoostBiconnectedComponents&) = delete;
66 };
67 
68 VTK_ABI_NAMESPACE_END
69 #endif
Find the biconnected components of a graph.
~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.
static vtkBoostBiconnectedComponents * New()
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.