The MeshFixInvalids class deletes all elements that are marked as 'Invalid'. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Fixup () |
Remove invalid elements. | |
MeshFixInvalids (MeshKernel &rclM) | |
Construction. | |
~MeshFixInvalids () | |
Destruction. |
The MeshFixInvalids class deletes all elements that are marked as 'Invalid'.
Definition at line 73 of file Degeneration.h.
MeshCore::MeshFixInvalids::MeshFixInvalids | ( | MeshKernel & | rclM | ) | [inline] |
Construction.
Definition at line 79 of file Degeneration.h.
MeshCore::MeshFixInvalids::~MeshFixInvalids | ( | ) | [inline] |
Destruction.
Definition at line 83 of file Degeneration.h.
bool MeshFixInvalids::Fixup | ( | ) | [virtual] |
Remove invalid elements.
Implements MeshCore::MeshValidation.
Definition at line 85 of file Degeneration.cpp.
References MeshCore::MeshValidation::_rclMesh, and MeshCore::MeshKernel::RemoveInvalids().