MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_SearchPathSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SearchPathSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SearchPathSettings (MR.GeodesicPathApprox geodesicPathApprox, int maxReduceIters)
 Constructs MR.SearchPathSettings elementwise.
unsafe Const_SearchPathSettings (MR.Const_SearchPathSettings _other)
 Generated from constructor MR.SearchPathSettings.SearchPathSettings.
 Const_SearchPathSettings (SearchPathSettings _other)
 Generated from constructor MR.SearchPathSettings.SearchPathSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.GeodesicPathApprox__ref_storage_geodesicPathApprox
unsafe int * __ref_storage_maxReduceIters

Properties

unsafe MR.GeodesicPathApprox geodesicPathApprox [get]
 the algorithm to compute approximately geodesic path
unsafe 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 const half of the class.

Constructor & Destructor Documentation

◆ Const_SearchPathSettings() [1/4]

unsafe MR.Const_SearchPathSettings.Const_SearchPathSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SearchPathSettings() [2/4]

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

Constructs MR.SearchPathSettings elementwise.

◆ Const_SearchPathSettings() [3/4]

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

Generated from constructor MR.SearchPathSettings.SearchPathSettings.

◆ Const_SearchPathSettings() [4/4]

MR.Const_SearchPathSettings.Const_SearchPathSettings ( SearchPathSettings _other)
inline

Generated from constructor MR.SearchPathSettings.SearchPathSettings.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SearchPathSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_SearchPathSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_geodesicPathApprox

unsafe MR.GeodesicPathApprox* MR.Const_SearchPathSettings.__ref_storage_geodesicPathApprox
protected

◆ __ref_storage_maxReduceIters

unsafe int* MR.Const_SearchPathSettings.__ref_storage_maxReduceIters
protected

Property Documentation

◆ geodesicPathApprox

unsafe MR.GeodesicPathApprox MR.Const_SearchPathSettings.geodesicPathApprox
get

the algorithm to compute approximately geodesic path

◆ maxReduceIters

unsafe int MR.Const_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: