The MeshFixNeighbourhood class fixes the neighbourhood of the facets. More...
#include <Evaluation.h>
Public Member Functions | |
bool | Fixup () |
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. | |
MeshFixNeighbourhood (MeshKernel &rclB) | |
~MeshFixNeighbourhood () |
The MeshFixNeighbourhood class fixes the neighbourhood of the facets.
Definition at line 310 of file Evaluation.h.
MeshCore::MeshFixNeighbourhood::MeshFixNeighbourhood | ( | MeshKernel & | rclB | ) | [inline] |
Definition at line 313 of file Evaluation.h.
MeshCore::MeshFixNeighbourhood::~MeshFixNeighbourhood | ( | ) | [inline] |
Definition at line 314 of file Evaluation.h.
bool MeshFixNeighbourhood::Fixup | ( | ) | [virtual] |
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.
Implements MeshCore::MeshValidation.
Definition at line 893 of file Evaluation.cpp.
References MeshCore::MeshValidation::_rclMesh, and MeshCore::MeshKernel::RebuildNeighbours().
Referenced by Mesh::MeshObject::validateIndices().