Public Member Functions | |
None | __init__ (self) |
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 Public Member Functions | |
None | __init__ (*args, **kwargs) |
VertPathInfo | operator (*args, **kwargs) |
VertPathInfo | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_back = 0 |
typing | _offsetof_metric = 4 |
Generated from: MR::VertPathInfo information associated with each vertex by the paths builder
|
static |
None mrmeshpy.VertPathInfo.__init__ | ( | self | ) |
None mrmeshpy.VertPathInfo.__init__ | ( | self, | |
Id_EdgeTag | back, | ||
float | metric ) |
Implicit aggregate constructor.
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 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |