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

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_BoolFuncFromFloat progress)
 Constructs MR.DistanceMapLoadSettings elementwise.
 
unsafe Const_DistanceMapLoadSettings (MR._ByValue_DistanceMapLoadSettings _other)
 Generated from constructor MR.DistanceMapLoadSettings.DistanceMapLoadSettings.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.? DistanceMapToWorld distanceMapToWorld [get]
 optional output: distance map to world transform
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat progress [get]
 to report load progress and cancel loading if user desires
 
- Properties inherited from MR.Misc.Object< Const_DistanceMapLoadSettings >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_DistanceMapLoadSettings >
bool _IsOwningVal
 

Detailed Description

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


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