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

settings for loading distance maps from external formats Generated from class MR.DistanceMapLoadSettings. This is the non-const half of the class. More...

+ Inheritance diagram for MR.DistanceMapLoadSettings:

Public Member Functions

unsafe DistanceMapLoadSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe DistanceMapLoadSettings (MR.DistanceMapToWorld? distanceMapToWorld, MR.Std._ByValue_Function_BoolFuncFromFloat progress)
 Constructs MR.DistanceMapLoadSettings elementwise.
 
unsafe DistanceMapLoadSettings (MR._ByValue_DistanceMapLoadSettings _other)
 Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.
 
 DistanceMapLoadSettings (Const_DistanceMapLoadSettings _other)
 Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.
 
 DistanceMapLoadSettings (DistanceMapLoadSettings _other)
 Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.
 
unsafe MR.DistanceMapLoadSettings assign (MR._ByValue_DistanceMapLoadSettings _other)
 Generated from method MR.DistanceMapLoadSettings.operator=.
 

Properties

new unsafe MR.? DistanceMapToWorld distanceMapToWorld [get, set]
 optional output: distance map to world transform
 
new unsafe MR.Std.Function_BoolFuncFromFloat progress [get, protected set]
 to report load progress and cancel loading if user desires
 

Detailed Description

settings for loading distance maps from external formats Generated from class MR.DistanceMapLoadSettings. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ DistanceMapLoadSettings() [1/5]

unsafe MR.DistanceMapLoadSettings.DistanceMapLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ DistanceMapLoadSettings() [2/5]

unsafe MR.DistanceMapLoadSettings.DistanceMapLoadSettings ( MR.DistanceMapToWorld? distanceMapToWorld,
MR.Std._ByValue_Function_BoolFuncFromFloat progress )
inline

Constructs MR.DistanceMapLoadSettings elementwise.

◆ DistanceMapLoadSettings() [3/5]

unsafe MR.DistanceMapLoadSettings.DistanceMapLoadSettings ( MR._ByValue_DistanceMapLoadSettings _other)
inline

Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.

◆ DistanceMapLoadSettings() [4/5]

MR.DistanceMapLoadSettings.DistanceMapLoadSettings ( Const_DistanceMapLoadSettings _other)
inline

Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.

◆ DistanceMapLoadSettings() [5/5]

MR.DistanceMapLoadSettings.DistanceMapLoadSettings ( DistanceMapLoadSettings _other)
inline

Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.

Member Function Documentation

◆ assign()

unsafe MR.DistanceMapLoadSettings MR.DistanceMapLoadSettings.assign ( MR._ByValue_DistanceMapLoadSettings _other)
inline

Generated from method MR.DistanceMapLoadSettings.operator=.

Property Documentation

◆ distanceMapToWorld

new unsafe MR.? DistanceMapToWorld MR.DistanceMapLoadSettings.distanceMapToWorld
getset

optional output: distance map to world transform

◆ progress

new unsafe MR.Std.Function_BoolFuncFromFloat MR.DistanceMapLoadSettings.progress
getprotected set

to report load progress and cancel loading if user desires


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