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