Loading [MathJax]/extensions/tex2jax.js
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
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
GMSHFixedMeshDensity.h
Go to the documentation of this file.
1
12
#pragma once
13
14
#include "
GMSHMeshDensityStrategy.h
"
15
16
namespace
FileIO
17
{
18
namespace
GMSH
19
{
20
21
class
GMSHFixedMeshDensity
final :
public
GMSHMeshDensityStrategy
22
{
23
public
:
24
explicit
GMSHFixedMeshDensity
(
double
mesh_density);
25
void
initialize
(std::vector<GeoLib::Point const*>
const
& vec)
override
;
26
double
getMeshDensityAtPoint
(
27
GeoLib::Point
const
*
const
/*unused*/
)
const override
;
28
double
getMeshDensityAtStation
(
29
GeoLib::Point
const
*
const
/*unused*/
)
const override
;
30
~GMSHFixedMeshDensity
()
override
=
default
;
31
32
private
:
33
double
_mesh_density
;
34
};
21
class
GMSHFixedMeshDensity
final :
public
GMSHMeshDensityStrategy
{
…
};
35
36
}
// namespace GMSH
37
}
// end namespace FileIO
GMSHMeshDensityStrategy.h
FileIO::GMSH::GMSHFixedMeshDensity
Definition
GMSHFixedMeshDensity.h:22
FileIO::GMSH::GMSHFixedMeshDensity::~GMSHFixedMeshDensity
~GMSHFixedMeshDensity() override=default
FileIO::GMSH::GMSHFixedMeshDensity::getMeshDensityAtStation
double getMeshDensityAtStation(GeoLib::Point const *const) const override
Definition
GMSHFixedMeshDensity.cpp:36
FileIO::GMSH::GMSHFixedMeshDensity::initialize
void initialize(std::vector< GeoLib::Point const * > const &vec) override
Definition
GMSHFixedMeshDensity.cpp:23
FileIO::GMSH::GMSHFixedMeshDensity::getMeshDensityAtPoint
double getMeshDensityAtPoint(GeoLib::Point const *const) const override
Definition
GMSHFixedMeshDensity.cpp:30
FileIO::GMSH::GMSHFixedMeshDensity::_mesh_density
double _mesh_density
Definition
GMSHFixedMeshDensity.h:33
FileIO::GMSH::GMSHFixedMeshDensity::GMSHFixedMeshDensity
GMSHFixedMeshDensity(double mesh_density)
Definition
GMSHFixedMeshDensity.cpp:18
FileIO::GMSH::GMSHMeshDensityStrategy
Definition
GMSHMeshDensityStrategy.h:30
GeoLib::Point
Definition
Point.h:31
FileIO
Definition
SHPImportDialog.h:19
Applications
FileIO
Gmsh
GMSHFixedMeshDensity.h
Generated by
1.12.0