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

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

+ Inheritance diagram for MR.PointsLoadSettings:

Public Member Functions

unsafe PointsLoadSettings ()
 Constructs an empty (default-constructed) instance.
 
unsafe PointsLoadSettings (MR.VertColors? colors, MR.Misc.InOut< MR.AffineXf3f >? outXf, MR.Std._ByValue_Function_BoolFuncFromFloat callback, bool telemetrySignal)
 Constructs MR.PointsLoadSettings elementwise.
 
unsafe PointsLoadSettings (MR._ByValue_PointsLoadSettings _other)
 Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.
 
 PointsLoadSettings (Const_PointsLoadSettings _other)
 Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.
 
 PointsLoadSettings (PointsLoadSettings _other)
 Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.
 
unsafe MR.PointsLoadSettings assign (MR._ByValue_PointsLoadSettings _other)
 Generated from method MR.PointsLoadSettings.operator=.
 

Properties

new unsafe MR.? VertColors colors [get, set]
 < points where to load point color map
 
new unsafe MR.? Box_AffineXf3f outXf [get, set]
 callback for set progress and stop process
 
new unsafe MR.Std.Function_BoolFuncFromFloat callback [get, protected set]
 permit telemetry signal about loading
 
new unsafe ref bool telemetrySignal [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ PointsLoadSettings() [1/5]

unsafe MR.PointsLoadSettings.PointsLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ PointsLoadSettings() [2/5]

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

Constructs MR.PointsLoadSettings elementwise.

◆ PointsLoadSettings() [3/5]

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

Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.

◆ PointsLoadSettings() [4/5]

MR.PointsLoadSettings.PointsLoadSettings ( Const_PointsLoadSettings _other)
inline

Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.

◆ PointsLoadSettings() [5/5]

MR.PointsLoadSettings.PointsLoadSettings ( PointsLoadSettings _other)
inline

Generated from constructor MR.PointsLoadSettings.PointsLoadSettings.

Member Function Documentation

◆ assign()

unsafe MR.PointsLoadSettings MR.PointsLoadSettings.assign ( MR._ByValue_PointsLoadSettings _other)
inline

Generated from method MR.PointsLoadSettings.operator=.

Property Documentation

◆ callback

new unsafe MR.Std.Function_BoolFuncFromFloat MR.PointsLoadSettings.callback
getprotected set

permit telemetry signal about loading

◆ colors

new unsafe MR.? VertColors MR.PointsLoadSettings.colors
getset

< points where to load point color map

transform for the loaded point cloud

◆ outXf

new unsafe MR.? Box_AffineXf3f MR.PointsLoadSettings.outXf
getset

callback for set progress and stop process

◆ telemetrySignal

new unsafe ref bool MR.PointsLoadSettings.telemetrySignal
get

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