OGS
|
Functions | |
bool | isVoxelGrid (MeshLib::Mesh const &mesh) |
bool | addFaultToVoxelGrid (MeshLib::Mesh *mesh, MeshLib::Mesh const *fault, int const fault_id) |
bool MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid::addFaultToVoxelGrid | ( | MeshLib::Mesh * | mesh, |
MeshLib::Mesh const * | fault, | ||
int const | fault_id ) |
Definition at line 187 of file AddFaultToVoxelGrid.cpp.
References ERR(), MeshLib::getCenterOfGravity(), MeshLib::Mesh::getDimension(), MeshLib::Mesh::getElement(), MeshLib::Element::getNode(), and isVoxelGrid().
bool MeshToolsLib::MeshGenerator::AddFaultToVoxelGrid::isVoxelGrid | ( | MeshLib::Mesh const & | mesh | ) |
Definition at line 156 of file AddFaultToVoxelGrid.cpp.
References ERR(), and MeshLib::Mesh::getElements().
Referenced by AddFaultsToVoxelGridDialog::AddFaultsToVoxelGridDialog(), and addFaultToVoxelGrid().