The MeshFixSelfIntersection class tries to fix self-intersections. 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. | |
MeshFixSelfIntersection (MeshKernel &rclB, const std::vector< std::pair< unsigned long, unsigned long > > &si) | |
virtual | ~MeshFixSelfIntersection () |
The MeshFixSelfIntersection class tries to fix self-intersections.
Definition at line 278 of file Evaluation.h.
MeshCore::MeshFixSelfIntersection::MeshFixSelfIntersection | ( | MeshKernel & | rclB, | |
const std::vector< std::pair< unsigned long, unsigned long > > & | si | |||
) | [inline] |
Definition at line 281 of file Evaluation.h.
virtual MeshCore::MeshFixSelfIntersection::~MeshFixSelfIntersection | ( | ) | [inline, virtual] |
Definition at line 283 of file Evaluation.h.
bool MeshFixSelfIntersection::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 712 of file Evaluation.cpp.
References MeshCore::MeshValidation::_rclMesh, MeshCore::MeshKernel::DeleteFacets(), and MeshCore::MeshKernel::GetFacets().
Referenced by Mesh::MeshObject::removeSelfIntersections().