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 |
Member Function Documentation
◆ Visit()
|
virtual |
Collects the facet indices.
Implements MeshCore::MeshFacetVisitor.
References MeshCore::MeshPlaneVisitor::AllowVisit(), MeshCore::MeshPlaneVisitor::basepoint, MeshCore::MeshPlaneVisitor::fitter, MeshCore::MeshPlaneVisitor::indices, MeshCore::MeshPlaneVisitor::max_deviation, MeshCore::MeshPlaneVisitor::mesh, MeshCore::MeshPlaneVisitor::MeshPlaneVisitor(), MeshCore::MeshPlaneVisitor::normal, MeshCore::MeshPlaneVisitor::Visit(), and MeshCore::MeshPlaneVisitor::~MeshPlaneVisitor().
The documentation for this class was generated from the following file:
- src/Mod/Mesh/App/Core/Visitor.h