Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, VertPathInfo arg0) |
| None | __init__ (self, EdgeId back, float metric) |
| bool | isStart (self) |
| EdgeId | back (self) |
| None | back (self, EdgeId 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, | |
| VertPathInfo | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.VertPathInfo.__init__ | ( | self, | |
| EdgeId | back, | ||
| float | metric ) |
Implicit aggregate constructor.
| EdgeId mrmeshpy.VertPathInfo.back | ( | self | ) |
edge from this vertex to its predecessor in the forest
| None mrmeshpy.VertPathInfo.back | ( | self, | |
| EdgeId | 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 |