The MeshFixOrientation class harmonizes the facet normals of the passed mesh kernel. 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. | |
| MeshFixOrientation (MeshKernel &rclM) | |
| ~MeshFixOrientation () | |
The MeshFixOrientation class harmonizes the facet normals of the passed mesh kernel.
Definition at line 158 of file Evaluation.h.
| MeshFixOrientation::MeshFixOrientation | ( | MeshKernel & | rclM | ) |
Definition at line 263 of file Evaluation.cpp.
| MeshFixOrientation::~MeshFixOrientation | ( | ) |
Definition at line 268 of file Evaluation.cpp.
| bool MeshFixOrientation::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 272 of file Evaluation.cpp.
References MeshCore::MeshValidation::_rclMesh.
1.6.1