MeshCore::MeshTopFacetVisitor Class Reference

The MeshTopFacetVisitor just collects the indices of all visited facets. More...

#include <Visitor.h>

Public Member Functions

 MeshTopFacetVisitor (std::vector< unsigned long > &raulNB)
 
virtual bool Visit (const MeshFacet &rclFacet, const MeshFacet &rclFrom, unsigned long 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, 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

The MeshTopFacetVisitor just collects the indices of all visited facets.

Constructor & Destructor Documentation

◆ MeshTopFacetVisitor()

MeshCore::MeshTopFacetVisitor::MeshTopFacetVisitor ( std::vector< unsigned long > &  raulNB)

◆ ~MeshTopFacetVisitor()

virtual MeshCore::MeshTopFacetVisitor::~MeshTopFacetVisitor ( )
virtual

Member Function Documentation

◆ Visit()


The documentation for this class was generated from the following file:
  • src/Mod/Mesh/App/Core/Visitor.h