The MeshFixDegeneratedFacets class tries to fix degenerations by removing the concerning facets. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Fixup () |
Removes degenerated facets. More... | |
MeshFixDegeneratedFacets (MeshKernel &rclM, float fEps) | |
Construction. More... | |
~MeshFixDegeneratedFacets () | |
Destruction. More... | |
Public Member Functions inherited from MeshCore::MeshValidation | |
virtual bool | Fixup ()=0 |
This function attempts to change the mesh kernel to be valid according to the checked criterion: True is returned if the errors could be fixed, false otherwise. More... | |
MeshValidation (MeshKernel &rclB) | |
virtual | ~MeshValidation () |
The MeshFixDegeneratedFacets class tries to fix degenerations by removing the concerning facets.
MeshCore::MeshFixDegeneratedFacets::MeshFixDegeneratedFacets | ( | MeshKernel & | rclM, |
float | fEps | ||
) |
Construction.
MeshCore::MeshFixDegeneratedFacets::~MeshFixDegeneratedFacets | ( | ) |
Destruction.
|
virtual |
Removes degenerated facets.
Implements MeshCore::MeshValidation.
References MeshCore::MeshFacetIterator::Init(), MeshCore::MeshGeomFacet::IsDegenerated(), MeshCore::MeshFacetIterator::More(), MeshCore::MeshFacetIterator::Next(), MeshCore::MeshFacetIterator::Position(), MeshCore::MeshTopoAlgorithm::RemoveDegeneratedFacet(), and MeshCore::MeshFacetIterator::Set().
Referenced by Mesh::MeshObject::validateDegenerations().