The MeshTopFacetVisitor just collects the indices of all visited facets.
More...
#include <Visitor.h>
|
| | 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 () |
| |
| 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.
◆ MeshTopFacetVisitor()
| MeshCore::MeshTopFacetVisitor::MeshTopFacetVisitor |
( |
std::vector< FacetIndex > & |
raulNB | ) |
|
◆ ~MeshTopFacetVisitor()
| virtual MeshCore::MeshTopFacetVisitor::~MeshTopFacetVisitor |
( |
| ) |
|
|
virtual |
◆ Visit()
The documentation for this class was generated from the following file:
- FreeCAD/src/Mod/Mesh/App/Core/Visitor.h