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. | |
MeshEvalBorderFacet (const MeshKernel &rclB, std::vector< unsigned long > &f) | |
virtual | ~MeshEvalBorderFacet () |
Protected Attributes | |
std::vector< unsigned long > & | _facets |
The MeshEvalBorderFacet class removes facets whose all three vertices are part of a boundary.
Definition at line 369 of file Degeneration.h.
MeshCore::MeshEvalBorderFacet::MeshEvalBorderFacet | ( | const MeshKernel & | rclB, | |
std::vector< unsigned long > & | f | |||
) | [inline] |
Definition at line 372 of file Degeneration.h.
virtual MeshCore::MeshEvalBorderFacet::~MeshEvalBorderFacet | ( | ) | [inline, virtual] |
Definition at line 374 of file Degeneration.h.
bool MeshEvalBorderFacet::Evaluate | ( | ) | [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.
Definition at line 778 of file Degeneration.cpp.
References _facets, MeshCore::MeshEvaluation::_rclMesh, and MeshCore::MeshKernel::GetFacets().
std::vector<unsigned long>& MeshCore::MeshEvalBorderFacet::_facets [protected] |
Definition at line 378 of file Degeneration.h.
Referenced by Evaluate().