#include <Degeneration.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. | |
MeshFixFoldsOnBoundary (MeshKernel &rclM) | |
~MeshFixFoldsOnBoundary () |
Definition at line 341 of file Degeneration.h.
MeshCore::MeshFixFoldsOnBoundary::MeshFixFoldsOnBoundary | ( | MeshKernel & | rclM | ) | [inline] |
Definition at line 344 of file Degeneration.h.
MeshCore::MeshFixFoldsOnBoundary::~MeshFixFoldsOnBoundary | ( | ) | [inline] |
Definition at line 345 of file Degeneration.h.
bool MeshFixFoldsOnBoundary::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 732 of file Degeneration.cpp.
References MeshCore::MeshValidation::_rclMesh, MeshCore::MeshKernel::DeleteFacets(), MeshCore::MeshEvalFoldsOnBoundary::Evaluate(), and MeshCore::MeshEvalFoldsOnBoundary::GetIndices().