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

Public Member Functions

None __init__ (self)
 
None __init__ (self, VertId v, float d)
 
float distance (self)
 
None distance (self, float arg1)
 
VertId vert (self)
 
None vert (self, VertId arg1)
 

Static Public Member Functions

None __init__ (*args, **kwargs)
 
VertDistance operator (*args, **kwargs)
 
VertDistance operator (*args, **kwargs)
 

Static Protected Attributes

typing _offsetof_distance = 4
 
typing _offsetof_vert = 0
 

Detailed Description

Generated from:  MR::VertDistance

\\defgroup SurfaceDistanceBuilder Group Surface Distance Builder
\\ingroup SurfacePathGroup
\\{

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.VertDistance.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.VertDistance.__init__ ( self,
VertId v,
float d )

Member Function Documentation

◆ distance() [1/2]

float mrmeshpy.VertDistance.distance ( self)
best known distance to reach this vertex

◆ distance() [2/2]

None mrmeshpy.VertDistance.distance ( self,
float arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ vert() [1/2]

VertId mrmeshpy.VertDistance.vert ( self)
vertex in question

◆ vert() [2/2]

None mrmeshpy.VertDistance.vert ( self,
VertId arg1 )

Member Data Documentation

◆ _offsetof_distance

typing mrmeshpy.VertDistance._offsetof_distance = 4
staticprotected

◆ _offsetof_vert

typing mrmeshpy.VertDistance._offsetof_vert = 0
staticprotected

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