OGS
AddFaultToVoxelGrid.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#pragma once
5
6
namespace
MeshLib
7
{
8
class
Mesh
;
9
}
10
11
namespace
MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid
12
{
13
bool
addFaultToVoxelGrid
(MeshLib::Mesh* mesh,
14
MeshLib::Mesh
const
* fault,
15
int
const
fault_id);
16
// test if input mesh is voxel grid
17
bool
isVoxelGrid
(MeshLib::Mesh
const
& mesh);
18
}
// namespace MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid
MeshLib::Mesh
Definition
Mesh.h:34
MeshLib
Definition
ProjectData.h:30
MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid
Definition
MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.cpp:149
MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid::isVoxelGrid
bool isVoxelGrid(MeshLib::Mesh const &mesh)
Definition
MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.cpp:150
MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid::addFaultToVoxelGrid
bool addFaultToVoxelGrid(MeshLib::Mesh *mesh, MeshLib::Mesh const *fault, int const fault_id)
Definition
MeshToolsLib/MeshGenerators/AddFaultToVoxelGrid.cpp:181
MeshToolsLib
MeshGenerators
AddFaultToVoxelGrid.h
Generated by
1.14.0