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< unsigned long > | GetIndices () const |
MeshEvalNeighbourhood (const MeshKernel &rclB) | |
~MeshEvalNeighbourhood () | |
Public Member Functions inherited from MeshCore::MeshEvaluation | |
MeshEvaluation (const MeshKernel &rclB) | |
virtual | ~MeshEvaluation () |
Detailed Description
The MeshEvalNeighbourhood class checks if the neighbourhood among the facets is set correctly.
Constructor & Destructor Documentation
◆ MeshEvalNeighbourhood()
MeshCore::MeshEvalNeighbourhood::MeshEvalNeighbourhood | ( | const MeshKernel & | rclB | ) |
◆ ~MeshEvalNeighbourhood()
MeshCore::MeshEvalNeighbourhood::~MeshEvalNeighbourhood | ( | ) |
Member Function Documentation
◆ 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.
References MeshCore::Edge_Index::f, Base::SequencerLauncher::next(), MeshCore::Edge_Index::p0, MeshCore::Edge_Index::p1, and MeshCore::MeshFacet::Side().
Referenced by Mesh::MeshObject::load(), MeshGui::DlgEvaluateMeshImp::on_analyzeIndicesButton_clicked(), and MeshGui::DlgEvaluateMeshImp::on_repairAllTogether_clicked().
◆ GetIndices()
std::vector< unsigned long > MeshEvalNeighbourhood::GetIndices | ( | ) | const |
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/Core/Evaluation.h
- src/Mod/Mesh/App/Core/Evaluation.cpp