Public Member Functions | |
| float | __call__ (self, float metric, VertId v) |
| None | __init__ (self) |
| None | __init__ (self, MetricToAStarPenalty arg0) |
| None | __init__ (self, VertCoords points, Vector3f target) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| MetricToAStarPenalty | operator (*args, **kwargs) |
| MetricToAStarPenalty | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_points = 0 |
| typing | _offsetof_target = 8 |
Generated from: MR::MetricToAStarPenalty the vertices in the queue are ordered by the sum of their metric from a start location and the lower bound of a path till target point (A* heuristic)
|
static |
| None mrmeshpy.MetricToAStarPenalty.__init__ | ( | self | ) |
| None mrmeshpy.MetricToAStarPenalty.__init__ | ( | self, | |
| MetricToAStarPenalty | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.MetricToAStarPenalty.__init__ | ( | self, | |
| VertCoords | points, | ||
| Vector3f | target ) |
Implicit aggregate constructor.
| float mrmeshpy.MetricToAStarPenalty.__call__ | ( | self, | |
| float | metric, | ||
| VertId | v ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |