The MeshFixDuplicatePoints class merges duplicated points. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Fixup () |
Merges duplicated points. More... | |
MeshFixDuplicatePoints (MeshKernel &rclM) | |
Construction. More... | |
~MeshFixDuplicatePoints () | |
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 MeshFixDuplicatePoints class merges duplicated points.
MeshCore::MeshFixDuplicatePoints::MeshFixDuplicatePoints | ( | MeshKernel & | rclM | ) |
Construction.
MeshCore::MeshFixDuplicatePoints::~MeshFixDuplicatePoints | ( | ) |
Destruction.
|
virtual |
Merges duplicated points.
Implements MeshCore::MeshValidation.
Referenced by Mesh::MeshObject::removeDuplicatedPoints().