The MeshEvalRangePoint class searches for facets that has point indices out of range. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Evaluate () |
Searches for facets that has point indices out of range. | |
std::vector< unsigned long > | GetIndices () const |
Returns the indices of all facets with invalid point indices. | |
MeshEvalRangePoint (const MeshKernel &rclM) | |
Construction. | |
~MeshEvalRangePoint () | |
Destruction. |
The MeshEvalRangePoint class searches for facets that has point indices out of range.
Definition at line 440 of file Degeneration.h.
MeshCore::MeshEvalRangePoint::MeshEvalRangePoint | ( | const MeshKernel & | rclM | ) | [inline] |
Construction.
Definition at line 446 of file Degeneration.h.
MeshCore::MeshEvalRangePoint::~MeshEvalRangePoint | ( | ) | [inline] |
Destruction.
Definition at line 450 of file Degeneration.h.
bool MeshEvalRangePoint::Evaluate | ( | ) | [virtual] |
Searches for facets that has point indices out of range.
Implements MeshCore::MeshEvaluation.
Definition at line 848 of file Degeneration.cpp.
References MeshCore::MeshEvaluation::_rclMesh, MeshCore::MeshKernel::CountPoints(), and MeshCore::MeshKernel::GetFacets().
Referenced by MeshGui::DlgEvaluateMeshImp::on_analyzeIndicesButton_clicked(), MeshGui::DlgEvaluateMeshImp::on_repairAllTogether_clicked(), and Mesh::MeshObject::validateIndices().
std::vector< unsigned long > MeshEvalRangePoint::GetIndices | ( | ) | const |
Returns the indices of all facets with invalid point indices.
Definition at line 861 of file Degeneration.cpp.
References MeshCore::MeshEvaluation::_rclMesh, MeshCore::MeshKernel::CountPoints(), and MeshCore::MeshKernel::GetFacets().