#include <Degeneration.h>
Public Member Functions | |
bool | Evaluate () |
Evaluates the mesh kernel with respect to certain criteria. | |
std::vector< unsigned long > | GetIndices () const |
MeshEvalFoldOversOnSurface (const MeshKernel &rclM) | |
~MeshEvalFoldOversOnSurface () |
Definition at line 350 of file Degeneration.h.
MeshCore::MeshEvalFoldOversOnSurface::MeshEvalFoldOversOnSurface | ( | const MeshKernel & | rclM | ) | [inline] |
Definition at line 353 of file Degeneration.h.
MeshCore::MeshEvalFoldOversOnSurface::~MeshEvalFoldOversOnSurface | ( | ) | [inline] |
Definition at line 354 of file Degeneration.h.
bool MeshEvalFoldOversOnSurface::Evaluate | ( | ) | [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.
Definition at line 745 of file Degeneration.cpp.
References MeshCore::MeshEvaluation::_rclMesh, SketcherExample::f, MeshCore::MeshKernel::GetFacet(), MeshCore::MeshKernel::GetFacets(), and MeshCore::MeshGeomFacet::GetNormal().
Referenced by MeshGui::DlgEvaluateMeshImp::on_analyzeFoldsButton_clicked(), MeshGui::DlgEvaluateMeshImp::on_analyzeOrientationButton_clicked(), MeshGui::DlgEvaluateMeshImp::on_repairAllTogether_clicked(), and Mesh::MeshObject::removeFoldsOnSurface().
std::vector<unsigned long> MeshCore::MeshEvalFoldOversOnSurface::GetIndices | ( | ) | const [inline] |
Definition at line 357 of file Degeneration.h.
Referenced by MeshGui::DlgEvaluateMeshImp::on_analyzeFoldsButton_clicked(), and Mesh::MeshObject::removeFoldsOnSurface().