•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
The MeshFixSingleFacet class tries to fix a special case of non-manifolds. 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... | |
MeshFixSingleFacet (MeshKernel &rclB, const std::vector< std::list< FacetIndex > > &mf) | |
virtual | ~MeshFixSingleFacet () |
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 MeshFixSingleFacet class tries to fix a special case of non-manifolds.
MeshCore::MeshFixSingleFacet::MeshFixSingleFacet | ( | MeshKernel & | rclB, |
const std::vector< std::list< FacetIndex > > & | mf | ||
) |
|
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.