The MeshFixNaNPoints class removes all points with a coordinate that is NaN. More...
#include <Degeneration.h>
Public Member Functions | |
| bool | Fixup () |
| Merges duplicated points. More... | |
| MeshFixNaNPoints (MeshKernel &rclM) | |
| Construction. More... | |
| ~MeshFixNaNPoints () | |
| Destruction. More... | |
Public Member Functions inherited from MeshCore::MeshValidation | |
| virtual bool | Fixup ()=0 |
| This function attempts to change the mesh kernel to be valid according to the checked criterion: True is returned if the errors could be fixed, false otherwise. More... | |
| MeshValidation (MeshKernel &rclB) | |
| virtual | ~MeshValidation () |
The MeshFixNaNPoints class removes all points with a coordinate that is NaN.
| MeshCore::MeshFixNaNPoints::MeshFixNaNPoints | ( | MeshKernel & | rclM | ) |
Construction.
| MeshCore::MeshFixNaNPoints::~MeshFixNaNPoints | ( | ) |
Destruction.
|
virtual |
Merges duplicated points.
Implements MeshCore::MeshValidation.