MeshLib C# Docs
Loading...
Searching...
No Matches
MR.SearchPathSettings Class Reference

Geo path search settings Generated from class MR.SearchPathSettings. This is the non-const half of the class. More...

Inheritance diagram for MR.SearchPathSettings:

Public Member Functions

unsafe SearchPathSettings ()
 Constructs an empty (default-constructed) instance.
unsafe SearchPathSettings (MR.GeodesicPathApprox geodesicPathApprox, int maxReduceIters)
 Constructs MR.SearchPathSettings elementwise.
unsafe SearchPathSettings (MR.Const_SearchPathSettings _other)
 Generated from constructor MR.SearchPathSettings.SearchPathSettings.
 SearchPathSettings (SearchPathSettings _other)
 Generated from constructor MR.SearchPathSettings.SearchPathSettings.
unsafe MR.SearchPathSettings assign (MR.Const_SearchPathSettings _other)
 Generated from method MR::SearchPathSettings::operator=.

Properties

new unsafe ref MR.GeodesicPathApprox geodesicPathApprox [get]
 the algorithm to compute approximately geodesic path
new unsafe ref int maxReduceIters [get]
 the maximum number of iterations to reduce approximate path length and convert it in geodesic path

Detailed Description

Geo path search settings Generated from class MR.SearchPathSettings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ SearchPathSettings() [1/4]

unsafe MR.SearchPathSettings.SearchPathSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ SearchPathSettings() [2/4]

unsafe MR.SearchPathSettings.SearchPathSettings ( MR.GeodesicPathApprox geodesicPathApprox,
int maxReduceIters )
inline

Constructs MR.SearchPathSettings elementwise.

◆ SearchPathSettings() [3/4]

unsafe MR.SearchPathSettings.SearchPathSettings ( MR.Const_SearchPathSettings _other)
inline

Generated from constructor MR.SearchPathSettings.SearchPathSettings.

◆ SearchPathSettings() [4/4]

MR.SearchPathSettings.SearchPathSettings ( SearchPathSettings _other)
inline

Generated from constructor MR.SearchPathSettings.SearchPathSettings.

Member Function Documentation

◆ assign()

unsafe MR.SearchPathSettings MR.SearchPathSettings.assign ( MR.Const_SearchPathSettings _other)
inline

Generated from method MR::SearchPathSettings::operator=.

Property Documentation

◆ geodesicPathApprox

new unsafe ref MR.GeodesicPathApprox MR.SearchPathSettings.geodesicPathApprox
get

the algorithm to compute approximately geodesic path

◆ maxReduceIters

new unsafe ref int MR.SearchPathSettings.maxReduceIters
get

the maximum number of iterations to reduce approximate path length and convert it in geodesic path


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