The MeshEvalSingleFacet class checks a special case of non-manifold edges as follows. More...
#include <Evaluation.h>
Public Member Functions | |
bool | Evaluate () |
Evaluates the mesh kernel with respect to certain criteria. More... | |
MeshEvalSingleFacet (const MeshKernel &rclB) | |
virtual | ~MeshEvalSingleFacet () |
Public Member Functions inherited from MeshCore::MeshEvalTopology | |
unsigned long | CountManifolds () const |
void | GetFacetManifolds (std::vector< unsigned long > &raclFacetIndList) const |
const std::list< std::vector< unsigned long > > & | GetFacets () const |
const std::vector< std::pair< unsigned long, unsigned long > > & | GetIndices () const |
MeshEvalTopology (const MeshKernel &rclB) | |
virtual | ~MeshEvalTopology () |
Public Member Functions inherited from MeshCore::MeshEvaluation | |
MeshEvaluation (const MeshKernel &rclB) | |
virtual | ~MeshEvaluation () |
Additional Inherited Members | |
Protected Attributes inherited from MeshCore::MeshEvalTopology | |
std::list< std::vector< unsigned long > > | nonManifoldFacets |
std::vector< std::pair< unsigned long, unsigned long > > | nonManifoldList |
Detailed Description
The MeshEvalSingleFacet class checks a special case of non-manifold edges as follows.
If an edge is shared by more than two facets and if all further facets causing this non- manifold have only their neighbour facets set at this edge, i.e. they have no neighbours at their other edges. Such facets can just be removed from the mesh.
Constructor & Destructor Documentation
◆ MeshEvalSingleFacet()
MeshCore::MeshEvalSingleFacet::MeshEvalSingleFacet | ( | const MeshKernel & | rclB | ) |
◆ ~MeshEvalSingleFacet()
|
virtual |
Member Function Documentation
◆ 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.
Reimplemented from MeshCore::MeshEvalTopology.
References MeshCore::MeshEvalTopology::Evaluate(), and MeshCore::MeshEvalTopology::nonManifoldList.
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/Core/Evaluation.h
- src/Mod/Mesh/App/Core/Evaluation.cpp