OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
▼
OGS
►
OpenGeoSys 6.5.4-130-g0eafbfbc4eb source code documentation
►
OGS CTests—Project Files
►
OGS Input File Parameters—Quality Assurance
►
OGS Input File Parameters
BulkMappingDocuPage
Todo List
OGS Input File Parameters—List of incomplete documentation pages
Bibliography
►
Namespaces
►
Classes
▼
Files
▼
File List
►
Applications
►
BaseLib
►
build
►
ChemistryLib
Documentation
►
GeoLib
►
InfoLib
►
MaterialLib
►
MathLib
▼
MeshGeoToolsLib
►
MeshEditing
►
AppendLinesAlongPolyline.cpp
►
AppendLinesAlongPolyline.h
►
BoundaryElementsAlongPolyline.cpp
►
BoundaryElementsAlongPolyline.h
BoundaryElementsAtPoint.cpp
►
BoundaryElementsAtPoint.h
BoundaryElementsOnSurface.cpp
►
BoundaryElementsOnSurface.h
►
BoundaryElementsSearcher.cpp
►
BoundaryElementsSearcher.h
►
ConstructMeshesFromGeometries.cpp
►
ConstructMeshesFromGeometries.h
►
CreateSearchLength.cpp
►
CreateSearchLength.h
►
GeoMapper.cpp
►
GeoMapper.h
HeuristicSearchLength.cpp
►
HeuristicSearchLength.h
►
IdentifySubdomainMesh.cpp
►
IdentifySubdomainMesh.h
MeshNodesAlongPolyline.cpp
►
MeshNodesAlongPolyline.h
MeshNodesAlongSurface.cpp
►
MeshNodesAlongSurface.h
►
MeshNodeSearcher.cpp
►
MeshNodeSearcher.h
MeshNodesOnPoint.cpp
►
MeshNodesOnPoint.h
►
SearchAllNodes.h
►
SearchLength.h
►
MeshLib
►
MeshToolsLib
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
AppendLinesAlongPolyline.h
Go to the documentation of this file.
1
10
#pragma once
11
12
#include <memory>
13
14
namespace
GeoLib
15
{
16
class
Polyline;
17
template
<
typename
T>
class
TemplateVec
;
18
using
PolylineVec
=
TemplateVec<GeoLib::Polyline>
;
19
}
20
21
namespace
MeshLib
22
{
23
class
Mesh;
24
}
25
26
namespace
MeshGeoToolsLib
27
{
28
43
std::unique_ptr<MeshLib::Mesh>
appendLinesAlongPolylines
(
44
const
MeshLib::Mesh
& mesh,
const
GeoLib::PolylineVec
& ply_vec);
45
}
// namespace MeshGeoToolsLib
GeoLib::TemplateVec
The class TemplateVec takes a unique name and manages a std::vector of pointers to data elements of t...
Definition
AppendLinesAlongPolyline.h:17
MeshLib::Mesh
Definition
Mesh.h:43
GeoLib
Definition
ProjectData.h:36
MeshGeoToolsLib
Definition
AppendLinesAlongPolyline.cpp:24
MeshGeoToolsLib::appendLinesAlongPolylines
std::unique_ptr< MeshLib::Mesh > appendLinesAlongPolylines(const MeshLib::Mesh &mesh, const GeoLib::PolylineVec &ply_vec)
Definition
AppendLinesAlongPolyline.cpp:25
MeshLib
Definition
ProjectData.h:41
MeshGeoToolsLib
AppendLinesAlongPolyline.h
Generated by
1.11.0