The MeshEvalBorderFacet class removes facets whose all three vertices are part of a boundary. More...
#include <Degeneration.h>
Public Member Functions | |
bool | Evaluate () |
Evaluates the mesh kernel with respect to certain criteria. More... | |
MeshEvalBorderFacet (const MeshKernel &rclB, std::vector< FacetIndex > &f) | |
virtual | ~MeshEvalBorderFacet () |
Public Member Functions inherited from MeshCore::MeshEvaluation | |
virtual bool | Evaluate ()=0 |
Evaluates the mesh kernel with respect to certain criteria. More... | |
MeshEvaluation (const MeshKernel &rclB) | |
virtual | ~MeshEvaluation () |
The MeshEvalBorderFacet class removes facets whose all three vertices are part of a boundary.
MeshCore::MeshEvalBorderFacet::MeshEvalBorderFacet | ( | const MeshKernel & | rclB, |
std::vector< FacetIndex > & | f | ||
) |
|
virtual |
|
virtual |
Evaluates the mesh kernel with respect to certain criteria.
Must be reimplemented by every subclass. This pure virtual function returns false if the mesh kernel is invalid according to this criterion and true if the mesh kernel is correct.
Implements MeshCore::MeshEvaluation.