VTK  9.3.20240329
vtkBoostDividedEdgeBundling.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
29 #ifndef vtkBoostDividedEdgeBundling_h
30 #define vtkBoostDividedEdgeBundling_h
31 
33 #include "vtkInfovisBoostGraphAlgorithmsModule.h" // For export macro
34 
35 VTK_ABI_NAMESPACE_BEGIN
36 class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostDividedEdgeBundling
38 {
39 public:
41 
43  void PrintSelf(ostream& os, vtkIndent indent) override;
44 
45 protected:
47  ~vtkBoostDividedEdgeBundling() override = default;
48 
50 
51 private:
53  void operator=(const vtkBoostDividedEdgeBundling&) = delete;
54 };
55 
56 VTK_ABI_NAMESPACE_END
57 #endif
layout graph edges in directed edge bundles
~vtkBoostDividedEdgeBundling() override=default
static vtkBoostDividedEdgeBundling * New()
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.
Superclass for algorithms that produce only directed 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.