MeshCore::MeshEvalNaNPoints Class Reference
The MeshEvalNaNPoints class searches for points with a coordinate that is NaN. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Evaluate () |
Returns false if a point with NaN coordinate is found. More... | |
std::vector< unsigned long > | GetIndices () const |
Returns the indices of all NaN points. More... | |
MeshEvalNaNPoints (const MeshKernel &rclM) | |
Construction. More... | |
~MeshEvalNaNPoints () | |
Destruction. More... | |
Public Member Functions inherited from MeshCore::MeshEvaluation | |
MeshEvaluation (const MeshKernel &rclB) | |
virtual | ~MeshEvaluation () |
Detailed Description
The MeshEvalNaNPoints class searches for points with a coordinate that is NaN.
- See also
- MeshFixNaNPoints
Constructor & Destructor Documentation
◆ MeshEvalNaNPoints()
MeshCore::MeshEvalNaNPoints::MeshEvalNaNPoints | ( | const MeshKernel & | rclM | ) |
Construction.
◆ ~MeshEvalNaNPoints()
MeshCore::MeshEvalNaNPoints::~MeshEvalNaNPoints | ( | ) |
Destruction.
Member Function Documentation
◆ Evaluate()
|
virtual |
Returns false if a point with NaN coordinate is found.
Implements MeshCore::MeshEvaluation.
◆ GetIndices()
std::vector< unsigned long > MeshEvalNaNPoints::GetIndices | ( | ) | const |
Returns the indices of all NaN points.
Referenced by Mesh::MeshObject::hasInvalidPoints(), and Mesh::MeshObject::removeInvalidPoints().
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