The MeshFixDuplicateFacets class removes duplicated facets from the mesh structure. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Fixup () |
Removes duplicated facets. | |
MeshFixDuplicateFacets (MeshKernel &rclM) | |
Construction. | |
~MeshFixDuplicateFacets () | |
Destruction. |
The MeshFixDuplicateFacets class removes duplicated facets from the mesh structure.
Definition at line 174 of file Degeneration.h.
MeshCore::MeshFixDuplicateFacets::MeshFixDuplicateFacets | ( | MeshKernel & | rclM | ) | [inline] |
Construction.
Definition at line 180 of file Degeneration.h.
MeshCore::MeshFixDuplicateFacets::~MeshFixDuplicateFacets | ( | ) | [inline] |
Destruction.
Definition at line 184 of file Degeneration.h.
bool MeshFixDuplicateFacets::Fixup | ( | ) | [virtual] |
Removes duplicated facets.
Implements MeshCore::MeshValidation.
Definition at line 360 of file Degeneration.cpp.
References MeshCore::MeshValidation::_rclMesh, MeshCore::MeshKernel::DeleteFacets(), MeshCore::MeshKernel::GetFacets(), and MeshCore::MeshKernel::RebuildNeighbours().
Referenced by Mesh::MeshObject::removeDuplicatedFacets().