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

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

Inheritance diagram for MR.Const_DistanceMapSaveSettings:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.ConstBox_AffineXf3f._Underlying ** __ptr_storage_xf

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_DistanceMapSaveSettings() [1/5]

unsafe MR.Const_DistanceMapSaveSettings.Const_DistanceMapSaveSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_DistanceMapSaveSettings() [2/5]

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

Constructs MR.DistanceMapSaveSettings elementwise.

◆ Const_DistanceMapSaveSettings() [3/5]

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

◆ Const_DistanceMapSaveSettings() [4/5]

MR.Const_DistanceMapSaveSettings.Const_DistanceMapSaveSettings ( Const_DistanceMapSaveSettings _other)
inline

◆ Const_DistanceMapSaveSettings() [5/5]

MR.Const_DistanceMapSaveSettings.Const_DistanceMapSaveSettings ( DistanceMapSaveSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_DistanceMapSaveSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_xf

unsafe MR.ConstBox_AffineXf3f._Underlying** MR.Const_DistanceMapSaveSettings.__ptr_storage_xf
protected

Property Documentation

◆ progress

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_DistanceMapSaveSettings.progress
getprotected set

to report save progress and cancel saving if user desires

◆ xf

unsafe MR.? ConstBox_AffineXf3f MR.Const_DistanceMapSaveSettings.xf
get

optional distance map to world transform


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