Considers two adjacent triangles with an angle higher than 120 deg of their normals as a fold-over. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Evaluate () |
Evaluates the mesh kernel with respect to certain criteria. More... | |
std::vector< FacetIndex > | GetIndices () const |
MeshEvalFoldOversOnSurface (const MeshKernel &rclM) | |
~MeshEvalFoldOversOnSurface () | |
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 () |
Considers two adjacent triangles with an angle higher than 120 deg of their normals as a fold-over.
The topology is not affected there.
MeshCore::MeshEvalFoldOversOnSurface::MeshEvalFoldOversOnSurface | ( | const MeshKernel & | rclM | ) |
MeshCore::MeshEvalFoldOversOnSurface::~MeshEvalFoldOversOnSurface | ( | ) |
|
virtual |
Evaluates the mesh kernel with respect to certain criteria.
Must be reimplemented by every subclass. This pure virtual function returns false if the mesh kernel is invalid according to this criterion and true if the mesh kernel is correct.
Implements MeshCore::MeshEvaluation.
References MeshCore::FACET_INDEX_MAX.
Referenced by MeshGui::DlgEvaluateMeshImp::on_analyzeFoldsButton_clicked(), MeshGui::DlgEvaluateMeshImp::on_analyzeOrientationButton_clicked(), MeshGui::DlgEvaluateMeshImp::on_repairAllTogether_clicked(), and Mesh::MeshObject::removeFoldsOnSurface().
std::vector< FacetIndex > MeshCore::MeshEvalFoldOversOnSurface::GetIndices | ( | ) | const |