MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.EnumNeihbourVertices Class Reference

Public Member Functions

None __init__ (self)
 
None run (self, MeshTopology topology, VertId start, func_bool_from_Id_VertTag pred)
 
None run (self, MeshTopology topology, VertBitSet start, func_bool_from_Id_VertTag pred)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
EnumNeihbourVertices operator (*args, **kwargs)
 
EnumNeihbourVertices operator (*args, **kwargs)
 

Detailed Description

Generated from:  MR::EnumNeihbourVertices

Constructor & Destructor Documentation

◆ __init__() [1/2]

None mrmeshpy.EnumNeihbourVertices.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/2]

None mrmeshpy.EnumNeihbourVertices.__init__ ( self)

Member Function Documentation

◆ operator() [1/2]

EnumNeihbourVertices mrmeshpy.EnumNeihbourVertices.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

EnumNeihbourVertices mrmeshpy.EnumNeihbourVertices.operator ( * args,
** kwargs )
static

◆ run() [1/2]

None mrmeshpy.EnumNeihbourVertices.run ( self,
MeshTopology topology,
VertBitSet start,
func_bool_from_Id_VertTag pred )

◆ run() [2/2]

None mrmeshpy.EnumNeihbourVertices.run ( self,
MeshTopology topology,
VertId start,
func_bool_from_Id_VertTag pred )
invokes given predicate for vertices starting from \\param start,
and continuing to all immediate neighbours in depth-first order until the predicate returns false

The documentation for this class was generated from the following file: