MeshLib C# Docs
Loading...
Searching...
No Matches
MR.EnumNeihbourVertices Class Reference

Generated from class MR.EnumNeihbourVertices. This is the non-const half of the class. More...

+ Inheritance diagram for MR.EnumNeihbourVertices:

Public Member Functions

unsafe EnumNeihbourVertices ()
 Constructs an empty (default-constructed) instance.
 
unsafe EnumNeihbourVertices (MR._ByValue_EnumNeihbourVertices _other)
 Generated from constructor MR.EnumNeihbourVertices.EnumNeihbourVertices.
 
 EnumNeihbourVertices (Const_EnumNeihbourVertices _other)
 Generated from constructor MR.EnumNeihbourVertices.EnumNeihbourVertices.
 
 EnumNeihbourVertices (EnumNeihbourVertices _other)
 Generated from constructor MR.EnumNeihbourVertices.EnumNeihbourVertices.
 
unsafe MR.EnumNeihbourVertices assign (MR._ByValue_EnumNeihbourVertices _other)
 Generated from method MR.EnumNeihbourVertices.operator=.
 
unsafe void run (MR.Const_MeshTopology topology, MR.VertId start, MR.Std.Const_Function_BoolFuncFromMRVertId pred)
 invokes given predicate for vertices starting from
 
unsafe void run (MR.Const_MeshTopology topology, MR.Const_VertBitSet start, MR.Std.Const_Function_BoolFuncFromMRVertId pred)
 Generated from method MR.EnumNeihbourVertices.run.
 

Detailed Description

Generated from class MR.EnumNeihbourVertices. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ EnumNeihbourVertices() [1/4]

unsafe MR.EnumNeihbourVertices.EnumNeihbourVertices ( )
inline

Constructs an empty (default-constructed) instance.

◆ EnumNeihbourVertices() [2/4]

unsafe MR.EnumNeihbourVertices.EnumNeihbourVertices ( MR._ByValue_EnumNeihbourVertices _other)
inline

Generated from constructor MR.EnumNeihbourVertices.EnumNeihbourVertices.

◆ EnumNeihbourVertices() [3/4]

MR.EnumNeihbourVertices.EnumNeihbourVertices ( Const_EnumNeihbourVertices _other)
inline

Generated from constructor MR.EnumNeihbourVertices.EnumNeihbourVertices.

◆ EnumNeihbourVertices() [4/4]

MR.EnumNeihbourVertices.EnumNeihbourVertices ( EnumNeihbourVertices _other)
inline

Generated from constructor MR.EnumNeihbourVertices.EnumNeihbourVertices.

Member Function Documentation

◆ assign()

unsafe MR.EnumNeihbourVertices MR.EnumNeihbourVertices.assign ( MR._ByValue_EnumNeihbourVertices _other)
inline

Generated from method MR.EnumNeihbourVertices.operator=.

◆ run() [1/2]

unsafe void MR.EnumNeihbourVertices.run ( MR.Const_MeshTopology topology,
MR.Const_VertBitSet start,
MR.Std.Const_Function_BoolFuncFromMRVertId pred )
inline

Generated from method MR.EnumNeihbourVertices.run.

◆ run() [2/2]

unsafe void MR.EnumNeihbourVertices.run ( MR.Const_MeshTopology topology,
MR.VertId start,
MR.Std.Const_Function_BoolFuncFromMRVertId pred )
inline

invokes given predicate for vertices starting from

Parameters
start,andcontinuing to all immediate neighbours in depth-first order until the predicate returns false Generated from method MR.EnumNeihbourVertices.run.

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