The MeshFixCorruptedFacets class fixes corrupted facets by removing them from the mesh structure. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Fixup () |
Removes corrupted facets. | |
MeshFixCorruptedFacets (MeshKernel &rclM) | |
Construction. | |
~MeshFixCorruptedFacets () | |
Destruction. |
The MeshFixCorruptedFacets class fixes corrupted facets by removing them from the mesh structure.
Definition at line 516 of file Degeneration.h.
MeshCore::MeshFixCorruptedFacets::MeshFixCorruptedFacets | ( | MeshKernel & | rclM | ) | [inline] |
Construction.
Definition at line 522 of file Degeneration.h.
MeshCore::MeshFixCorruptedFacets::~MeshFixCorruptedFacets | ( | ) | [inline] |
Destruction.
Definition at line 526 of file Degeneration.h.
bool MeshFixCorruptedFacets::Fixup | ( | ) | [virtual] |
Removes corrupted facets.
Implements MeshCore::MeshValidation.
Definition at line 915 of file Degeneration.cpp.
References MeshCore::MeshValidation::_rclMesh, FLOAT_EPS, MeshCore::MeshFacetIterator::Init(), MeshCore::MeshFacetIterator::More(), MeshCore::MeshFacetIterator::Next(), MeshCore::MeshFacetIterator::Position(), MeshCore::MeshTopoAlgorithm::RemoveCorruptedFacet(), and MeshCore::MeshFacetIterator::Set().
Referenced by Mesh::MeshObject::validateIndices().