OGS
AddFaultToVoxelGrid.h
Go to the documentation of this file.
1
10
#pragma once
11
12
namespace
MeshLib
13
{
14
class
Mesh;
15
}
16
17
namespace
MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid
18
{
19
bool
addFaultToVoxelGrid
(
MeshLib::Mesh
* mesh,
20
MeshLib::Mesh
const
* fault,
21
int
const
fault_id);
22
// test if input mesh is voxel grid
23
bool
isVoxelGrid
(
MeshLib::Mesh
const
& mesh);
24
}
// namespace MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid
MeshLib::Mesh
Definition
Mesh.h:43
MeshLib
Definition
ProjectData.h:41
MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid
Definition
AddFaultToVoxelGrid.cpp:155
MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid::isVoxelGrid
bool isVoxelGrid(MeshLib::Mesh const &mesh)
Definition
AddFaultToVoxelGrid.cpp:156
MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid::addFaultToVoxelGrid
bool addFaultToVoxelGrid(MeshLib::Mesh *mesh, MeshLib::Mesh const *fault, int const fault_id)
Definition
AddFaultToVoxelGrid.cpp:187
MeshToolsLib
MeshGenerators
AddFaultToVoxelGrid.h
Generated by
1.12.0