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

Public Types

typedef Expected< PointCloud >(*)(const std::filesystem::path &, const PointsLoadSettingsPointsFileLoader)
 
typedef Expected< PointCloud >(*)(std::istream &, const PointsLoadSettingsPointsStreamLoader)
 

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 {}.
 

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