MeshCore::MeshSameOrientationCollector Class Reference
#include <Evaluation.h>
Public Member Functions | |
MeshSameOrientationCollector (std::vector< unsigned long > &aulIndices) | |
bool | Visit (const MeshFacet &, const MeshFacet &, unsigned long, unsigned long) |
Returns always true and collects the indices with wrong orientation. More... | |
Public Member Functions inherited from MeshCore::MeshOrientationVisitor | |
bool | HasNonUnifomOrientedFacets () const |
MeshOrientationVisitor () | |
Public Member Functions inherited from MeshCore::MeshFacetVisitor | |
virtual bool | AllowVisit (const MeshFacet &rclFacet, const MeshFacet &rclFrom, unsigned long ulFInd, unsigned long ulLevel, unsigned short neighbourIndex) |
Test before a facet will be flagged as VISIT, return false means: go on with visiting the facets but not this one and set not the VISIT flag. More... | |
MeshFacetVisitor (void) | |
Construction. More... | |
virtual | ~MeshFacetVisitor (void) |
Denstruction. More... | |
Detailed Description
Constructor & Destructor Documentation
◆ MeshSameOrientationCollector()
MeshSameOrientationCollector::MeshSameOrientationCollector | ( | std::vector< unsigned long > & | aulIndices | ) |
Member Function Documentation
◆ Visit()
|
virtual |
Returns always true and collects the indices with wrong orientation.
Reimplemented from MeshCore::MeshOrientationVisitor.
References MeshCore::MeshFacet::HasSameOrientation().
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