VTK
9.3.1
Main Page
Related Pages
Topics
Namespaces
Classes
Files
File List
File Members
Filters
Modeling
vtkGraphGeodesicPath.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
12
#ifndef vtkGraphGeodesicPath_h
13
#define vtkGraphGeodesicPath_h
14
15
#include "vtkFiltersModelingModule.h"
// For export macro
16
#include "
vtkGeodesicPath.h
"
17
18
VTK_ABI_NAMESPACE_BEGIN
19
class
vtkIdList
;
20
21
class
VTKFILTERSMODELING_EXPORT
vtkGraphGeodesicPath
:
public
vtkGeodesicPath
22
{
23
public
:
25
28
vtkTypeMacro(
vtkGraphGeodesicPath
,
vtkGeodesicPath
);
29
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
31
33
36
vtkGetMacro(StartVertex,
vtkIdType
);
37
vtkSetMacro(StartVertex,
vtkIdType
);
39
41
44
vtkGetMacro(EndVertex,
vtkIdType
);
45
vtkSetMacro(EndVertex,
vtkIdType
);
47
48
protected
:
49
vtkGraphGeodesicPath
();
50
~vtkGraphGeodesicPath
()
override
;
51
52
vtkIdType
StartVertex
;
53
vtkIdType
EndVertex
;
54
55
private
:
56
vtkGraphGeodesicPath
(
const
vtkGraphGeodesicPath
&) =
delete
;
57
void
operator=(
const
vtkGraphGeodesicPath
&) =
delete
;
58
};
59
60
VTK_ABI_NAMESPACE_END
61
#endif
vtkGeodesicPath
Abstract base for classes that generate a geodesic path.
Definition
vtkGeodesicPath.h:21
vtkGraphGeodesicPath
Abstract base for classes that generate a geodesic path on a graph (mesh).
Definition
vtkGraphGeodesicPath.h:22
vtkGraphGeodesicPath::vtkGraphGeodesicPath
vtkGraphGeodesicPath()
vtkGraphGeodesicPath::EndVertex
vtkIdType EndVertex
Definition
vtkGraphGeodesicPath.h:53
vtkGraphGeodesicPath::~vtkGraphGeodesicPath
~vtkGraphGeodesicPath() override
vtkGraphGeodesicPath::StartVertex
vtkIdType StartVertex
Definition
vtkGraphGeodesicPath.h:52
vtkGraphGeodesicPath::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for printing and determining type information.
vtkIdList
list of point or cell ids
Definition
vtkIdList.h:23
vtkIndent
a simple class to control print indentation
Definition
vtkIndent.h:29
vtkGeodesicPath.h
vtkIdType
int vtkIdType
Definition
vtkType.h:315
Generated on Fri Oct 25 2024 00:00:00 for VTK by
1.12.0