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

Classes

class  _ByValue_E57LoadSettings
 This is used as a function parameter when the underlying function receives E57LoadSettings by value. Usage:
 
class  _ByValue_NamedCloud
 This is used as a function parameter when the underlying function receives NamedCloud by value. Usage:
 
class  _InOptConst_E57LoadSettings
 This is used for optional parameters of class E57LoadSettings with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_E57LoadSettings. Usage:
 
class  _InOptConst_NamedCloud
 This is used for optional parameters of class NamedCloud with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_NamedCloud. Usage:
 
class  _InOptMut_E57LoadSettings
 This is used for optional parameters of class E57LoadSettings with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_E57LoadSettings. Usage:
 
class  _InOptMut_NamedCloud
 This is used for optional parameters of class NamedCloud with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_NamedCloud. Usage:
 
class  Const_E57LoadSettings
 Generated from class MR.PointsLoad.E57LoadSettings. This is the const half of the class.
 
class  Const_NamedCloud
 loads scene from e57 file Generated from class MR.PointsLoad.NamedCloud. This is the const half of the class.
 
class  E57LoadSettings
 Generated from class MR.PointsLoad.E57LoadSettings. This is the non-const half of the class. More...
 
class  NamedCloud
 loads scene from e57 file Generated from class MR.PointsLoad.NamedCloud. This is the non-const half of the class. More...
 

Static Public Member Functions

