The MeshFixInvalids class deletes all elements that are marked as 'Invalid'. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Fixup () |
Remove invalid elements. More... | |
MeshFixInvalids (MeshKernel &rclM) | |
Construction. More... | |
~MeshFixInvalids () | |
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 MeshFixInvalids class deletes all elements that are marked as 'Invalid'.
MeshCore::MeshFixInvalids::MeshFixInvalids | ( | MeshKernel & | rclM | ) |
Construction.
MeshCore::MeshFixInvalids::~MeshFixInvalids | ( | ) |
Destruction.
|
virtual |
Remove invalid elements.
Implements MeshCore::MeshValidation.