Public Member Functions | |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| bool | __ne__ (self, typing.Any other) |
| str | __repr__ (self) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | DijkstraAStar .ClassVar[GeodesicPathApprox] |
| typing | DijkstraBiDir .ClassVar[GeodesicPathApprox] |
| typing | FastMarching .ClassVar[GeodesicPathApprox] |
Members: DijkstraBiDir : compute edge-only path by building it from start and end simultaneously DijkstraAStar : compute edge-only path using A*-search algorithm FastMarching : use Fast Marching algorithm
| None mrmeshpy.GeodesicPathApprox.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.GeodesicPathApprox.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.GeodesicPathApprox.__getstate__ | ( | self | ) |
| int mrmeshpy.GeodesicPathApprox.__hash__ | ( | self | ) |
| int mrmeshpy.GeodesicPathApprox.__index__ | ( | self | ) |
| int mrmeshpy.GeodesicPathApprox.__int__ | ( | self | ) |
| bool mrmeshpy.GeodesicPathApprox.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.GeodesicPathApprox.__repr__ | ( | self | ) |
| None mrmeshpy.GeodesicPathApprox.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.GeodesicPathApprox.__str__ | ( | self | ) |
| str mrmeshpy.GeodesicPathApprox.name | ( | self | ) |
| int mrmeshpy.GeodesicPathApprox.value | ( | self | ) |
|
static |
|
static |
|
static |