MeshCore::MeshEvalRangePoint Class Reference
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. More... | |
std::vector< unsigned long > | GetIndices () const |
Returns the indices of all facets with invalid point indices. More... | |
MeshEvalRangePoint (const MeshKernel &rclM) | |
Construction. More... | |
~MeshEvalRangePoint () | |
Destruction. More... | |
Public Member Functions inherited from MeshCore::MeshEvaluation | |
MeshEvaluation (const MeshKernel &rclB) | |
virtual | ~MeshEvaluation () |
Detailed Description
The MeshEvalRangePoint class searches for facets that has point indices out of range.
- See also
- MeshFixRangePoint
Constructor & Destructor Documentation
◆ MeshEvalRangePoint()
MeshCore::MeshEvalRangePoint::MeshEvalRangePoint | ( | const MeshKernel & | rclM | ) |
Construction.
◆ ~MeshEvalRangePoint()
MeshCore::MeshEvalRangePoint::~MeshEvalRangePoint | ( | ) |
Destruction.
Member Function Documentation
◆ Evaluate()
|
virtual |
Searches for facets that has point indices out of range.
Implements MeshCore::MeshEvaluation.
Referenced by MeshGui::DlgEvaluateMeshImp::on_analyzeIndicesButton_clicked(), MeshGui::DlgEvaluateMeshImp::on_repairAllTogether_clicked(), and Mesh::MeshObject::validateIndices().
◆ GetIndices()
std::vector< unsigned long > MeshEvalRangePoint::GetIndices | ( | ) | const |
Returns the indices of all facets with invalid point indices.
Referenced by MeshCore::MeshFixRangePoint::Fixup().
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/Core/Degeneration.h
- src/Mod/Mesh/App/Core/Degeneration.cpp