MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.PointsLoad.MultiScanLoadSettings Class Reference

Public Member Functions

None __init__ (self)
None __init__ (self, PointsLoad.MultiScanLoadSettings arg0)
None __init__ (self, str posePrefix, str poseExt, str scanPrefix)
str poseExt (self)
None poseExt (self, str arg1)
str posePrefix (self)
None posePrefix (self, str arg1)
str scanPrefix (self)
None scanPrefix (self, str arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
PointsLoad.MultiScanLoadSettings operator (*args, **kwargs)
PointsLoad.MultiScanLoadSettings operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_poseExt = 32
typing _offsetof_posePrefix = 0
typing _offsetof_scanPrefix = 64

Detailed Description

Generated from:  MR::PointsLoad::MultiScanLoadSettings

parameters of \\ref fromMultiScanFolder

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.PointsLoad.MultiScanLoadSettings.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.PointsLoad.MultiScanLoadSettings.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.PointsLoad.MultiScanLoadSettings.__init__ ( self,
PointsLoad.MultiScanLoadSettings arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.PointsLoad.MultiScanLoadSettings.__init__ ( self,
str posePrefix,
str poseExt,
str scanPrefix )
Implicit aggregate constructor.

Member Function Documentation

◆ operator() [1/2]

PointsLoad.MultiScanLoadSettings mrmeshpy.PointsLoad.MultiScanLoadSettings.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

PointsLoad.MultiScanLoadSettings mrmeshpy.PointsLoad.MultiScanLoadSettings.operator ( * args,
** kwargs )
static

◆ poseExt() [1/2]

str mrmeshpy.PointsLoad.MultiScanLoadSettings.poseExt ( self)
file name extension of the transformation files, each storing a 4x4 row-major transformation

◆ poseExt() [2/2]

None mrmeshpy.PointsLoad.MultiScanLoadSettings.poseExt ( self,
str arg1 )

◆ posePrefix() [1/2]

str mrmeshpy.PointsLoad.MultiScanLoadSettings.posePrefix ( self)
file name prefix (before the numeric index) of the transformation files

◆ posePrefix() [2/2]

None mrmeshpy.PointsLoad.MultiScanLoadSettings.posePrefix ( self,
str arg1 )

◆ scanPrefix() [1/2]

str mrmeshpy.PointsLoad.MultiScanLoadSettings.scanPrefix ( self)
file name prefix (before the numeric index) of the .ply files, each storing the points of one scan

◆ scanPrefix() [2/2]

None mrmeshpy.PointsLoad.MultiScanLoadSettings.scanPrefix ( self,
str arg1 )

Member Data Documentation

◆ _offsetof_poseExt

typing mrmeshpy.PointsLoad.MultiScanLoadSettings._offsetof_poseExt = 32
staticprotected

◆ _offsetof_posePrefix

typing mrmeshpy.PointsLoad.MultiScanLoadSettings._offsetof_posePrefix = 0
staticprotected

◆ _offsetof_scanPrefix

typing mrmeshpy.PointsLoad.MultiScanLoadSettings._offsetof_scanPrefix = 64
staticprotected

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