VTK
9.5.20251127
Infovis
Layout
vtkPassThroughEdgeStrategy.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3
// SPDX-License-Identifier: BSD-3-Clause
15
16
#ifndef vtkPassThroughEdgeStrategy_h
17
#define vtkPassThroughEdgeStrategy_h
18
19
#include "
vtkEdgeLayoutStrategy.h
"
20
#include "vtkInfovisLayoutModule.h"
// For export macro
21
22
VTK_ABI_NAMESPACE_BEGIN
23
class
VTKINFOVISLAYOUT_EXPORT
vtkPassThroughEdgeStrategy
:
public
vtkEdgeLayoutStrategy
24
{
25
public
:
26
static
vtkPassThroughEdgeStrategy
*
New
();
27
vtkTypeMacro(
vtkPassThroughEdgeStrategy
,
vtkEdgeLayoutStrategy
);
28
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
29
34
void
Layout
()
override
;
35
36
protected
:
37
vtkPassThroughEdgeStrategy
();
38
~vtkPassThroughEdgeStrategy
()
override
;
39
40
private
:
41
vtkPassThroughEdgeStrategy
(
const
vtkPassThroughEdgeStrategy
&) =
delete
;
42
void
operator=(
const
vtkPassThroughEdgeStrategy
&) =
delete
;
43
};
44
45
VTK_ABI_NAMESPACE_END
46
#endif
vtkEdgeLayoutStrategy::vtkEdgeLayoutStrategy
vtkEdgeLayoutStrategy()
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:108
vtkPassThroughEdgeStrategy::~vtkPassThroughEdgeStrategy
~vtkPassThroughEdgeStrategy() override
vtkPassThroughEdgeStrategy::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPassThroughEdgeStrategy::Layout
void Layout() override
This is the layout method where the graph that was set in SetGraph() is laid out.
vtkPassThroughEdgeStrategy::vtkPassThroughEdgeStrategy
vtkPassThroughEdgeStrategy()
vtkPassThroughEdgeStrategy::New
static vtkPassThroughEdgeStrategy * New()
vtkEdgeLayoutStrategy.h
Generated on Thu Nov 27 2025 07:44:01 for VTK by
1.13.2