MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.MetricToAStarPenalty Class Reference

Public Member Functions

float __call__ (self, float metric, VertId v)
 
None __init__ (self)
 
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
 

Detailed Description

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)

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.MetricToAStarPenalty.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/3]

None mrmeshpy.MetricToAStarPenalty.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.MetricToAStarPenalty.__init__ ( self,
VertCoords points,
Vector3f target )
Implicit aggregate constructor.

Member Function Documentation

◆ __call__()

float mrmeshpy.MetricToAStarPenalty.__call__ ( self,
float metric,
VertId v )

◆ operator() [1/2]

MetricToAStarPenalty mrmeshpy.MetricToAStarPenalty.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

MetricToAStarPenalty mrmeshpy.MetricToAStarPenalty.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_points

typing mrmeshpy.MetricToAStarPenalty._offsetof_points = 0
staticprotected

◆ _offsetof_target

typing mrmeshpy.MetricToAStarPenalty._offsetof_target = 8
staticprotected

The documentation for this class was generated from the following file: