#include <Evaluation.h>
Public Member Functions | |
MeshSameOrientationCollector (std::vector< FacetIndex > &aulIndices) | |
bool | Visit (const MeshFacet &, const MeshFacet &, FacetIndex, unsigned long) |
Returns always true and collects the indices with wrong orientation. More... | |
Public Member Functions inherited from MeshCore::MeshOrientationVisitor | |
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... | |
MeshSameOrientationCollector::MeshSameOrientationCollector | ( | std::vector< FacetIndex > & | aulIndices | ) |
|
virtual |
Returns always true and collects the indices with wrong orientation.
Reimplemented from MeshCore::MeshOrientationVisitor.
References MeshCore::MeshFacet::HasSameOrientation().