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. More... | |
std::vector< FacetIndex > | GetFacets () const |
MeshFixSelfIntersection (MeshKernel &rclB, const std::vector< std::pair< FacetIndex, FacetIndex > > &si) | |
virtual | ~MeshFixSelfIntersection () |
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 MeshFixSelfIntersection class tries to fix self-intersections.
MeshCore::MeshFixSelfIntersection::MeshFixSelfIntersection | ( | MeshKernel & | rclB, |
const std::vector< std::pair< FacetIndex, FacetIndex > > & | si | ||
) |
|
virtual |
|
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.
References GetFacets().
Referenced by Mesh::MeshObject::removeSelfIntersections().
std::vector< FacetIndex > MeshFixSelfIntersection::GetFacets | ( | ) | const |
Referenced by Fixup(), and Mesh::MeshObject::removeSelfIntersections().