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

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
 

Detailed Description

Generated from:  MR::VertPathInfo

information associated with each vertex by the paths builder

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.VertPathInfo.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.VertPathInfo.__init__ ( self,
Id_EdgeTag back,
float metric )
Implicit aggregate constructor.

Member Function Documentation

◆ back() [1/2]

Id_EdgeTag mrmeshpy.VertPathInfo.back ( self)
edge from this vertex to its predecessor in the forest

◆ back() [2/2]

None mrmeshpy.VertPathInfo.back ( self,
Id_EdgeTag arg1 )

◆ isStart()

bool mrmeshpy.VertPathInfo.isStart ( self)

◆ metric() [1/2]

float mrmeshpy.VertPathInfo.metric ( self)
best summed metric to reach this vertex

◆ metric() [2/2]

None mrmeshpy.VertPathInfo.metric ( self,
float arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_back

typing mrmeshpy.VertPathInfo._offsetof_back = 0
staticprotected

◆ _offsetof_metric

typing mrmeshpy.VertPathInfo._offsetof_metric = 4
staticprotected

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