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

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

Inheritance diagram for MR.Const_DistanceMapLoadSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_DistanceMapLoadSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DistanceMapLoadSettings (MR.DistanceMapToWorld? distanceMapToWorld, MR.Std._ByValue_Function_Bool_From_Float progress)
 Constructs MR.DistanceMapLoadSettings elementwise.
unsafe Const_DistanceMapLoadSettings (MR._ByValue_DistanceMapLoadSettings _other)
 Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.
 Const_DistanceMapLoadSettings (Const_DistanceMapLoadSettings _other)
 Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.
 Const_DistanceMapLoadSettings (DistanceMapLoadSettings _other)
 Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.DistanceMapToWorld._Underlying ** __ptr_storage_distanceMapToWorld

Properties

unsafe MR.? DistanceMapToWorld distanceMapToWorld [get]
 optional output: distance map to world transform
unsafe MR.Std.Const_Function_Bool_From_Float 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 const half of the class.

Constructor & Destructor Documentation

◆ Const_DistanceMapLoadSettings() [1/5]

unsafe MR.Const_DistanceMapLoadSettings.Const_DistanceMapLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_DistanceMapLoadSettings() [2/5]

unsafe MR.Const_DistanceMapLoadSettings.Const_DistanceMapLoadSettings ( MR.DistanceMapToWorld? distanceMapToWorld,
MR.Std._ByValue_Function_Bool_From_Float progress )
inline

Constructs MR.DistanceMapLoadSettings elementwise.

◆ Const_DistanceMapLoadSettings() [3/5]

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

◆ Const_DistanceMapLoadSettings() [4/5]

MR.Const_DistanceMapLoadSettings.Const_DistanceMapLoadSettings ( Const_DistanceMapLoadSettings _other)
inline

◆ Const_DistanceMapLoadSettings() [5/5]

MR.Const_DistanceMapLoadSettings.Const_DistanceMapLoadSettings ( DistanceMapLoadSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_DistanceMapLoadSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_distanceMapToWorld

unsafe MR.DistanceMapToWorld._Underlying** MR.Const_DistanceMapLoadSettings.__ptr_storage_distanceMapToWorld
protected

Property Documentation

◆ distanceMapToWorld

unsafe MR.? DistanceMapToWorld MR.Const_DistanceMapLoadSettings.distanceMapToWorld
get

optional output: distance map to world transform

◆ progress

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