The MeshFixRangePoint class fixes the facets with point indices out of range. More...
#include <Degeneration.h>
Public Member Functions | |
| bool | Fixup () |
| Fixes facets with point indices out of range. More... | |
| MeshFixRangePoint (MeshKernel &rclM) | |
| Construction. More... | |
| ~MeshFixRangePoint () | |
| 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 MeshFixRangePoint class fixes the facets with point indices out of range.
| MeshCore::MeshFixRangePoint::MeshFixRangePoint | ( | MeshKernel & | rclM | ) |
Construction.
| MeshCore::MeshFixRangePoint::~MeshFixRangePoint | ( | ) |
Destruction.
|
virtual |
Fixes facets with point indices out of range.
Implements MeshCore::MeshValidation.
References MeshCore::MeshEvalRangePoint::GetIndices().
Referenced by Mesh::MeshObject::validateIndices().