The MeshFixDuplicatePoints class merges duplicated points. More...
#include <Degeneration.h>
Public Member Functions | |
| bool | Fixup () |
| Merges duplicated points. | |
| MeshFixDuplicatePoints (MeshKernel &rclM) | |
| Construction. | |
| ~MeshFixDuplicatePoints () | |
| Destruction. | |
The MeshFixDuplicatePoints class merges duplicated points.
Definition at line 124 of file Degeneration.h.
| MeshCore::MeshFixDuplicatePoints::MeshFixDuplicatePoints | ( | MeshKernel & | rclM | ) | [inline] |
Construction.
Definition at line 130 of file Degeneration.h.
| MeshCore::MeshFixDuplicatePoints::~MeshFixDuplicatePoints | ( | ) | [inline] |
Destruction.
Definition at line 134 of file Degeneration.h.
| bool MeshFixDuplicatePoints::Fixup | ( | ) | [virtual] |
Merges duplicated points.
Implements MeshCore::MeshValidation.
Definition at line 177 of file Degeneration.cpp.
References MeshCore::MeshKernel::_aclFacetArray, MeshCore::MeshValidation::_rclMesh, MeshCore::MeshKernel::DeletePoints(), MeshCore::MeshKernel::GetPoints(), and MeshCore::MeshKernel::RebuildNeighbours().
Referenced by Mesh::MeshObject::removeDuplicatedPoints().
1.6.1