•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
The MeshTopFacetVisitor just collects the indices of all visited facets. More...
#include <Visitor.h>
Public Member Functions | |
MeshTopFacetVisitor (std::vector< FacetIndex > &raulNB) | |
virtual bool | Visit (const MeshFacet &rclFacet, const MeshFacet &rclFrom, FacetIndex ulFInd, unsigned long) |
Collects the facet indices. More... | |
virtual | ~MeshTopFacetVisitor () |
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... | |
The MeshTopFacetVisitor just collects the indices of all visited facets.
MeshCore::MeshTopFacetVisitor::MeshTopFacetVisitor | ( | std::vector< FacetIndex > & | raulNB | ) |
|
virtual |
|
virtual |
Collects the facet indices.
Implements MeshCore::MeshFacetVisitor.