The MeshEvalNeighbourhood class checks if the neighbourhood among the facets is set correctly. More...
#include <Evaluation.h>
Public Member Functions | |
bool | Evaluate () |
Evaluates the mesh kernel with respect to certain criteria. More... | |
std::vector< FacetIndex > | GetIndices () const |
MeshEvalNeighbourhood (const MeshKernel &rclB) | |
~MeshEvalNeighbourhood () | |
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 MeshEvalNeighbourhood class checks if the neighbourhood among the facets is set correctly.
MeshCore::MeshEvalNeighbourhood::MeshEvalNeighbourhood | ( | const MeshKernel & | rclB | ) |
MeshCore::MeshEvalNeighbourhood::~MeshEvalNeighbourhood | ( | ) |
|
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::Edge_Index::f, MeshCore::FACET_INDEX_MAX, Base::SequencerLauncher::next(), MeshCore::Edge_Index::p0, MeshCore::Edge_Index::p1, MeshCore::POINT_INDEX_MAX, and MeshCore::MeshFacet::Side().
Referenced by Mesh::MeshObject::hasInvalidNeighbourhood(), Mesh::MeshObject::load(), MeshGui::DlgEvaluateMeshImp::on_analyzeIndicesButton_clicked(), and MeshGui::DlgEvaluateMeshImp::on_repairAllTogether_clicked().
std::vector< FacetIndex > MeshEvalNeighbourhood::GetIndices | ( | ) | const |