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

Generated from class MR.PointsLoadSettings. This is the const half of the class. More...

Inheritance diagram for MR.Const_PointsLoadSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PointsLoadSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PointsLoadSettings (MR.VertColors? colors, MR.Misc.InOut< MR.AffineXf3f >? outXf, MR.Std._ByValue_Function_Bool_From_Float callback, bool telemetrySignal)
 Constructs MR.PointsLoadSettings elementwise.
unsafe Const_PointsLoadSettings (MR._ByValue_PointsLoadSettings _other)
 Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.
 Const_PointsLoadSettings (Const_PointsLoadSettings _other)
 Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.
 Const_PointsLoadSettings (PointsLoadSettings _other)
 Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

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

Properties

unsafe MR.? VertColors colors [get]
 points where to load point color map
unsafe MR.? Box_AffineXf3f outXf [get]
 transform for the loaded point cloud
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

Generated from class MR.PointsLoadSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_PointsLoadSettings() [1/5]

unsafe MR.Const_PointsLoadSettings.Const_PointsLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PointsLoadSettings() [2/5]

unsafe MR.Const_PointsLoadSettings.Const_PointsLoadSettings ( MR.VertColors? colors,
MR.Misc.InOut< MR.AffineXf3f >? outXf,
MR.Std._ByValue_Function_Bool_From_Float callback,
bool telemetrySignal )
inline

Constructs MR.PointsLoadSettings elementwise.

◆ Const_PointsLoadSettings() [3/5]

unsafe MR.Const_PointsLoadSettings.Const_PointsLoadSettings ( MR._ByValue_PointsLoadSettings _other)
inline

Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.

◆ Const_PointsLoadSettings() [4/5]

MR.Const_PointsLoadSettings.Const_PointsLoadSettings ( Const_PointsLoadSettings _other)
inline

Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.

◆ Const_PointsLoadSettings() [5/5]

MR.Const_PointsLoadSettings.Const_PointsLoadSettings ( PointsLoadSettings _other)
inline

Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PointsLoadSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_colors

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

◆ __ptr_storage_outXf

unsafe MR.Box_AffineXf3f._Underlying** MR.Const_PointsLoadSettings.__ptr_storage_outXf
protected

◆ __ref_storage_telemetrySignal

unsafe bool* MR.Const_PointsLoadSettings.__ref_storage_telemetrySignal
protected

Property Documentation

◆ callback

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

callback for set progress and stop process

◆ colors

unsafe MR.? VertColors MR.Const_PointsLoadSettings.colors
get

points where to load point color map

◆ outXf

unsafe MR.? Box_AffineXf3f MR.Const_PointsLoadSettings.outXf
get

transform for the loaded point cloud

◆ telemetrySignal

unsafe bool MR.Const_PointsLoadSettings.telemetrySignal
get

permit telemetry signal about loading


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