This class searches for nonuniform orientation of neighboured facets. More...
#include <Evaluation.h>
Public Member Functions | |
| bool | HasNonUnifomOrientedFacets () const |
| MeshOrientationVisitor () | |
| bool | Visit (const MeshFacet &, const MeshFacet &, FacetIndex, unsigned long) |
| Returns false after the first inconsistence is found, true otherwise. More... | |
Public Member Functions inherited from MeshCore::MeshFacetVisitor | |
| virtual bool | AllowVisit (const MeshFacet &rclFacet, const MeshFacet &rclFrom, FacetIndex 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 () | |
| Construction. More... | |
| virtual bool | Visit (const MeshFacet &rclFacet, const MeshFacet &rclFrom, FacetIndex ulFInd, unsigned long ulLevel)=0 |
| Needs to be implemented in sub-classes. More... | |
| virtual | ~MeshFacetVisitor () |
| Denstruction. More... | |
This class searches for nonuniform orientation of neighboured facets.
| MeshOrientationVisitor::MeshOrientationVisitor | ( | ) |
| bool MeshOrientationVisitor::HasNonUnifomOrientedFacets | ( | ) | const |
|
virtual |
Returns false after the first inconsistence is found, true otherwise.
Implements MeshCore::MeshFacetVisitor.
Reimplemented in MeshCore::MeshOrientationCollector, and MeshCore::MeshSameOrientationCollector.
References MeshCore::MeshFacet::HasSameOrientation().