MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.GeodesicPathApprox Class Reference

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]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __init__()

None meshlib.mrmeshpy.GeodesicPathApprox.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.GeodesicPathApprox.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int meshlib.mrmeshpy.GeodesicPathApprox.__getstate__ ( self)

◆ __hash__()

int meshlib.mrmeshpy.GeodesicPathApprox.__hash__ ( self)

◆ __index__()

int meshlib.mrmeshpy.GeodesicPathApprox.__index__ ( self)

◆ __int__()

int meshlib.mrmeshpy.GeodesicPathApprox.__int__ ( self)

◆ __ne__()

bool meshlib.mrmeshpy.GeodesicPathApprox.__ne__ ( self,
typing.Any other )

◆ __repr__()

str meshlib.mrmeshpy.GeodesicPathApprox.__repr__ ( self)

◆ __setstate__()

None meshlib.mrmeshpy.GeodesicPathApprox.__setstate__ ( self,
int state )

◆ __str__()

str meshlib.mrmeshpy.GeodesicPathApprox.__str__ ( self)

◆ name()

str meshlib.mrmeshpy.GeodesicPathApprox.name ( self)

◆ value()

int meshlib.mrmeshpy.GeodesicPathApprox.value ( self)

Member Data Documentation

◆ DijkstraAStar

typing meshlib.mrmeshpy.GeodesicPathApprox.DijkstraAStar .ClassVar[GeodesicPathApprox]
static

◆ DijkstraBiDir

typing meshlib.mrmeshpy.GeodesicPathApprox.DijkstraBiDir .ClassVar[GeodesicPathApprox]
static

◆ FastMarching

typing meshlib.mrmeshpy.GeodesicPathApprox.FastMarching .ClassVar[GeodesicPathApprox]
static

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