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. | |
MeshFixRangePoint (MeshKernel &rclM) | |
Construction. | |
~MeshFixRangePoint () | |
Destruction. |
The MeshFixRangePoint class fixes the facets with point indices out of range.
Definition at line 466 of file Degeneration.h.
MeshCore::MeshFixRangePoint::MeshFixRangePoint | ( | MeshKernel & | rclM | ) | [inline] |
Construction.
Definition at line 472 of file Degeneration.h.
MeshCore::MeshFixRangePoint::~MeshFixRangePoint | ( | ) | [inline] |
Destruction.
Definition at line 476 of file Degeneration.h.
bool MeshFixRangePoint::Fixup | ( | ) | [virtual] |
Fixes facets with point indices out of range.
Implements MeshCore::MeshValidation.
Definition at line 877 of file Degeneration.cpp.
Referenced by Mesh::MeshObject::validateIndices().