MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.VertPathInfo Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, VertPathInfo arg0)
 
None __init__ (self, Id_EdgeTag back, float metric)
 
bool isStart (self)
 
Id_EdgeTag back (self)
 
None back (self, Id_EdgeTag arg1)
 
float metric (self)
 
None metric (self, float arg1)
 

Detailed Description

Generated from:  MR::VertPathInfo

information associated with each vertex by the paths builder

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.VertPathInfo.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None meshlib.mrmeshpy.VertPathInfo.__init__ ( self,
VertPathInfo arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None meshlib.mrmeshpy.VertPathInfo.__init__ ( self,
Id_EdgeTag back,
float metric )
Implicit aggregate constructor.

Member Function Documentation

◆ back() [1/2]

Id_EdgeTag meshlib.mrmeshpy.VertPathInfo.back ( self)
edge from this vertex to its predecessor in the forest

◆ back() [2/2]

None meshlib.mrmeshpy.VertPathInfo.back ( self,
Id_EdgeTag arg1 )

◆ isStart()

bool meshlib.mrmeshpy.VertPathInfo.isStart ( self)

◆ metric() [1/2]

float meshlib.mrmeshpy.VertPathInfo.metric ( self)
best summed metric to reach this vertex

◆ metric() [2/2]

None meshlib.mrmeshpy.VertPathInfo.metric ( self,
float arg1 )

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