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

determines how to save distance maps Generated from class MR.DistanceMapSaveSettings. This is the non-const half of the class. More...

Inheritance diagram for MR.DistanceMapSaveSettings:

Public Member Functions

unsafe DistanceMapSaveSettings ()
 Constructs an empty (default-constructed) instance.
unsafe DistanceMapSaveSettings (MR.AffineXf3f? xf, MR.Std._ByValue_Function_Bool_From_Float progress)
 Constructs MR.DistanceMapSaveSettings elementwise.
unsafe DistanceMapSaveSettings (MR._ByValue_DistanceMapSaveSettings _other)
 Generated from constructor MR.DistanceMapSaveSettings.DistanceMapSaveSettings.
 DistanceMapSaveSettings (Const_DistanceMapSaveSettings _other)
 Generated from constructor MR.DistanceMapSaveSettings.DistanceMapSaveSettings.
 DistanceMapSaveSettings (DistanceMapSaveSettings _other)
 Generated from constructor MR.DistanceMapSaveSettings.DistanceMapSaveSettings.
unsafe MR.DistanceMapSaveSettings assign (MR._ByValue_DistanceMapSaveSettings _other)
 Generated from method MR::DistanceMapSaveSettings::operator=.
Public Member Functions inherited from MR.Const_DistanceMapSaveSettings
virtual void Dispose ()
unsafe Const_DistanceMapSaveSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DistanceMapSaveSettings (MR.AffineXf3f? xf, MR.Std._ByValue_Function_Bool_From_Float progress)
 Constructs MR.DistanceMapSaveSettings elementwise.
unsafe Const_DistanceMapSaveSettings (MR._ByValue_DistanceMapSaveSettings _other)
 Generated from constructor MR.DistanceMapSaveSettings.DistanceMapSaveSettings.
 Const_DistanceMapSaveSettings (Const_DistanceMapSaveSettings _other)
 Generated from constructor MR.DistanceMapSaveSettings.DistanceMapSaveSettings.
 Const_DistanceMapSaveSettings (DistanceMapSaveSettings _other)
 Generated from constructor MR.DistanceMapSaveSettings.DistanceMapSaveSettings.

Properties

new unsafe MR.? ConstBox_AffineXf3f xf [get, set]
 optional distance map to world transform
new unsafe MR.Std.Function_Bool_From_Float progress [get, protected set]
 to report save progress and cancel saving if user desires
Properties inherited from MR.Const_DistanceMapSaveSettings
unsafe MR.? ConstBox_AffineXf3f xf [get]
 optional distance map to world transform
unsafe MR.Std.Const_Function_Bool_From_Float progress [get, protected set]
 to report save progress and cancel saving if user desires

Additional Inherited Members

Protected Member Functions inherited from MR.Const_DistanceMapSaveSettings
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_DistanceMapSaveSettings
unsafe MR.ConstBox_AffineXf3f._Underlying ** __ptr_storage_xf

Detailed Description

determines how to save distance maps Generated from class MR.DistanceMapSaveSettings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ DistanceMapSaveSettings() [1/5]

unsafe MR.DistanceMapSaveSettings.DistanceMapSaveSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ DistanceMapSaveSettings() [2/5]

unsafe MR.DistanceMapSaveSettings.DistanceMapSaveSettings ( MR.AffineXf3f? xf,
MR.Std._ByValue_Function_Bool_From_Float progress )
inline

Constructs MR.DistanceMapSaveSettings elementwise.

◆ DistanceMapSaveSettings() [3/5]

unsafe MR.DistanceMapSaveSettings.DistanceMapSaveSettings ( MR._ByValue_DistanceMapSaveSettings _other)
inline

◆ DistanceMapSaveSettings() [4/5]

MR.DistanceMapSaveSettings.DistanceMapSaveSettings ( Const_DistanceMapSaveSettings _other)
inline

◆ DistanceMapSaveSettings() [5/5]

MR.DistanceMapSaveSettings.DistanceMapSaveSettings ( DistanceMapSaveSettings _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.DistanceMapSaveSettings MR.DistanceMapSaveSettings.assign ( MR._ByValue_DistanceMapSaveSettings _other)
inline

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

Property Documentation

◆ progress

new unsafe MR.Std.Function_Bool_From_Float MR.DistanceMapSaveSettings.progress
getprotected set

to report save progress and cancel saving if user desires

◆ xf

new unsafe MR.? ConstBox_AffineXf3f MR.DistanceMapSaveSettings.xf
getset

optional distance map to world transform


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