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) |
Generated from: MR::VertPathInfo information associated with each vertex by the paths builder
None meshlib.mrmeshpy.VertPathInfo.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.VertPathInfo.__init__ | ( | self, | |
VertPathInfo | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.VertPathInfo.__init__ | ( | self, | |
Id_EdgeTag | back, | ||
float | metric ) |
Implicit aggregate constructor.
Id_EdgeTag meshlib.mrmeshpy.VertPathInfo.back | ( | self | ) |
edge from this vertex to its predecessor in the forest
None meshlib.mrmeshpy.VertPathInfo.back | ( | self, | |
Id_EdgeTag | arg1 ) |
bool meshlib.mrmeshpy.VertPathInfo.isStart | ( | self | ) |
float meshlib.mrmeshpy.VertPathInfo.metric | ( | self | ) |
best summed metric to reach this vertex
None meshlib.mrmeshpy.VertPathInfo.metric | ( | self, | |
float | arg1 ) |