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
6namespace MeshLib
7{
8class Mesh;
9}
10
12{
13bool addFaultToVoxelGrid(MeshLib::Mesh* mesh,
14 MeshLib::Mesh const* fault,
15 int const fault_id);
16// test if input mesh is voxel grid
17bool isVoxelGrid(MeshLib::Mesh const& mesh);
18} // namespace MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid
bool addFaultToVoxelGrid(MeshLib::Mesh *mesh, MeshLib::Mesh const *fault, int const fault_id)