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_BoolFuncFromFloat 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=.
 

Properties

new unsafe MR.? ConstBox_AffineXf3f xf [get, set]
 optional distance map to world transform
 
new unsafe MR.Std.Function_BoolFuncFromFloat 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 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_BoolFuncFromFloat progress )
inline

Constructs MR.DistanceMapSaveSettings elementwise.

◆ DistanceMapSaveSettings() [3/5]

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

Generated from constructor MR.DistanceMapSaveSettings.DistanceMapSaveSettings.

◆ DistanceMapSaveSettings() [4/5]

MR.DistanceMapSaveSettings.DistanceMapSaveSettings ( Const_DistanceMapSaveSettings _other)
inline

Generated from constructor MR.DistanceMapSaveSettings.DistanceMapSaveSettings.

◆ DistanceMapSaveSettings() [5/5]

MR.DistanceMapSaveSettings.DistanceMapSaveSettings ( DistanceMapSaveSettings _other)
inline

Generated from constructor MR.DistanceMapSaveSettings.DistanceMapSaveSettings.

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_BoolFuncFromFloat 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: