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-57-g3814f0097c 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
►
MeshLib
▼
MeshToolsLib
►
MeshEditing
▼
MeshGenerators
►
AddFaultToVoxelGrid.cpp
►
AddFaultToVoxelGrid.h
LayeredMeshGenerator.cpp
►
LayeredMeshGenerator.h
LayeredVolume.cpp
►
LayeredVolume.h
►
MeshGenerator.cpp
►
MeshGenerator.h
MeshLayerMapper.cpp
►
MeshLayerMapper.h
►
QuadraticMeshGenerator.cpp
►
QuadraticMeshGenerator.h
RasterToMesh.cpp
►
RasterToMesh.h
►
VoxelGridFromLayeredMeshes.cpp
►
VoxelGridFromLayeredMeshes.h
►
VoxelGridFromMesh.cpp
►
VoxelGridFromMesh.h
►
MeshQuality
►
ComputeElementVolumeNumerically.cpp
►
ComputeElementVolumeNumerically.h
►
convertMeshToGeo.cpp
►
convertMeshToGeo.h
►
IntegrationPointDataTools.cpp
►
IntegrationPointDataTools.h
►
MeshInformation.cpp
►
MeshInformation.h
►
MeshSurfaceExtraction.cpp
►
MeshSurfaceExtraction.h
►
ZeroMeshFieldDataByMaterialIDs.cpp
►
ZeroMeshFieldDataByMaterialIDs.h
►
NumLib
►
ParameterLib
►
ProcessLib
►
File Members
VoxelGridFromLayeredMeshes.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <array>
14
#include <memory>
15
#include <utility>
16
#include <vector>
17
18
namespace
MeshLib
19
{
20
class
Mesh;
21
}
22
23
namespace
MathLib
24
{
25
class
Point3d;
26
}
27
28
namespace
MeshToolsLib::MeshGenerators::VoxelFromLayeredMeshes
29
{
30
44
std::unique_ptr<MeshLib::Mesh>
createVoxelFromLayeredMesh
(
45
std::pair<MathLib::Point3d, MathLib::Point3d>& extent,
46
std::vector<MeshLib::Mesh const*>
const
& layers,
47
std::array<double, 3>
const
cellsize,
48
bool
const
dilate);
49
}
// namespace MeshToolsLib::MeshGenerators::VoxelFromLayeredMeshes
28
namespace
MeshToolsLib::MeshGenerators::VoxelFromLayeredMeshes
{
…
}
MathLib
Definition
CreateComponent.h:32
MeshLib
Definition
ProjectData.h:41
MeshToolsLib::MeshGenerators::VoxelFromLayeredMeshes
Definition
VoxelGridFromLayeredMeshes.h:29
MeshToolsLib::MeshGenerators::VoxelFromLayeredMeshes::createVoxelFromLayeredMesh
std::unique_ptr< MeshLib::Mesh > createVoxelFromLayeredMesh(std::pair< MathLib::Point3d, MathLib::Point3d > &extent, std::vector< MeshLib::Mesh const * > const &layers, std::array< double, 3 > const cellsize, bool const dilate)
Definition
VoxelGridFromLayeredMeshes.cpp:207
MeshToolsLib
MeshGenerators
VoxelGridFromLayeredMeshes.h
Generated by
1.11.0