The MeshEvalCorruptedFacets class searches for facets with several equal point indices. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Evaluate () |
Searches for corrupted facets. More... | |
std::vector< FacetIndex > | GetIndices () const |
Returns the indices of all corrupt facets. More... | |
MeshEvalCorruptedFacets (const MeshKernel &rclM) | |
Construction. More... | |
~MeshEvalCorruptedFacets () | |
Destruction. More... | |
Public Member Functions inherited from MeshCore::MeshEvaluation | |
virtual bool | Evaluate ()=0 |
Evaluates the mesh kernel with respect to certain criteria. More... | |
MeshEvaluation (const MeshKernel &rclB) | |
virtual | ~MeshEvaluation () |
The MeshEvalCorruptedFacets class searches for facets with several equal point indices.
MeshCore::MeshEvalCorruptedFacets::MeshEvalCorruptedFacets | ( | const MeshKernel & | rclM | ) |
Construction.
MeshCore::MeshEvalCorruptedFacets::~MeshEvalCorruptedFacets | ( | ) |
Destruction.
|
virtual |
Searches for corrupted facets.
Implements MeshCore::MeshEvaluation.
Referenced by Mesh::MeshObject::hasCorruptedFacets(), MeshGui::DlgEvaluateMeshImp::on_analyzeIndicesButton_clicked(), MeshGui::DlgEvaluateMeshImp::on_repairAllTogether_clicked(), and Mesh::MeshObject::validateIndices().
std::vector< FacetIndex > MeshEvalCorruptedFacets::GetIndices | ( | ) | const |
Returns the indices of all corrupt facets.
Referenced by MeshGui::DlgEvaluateMeshImp::on_analyzeIndicesButton_clicked().