#include <Segmentation.h>
Public Member Functions | |
bool AllowVisit (const MeshFacet &face, const MeshFacet &, unsigned long, unsigned long, 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... | |
MeshSurfaceVisitor (MeshSurfaceSegment &segm, std::vector< unsigned long > &indices) | |
bool Visit (const MeshFacet &face, const MeshFacet &, unsigned long ulFInd, unsigned long) | |
Needs to be implemented in sub-classes. More... | |
virtual ~MeshSurfaceVisitor () | |
![]() | |
MeshFacetVisitor (void) | |
Construction. More... | |
virtual ~MeshFacetVisitor (void) | |
Denstruction. More... | |
Protected Attributes | |
std::vector< unsigned long > & indices | |
MeshSurfaceSegment & segm | |
Constructor & Destructor Documentation
◆ MeshSurfaceVisitor()
MeshSurfaceVisitor::MeshSurfaceVisitor | ( | MeshSurfaceSegment & | segm, |
std::vector< unsigned long > & | indices | ||
) |
◆ ~MeshSurfaceVisitor()
|
virtual |
Member Function Documentation
◆ AllowVisit()
|
virtual |
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.
Reimplemented from MeshCore::MeshFacetVisitor.
References segm, and MeshCore::MeshSurfaceSegment::TestFacet().
◆ Visit()
|
virtual |
Needs to be implemented in sub-classes.
rclFacet is the currently visited facet with the index ulFInd, rclFrom is the last visited facet and ulLevel indicates the ring number around the start facet. If true is returned the next iteration is done if there are still facets to visit. If false is returned the calling method stops immediately visiting further facets.
Implements MeshCore::MeshFacetVisitor.
References MeshCore::MeshSurfaceSegment::AddFacet(), and segm.
Member Data Documentation
◆ indices
|
protected |
◆ segm
|
protected |
Referenced by AllowVisit(), PathScripts.PathDressupHoldingTags.MapWireToTag::commandsForEdges(), and Visit().
The documentation for this class was generated from the following files:
- src/Mod/Mesh/App/Core/Segmentation.h
- src/Mod/Mesh/App/Core/Segmentation.cpp