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