FreeCAD C++
|
#include <Mod/Mesh/App/Core/Visitor.h>
The MeshTopFacetVisitor just collects the indices of all visited facets.
Public Member Functions | |
virtual bool | Visit (const MeshFacet &rclFacet, const MeshFacet &rclFrom, unsigned long ulFInd, unsigned long) |
![]() | |
MeshFacetVisitor (void) | |
Construction. | |
virtual | ~MeshFacetVisitor (void) |
Denstruction. | |
virtual bool | AllowVisit (const MeshFacet &rclFacet, const MeshFacet &rclFrom, unsigned long ulFInd, unsigned long ulLevel, unsigned short neighbourIndex) |
Protected Attributes | |
std::vector< unsigned long > & | _raulNeighbours |
|
virtual |
Collects the facet indices.
Implements MeshCore::MeshFacetVisitor.
|
protected |
Indices of all visited facets.