VTK  9.4.20241218
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
35VTK_ABI_NAMESPACE_BEGIN
36class VTKINFOVISBOOSTGRAPHALGORITHMS_EXPORT vtkBoostDividedEdgeBundling
38{
39public:
41
43 void PrintSelf(ostream& os, vtkIndent indent) override;
44
45protected:
47 ~vtkBoostDividedEdgeBundling() override = default;
48
50
51private:
53 void operator=(const vtkBoostDividedEdgeBundling&) = delete;
54};
55
56VTK_ABI_NAMESPACE_END
57#endif
layout graph edges in directed edge bundles
~vtkBoostDividedEdgeBundling() override=default
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 vtkBoostDividedEdgeBundling * New()
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.