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