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

parameters of fromMultiScanFolder Generated from class MR.PointsLoad.MultiScanLoadSettings. This is the const half of the class. More...

Inheritance diagram for MR.PointsLoad.Const_MultiScanLoadSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MultiScanLoadSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MultiScanLoadSettings (string posePrefix, string poseExt, string scanPrefix)
 Constructs MR.PointsLoad.MultiScanLoadSettings elementwise.
unsafe Const_MultiScanLoadSettings (MR.PointsLoad._ByValue_MultiScanLoadSettings _other)
 Generated from constructor MR.PointsLoad.MultiScanLoadSettings.MultiScanLoadSettings.
 Const_MultiScanLoadSettings (Const_MultiScanLoadSettings _other)
 Generated from constructor MR.PointsLoad.MultiScanLoadSettings.MultiScanLoadSettings.
 Const_MultiScanLoadSettings (MultiScanLoadSettings _other)
 Generated from constructor MR.PointsLoad.MultiScanLoadSettings.MultiScanLoadSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Std.Const_String posePrefix [get, protected set]
 file name prefix (before the numeric index) of the transformation files
unsafe MR.Std.Const_String poseExt [get, protected set]
 file name extension of the transformation files, each storing a 4x4 row-major transformation
unsafe MR.Std.Const_String scanPrefix [get, protected set]
 file name prefix (before the numeric index) of the .ply files, each storing the points of one scan

Detailed Description

parameters of fromMultiScanFolder Generated from class MR.PointsLoad.MultiScanLoadSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MultiScanLoadSettings() [1/5]

unsafe MR.PointsLoad.Const_MultiScanLoadSettings.Const_MultiScanLoadSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MultiScanLoadSettings() [2/5]

unsafe MR.PointsLoad.Const_MultiScanLoadSettings.Const_MultiScanLoadSettings ( string posePrefix,
string poseExt,
string scanPrefix )
inline

Constructs MR.PointsLoad.MultiScanLoadSettings elementwise.

◆ Const_MultiScanLoadSettings() [3/5]

unsafe MR.PointsLoad.Const_MultiScanLoadSettings.Const_MultiScanLoadSettings ( MR.PointsLoad._ByValue_MultiScanLoadSettings _other)
inline

◆ Const_MultiScanLoadSettings() [4/5]

MR.PointsLoad.Const_MultiScanLoadSettings.Const_MultiScanLoadSettings ( Const_MultiScanLoadSettings _other)
inline

◆ Const_MultiScanLoadSettings() [5/5]

MR.PointsLoad.Const_MultiScanLoadSettings.Const_MultiScanLoadSettings ( MultiScanLoadSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.PointsLoad.Const_MultiScanLoadSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.PointsLoad.Const_MultiScanLoadSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Property Documentation

◆ poseExt

unsafe MR.Std.Const_String MR.PointsLoad.Const_MultiScanLoadSettings.poseExt
getprotected set

file name extension of the transformation files, each storing a 4x4 row-major transformation

◆ posePrefix

unsafe MR.Std.Const_String MR.PointsLoad.Const_MultiScanLoadSettings.posePrefix
getprotected set

file name prefix (before the numeric index) of the transformation files

◆ scanPrefix

unsafe MR.Std.Const_String MR.PointsLoad.Const_MultiScanLoadSettings.scanPrefix
getprotected set

file name prefix (before the numeric index) of the .ply files, each storing the points of one scan


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