MeshCore::MeshSameOrientationCollector Class Reference

#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...
 

Detailed Description

Author
Werner Mayer

Constructor & Destructor Documentation

◆ MeshSameOrientationCollector()

MeshSameOrientationCollector::MeshSameOrientationCollector ( std::vector< FacetIndex > &  aulIndices)

Member Function Documentation

◆ Visit()

bool MeshSameOrientationCollector::Visit ( const MeshFacet rclFacet,
const MeshFacet rclFrom,
FacetIndex  ulFInd,
unsigned long  ulLevel 
)
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: