The MeshFixRangeFacet class fixes facets with invalid neighbour indices. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Fixup () |
Fixes facets with neighbour indices out of range. | |
MeshFixRangeFacet (MeshKernel &rclM) | |
Construction. | |
~MeshFixRangeFacet () | |
Destruction. |
The MeshFixRangeFacet class fixes facets with invalid neighbour indices.
Definition at line 418 of file Degeneration.h.
MeshCore::MeshFixRangeFacet::MeshFixRangeFacet | ( | MeshKernel & | rclM | ) | [inline] |
Construction.
Definition at line 424 of file Degeneration.h.
MeshCore::MeshFixRangeFacet::~MeshFixRangeFacet | ( | ) | [inline] |
Destruction.
Definition at line 428 of file Degeneration.h.
bool MeshFixRangeFacet::Fixup | ( | ) | [virtual] |
Fixes facets with neighbour indices out of range.
Implements MeshCore::MeshValidation.
Definition at line 841 of file Degeneration.cpp.
Referenced by Mesh::MeshObject::validateIndices().