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

setting for polyline loading from external format, and locations of optional output data Generated from class MR.LinesLoadSettings. This is the const half of the class. More...

Inheritance diagram for MR.Const_LinesLoadSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_LinesLoadSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_LinesLoadSettings (MR.VertColors? colors, MR.Std._ByValue_Function_Bool_From_Float callback, bool telemetrySignal)
 Constructs MR.LinesLoadSettings elementwise.
unsafe Const_LinesLoadSettings (MR._ByValue_LinesLoadSettings _other)
 Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.
 Const_LinesLoadSettings (Const_LinesLoadSettings _other)
 Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.
 Const_LinesLoadSettings (LinesLoadSettings _other)
 Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertColors._Underlying ** __ptr_storage_colors
unsafe bool * __ref_storage_telemetrySignal

Properties

unsafe MR.? VertColors colors [get]
 optional load artifact: per-vertex color map
unsafe MR.Std.Const_Function_Bool_From_Float callback [get, protected set]
 callback for set progress and stop process
unsafe bool telemetrySignal [get]
 permit telemetry signal about loading

Detailed Description

setting for polyline loading from external format, and locations of optional output data Generated from class MR.LinesLoadSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_LinesLoadSettings() [1/5]

unsafe MR.Const_LinesLoadSettings.Const_LinesLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_LinesLoadSettings() [2/5]

unsafe MR.Const_LinesLoadSettings.Const_LinesLoadSettings ( MR.VertColors? colors,
MR.Std._ByValue_Function_Bool_From_Float callback,
bool telemetrySignal )
inline

Constructs MR.LinesLoadSettings elementwise.

◆ Const_LinesLoadSettings() [3/5]

unsafe MR.Const_LinesLoadSettings.Const_LinesLoadSettings ( MR._ByValue_LinesLoadSettings _other)
inline

Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.

◆ Const_LinesLoadSettings() [4/5]

MR.Const_LinesLoadSettings.Const_LinesLoadSettings ( Const_LinesLoadSettings _other)
inline

Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.

◆ Const_LinesLoadSettings() [5/5]

MR.Const_LinesLoadSettings.Const_LinesLoadSettings ( LinesLoadSettings _other)
inline

Generated from constructor MR.LinesLoadSettings.LinesLoadSettings.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_LinesLoadSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_colors

unsafe MR.VertColors._Underlying** MR.Const_LinesLoadSettings.__ptr_storage_colors
protected

◆ __ref_storage_telemetrySignal

unsafe bool* MR.Const_LinesLoadSettings.__ref_storage_telemetrySignal
protected

Property Documentation

◆ callback

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_LinesLoadSettings.callback
getprotected set

callback for set progress and stop process

◆ colors

unsafe MR.? VertColors MR.Const_LinesLoadSettings.colors
get

optional load artifact: per-vertex color map

◆ telemetrySignal

unsafe bool MR.Const_LinesLoadSettings.telemetrySignal
get

permit telemetry signal about loading


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