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