static unsafe MR.PointCloud fromCtm (string file, MR.Const_PointsLoadSettings? settings=null)
 loads from .ctm file Generated from function MR.PointsLoad.fromCtm. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromCtm (MR.Std.Istream in_, MR.Const_PointsLoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromCtm. Parameter settings defaults to {}.
 
static unsafe MR.Std.Vector_MRPointsLoadNamedCloud fromSceneE57File (string file, MR.PointsLoad.Const_E57LoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromSceneE57File. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromE57 (string file, MR.Const_PointsLoadSettings? settings=null)
 loads from .e57 file Generated from function MR.PointsLoad.fromE57. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromE57 (MR.Std.Istream in_, MR.Const_PointsLoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromE57. Parameter settings defaults to {}.
 
static unsafe MR.LoadedObjects loadObjectFromE57 (string path, MR.Std.Const_Function_BoolFuncFromFloat? cb=null)
 Generated from function MR.PointsLoad.loadObjectFromE57. Parameter cb defaults to {}.
 
static unsafe MR.PointCloud fromLas (string file, MR.Const_PointsLoadSettings? settings=null)
 loads from .las file Generated from function MR.PointsLoad.fromLas. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromLas (MR.Std.Istream in_, MR.Const_PointsLoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromLas. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromText (string file, MR.Const_PointsLoadSettings? settings=null)
 loads from .csv, .asc, .xyz, .txt file Generated from function MR.PointsLoad.fromText. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromText (MR.Std.Istream in_, MR.Const_PointsLoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromText. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromPts (string file, MR.Const_PointsLoadSettings? settings=null)
 loads from Laser scan plain data format (.pts) file Generated from function MR.PointsLoad.fromPts. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromPts (MR.Std.Istream in_, MR.Const_PointsLoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromPts. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromPly (string file, MR.Const_PointsLoadSettings? settings=null)
 loads from .ply file Generated from function MR.PointsLoad.fromPly. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromPly (MR.Std.Istream in_, MR.Const_PointsLoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromPly. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromObj (string file, MR.Const_PointsLoadSettings? settings=null)
 loads from .obj file Generated from function MR.PointsLoad.fromObj. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromObj (MR.Std.Istream in_, MR.Const_PointsLoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromObj. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromDxf (string file, MR.Const_PointsLoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromDxf. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromDxf (MR.Std.Istream in_, MR.Const_PointsLoadSettings? settings=null)
 Generated from function MR.PointsLoad.fromDxf. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromAnySupportedFormat (string file, MR.Const_PointsLoadSettings? settings=null)
 detects the format from file extension and loads points from it Generated from function MR.PointsLoad.fromAnySupportedFormat. Parameter settings defaults to {}.
 
static unsafe MR.PointCloud fromAnySupportedFormat (MR.Std.Istream in_, string extension, MR.Const_PointsLoadSettings? settings=null)
 extension in *.ext format Generated from function MR.PointsLoad.fromAnySupportedFormat. Parameter settings defaults to {}.
 

Member Function Documentation

◆ fromAnySupportedFormat() [1/2]

static unsafe MR.PointCloud MR.PointsLoad.fromAnySupportedFormat ( MR.Std.Istream in_,
string extension,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

extension in *.ext format Generated from function MR.PointsLoad.fromAnySupportedFormat. Parameter settings defaults to {}.

◆ fromAnySupportedFormat() [2/2]

static unsafe MR.PointCloud MR.PointsLoad.fromAnySupportedFormat ( string file,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

detects the format from file extension and loads points from it Generated from function MR.PointsLoad.fromAnySupportedFormat. Parameter settings defaults to {}.

◆ fromCtm() [1/2]

static unsafe MR.PointCloud MR.PointsLoad.fromCtm ( MR.Std.Istream in_,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromCtm. Parameter settings defaults to {}.

◆ fromCtm() [2/2]

static unsafe MR.PointCloud MR.PointsLoad.fromCtm ( string file,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

loads from .ctm file Generated from function MR.PointsLoad.fromCtm. Parameter settings defaults to {}.

◆ fromDxf() [1/2]

static unsafe MR.PointCloud MR.PointsLoad.fromDxf ( MR.Std.Istream in_,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromDxf. Parameter settings defaults to {}.

◆ fromDxf() [2/2]

static unsafe MR.PointCloud MR.PointsLoad.fromDxf ( string file,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromDxf. Parameter settings defaults to {}.

◆ fromE57() [1/2]

static unsafe MR.PointCloud MR.PointsLoad.fromE57 ( MR.Std.Istream in_,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromE57. Parameter settings defaults to {}.

◆ fromE57() [2/2]

static unsafe MR.PointCloud MR.PointsLoad.fromE57 ( string file,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

loads from .e57 file Generated from function MR.PointsLoad.fromE57. Parameter settings defaults to {}.

◆ fromLas() [1/2]

static unsafe MR.PointCloud MR.PointsLoad.fromLas ( MR.Std.Istream in_,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromLas. Parameter settings defaults to {}.

◆ fromLas() [2/2]

static unsafe MR.PointCloud MR.PointsLoad.fromLas ( string file,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

loads from .las file Generated from function MR.PointsLoad.fromLas. Parameter settings defaults to {}.

◆ fromObj() [1/2]

static unsafe MR.PointCloud MR.PointsLoad.fromObj ( MR.Std.Istream in_,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromObj. Parameter settings defaults to {}.

◆ fromObj() [2/2]

static unsafe MR.PointCloud MR.PointsLoad.fromObj ( string file,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

loads from .obj file Generated from function MR.PointsLoad.fromObj. Parameter settings defaults to {}.

◆ fromPly() [1/2]

static unsafe MR.PointCloud MR.PointsLoad.fromPly ( MR.Std.Istream in_,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromPly. Parameter settings defaults to {}.

◆ fromPly() [2/2]

static unsafe MR.PointCloud MR.PointsLoad.fromPly ( string file,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

loads from .ply file Generated from function MR.PointsLoad.fromPly. Parameter settings defaults to {}.

◆ fromPts() [1/2]

static unsafe MR.PointCloud MR.PointsLoad.fromPts ( MR.Std.Istream in_,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromPts. Parameter settings defaults to {}.

◆ fromPts() [2/2]

static unsafe MR.PointCloud MR.PointsLoad.fromPts ( string file,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

loads from Laser scan plain data format (.pts) file Generated from function MR.PointsLoad.fromPts. Parameter settings defaults to {}.

◆ fromSceneE57File()

static unsafe MR.Std.Vector_MRPointsLoadNamedCloud MR.PointsLoad.fromSceneE57File ( string file,
MR.PointsLoad.Const_E57LoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromSceneE57File. Parameter settings defaults to {}.

◆ fromText() [1/2]

static unsafe MR.PointCloud MR.PointsLoad.fromText ( MR.Std.Istream in_,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

Generated from function MR.PointsLoad.fromText. Parameter settings defaults to {}.

◆ fromText() [2/2]

static unsafe MR.PointCloud MR.PointsLoad.fromText ( string file,
MR.Const_PointsLoadSettings? settings = null )
inlinestatic

loads from .csv, .asc, .xyz, .txt file Generated from function MR.PointsLoad.fromText. Parameter settings defaults to {}.

◆ loadObjectFromE57()

static unsafe MR.LoadedObjects MR.PointsLoad.loadObjectFromE57 ( string path,
MR.Std.Const_Function_BoolFuncFromFloat? cb = null )
inlinestatic

Generated from function MR.PointsLoad.loadObjectFromE57. Parameter cb defaults to {}.


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