Public Types | |
| typedef Expected< Polyline3 >(*)(const std::filesystem::path &, const LinesLoadSettings & | LinesFileLoader) |
| typedef Expected< Polyline3 >(*)(std::istream &, const LinesLoadSettings & | LinesStreamLoader) |
Static Public Member Functions | |
| static unsafe MR.Polyline3 | fromMrLines (string file, MR.Const_LinesLoadSettings? settings=null) |
loads polyline from file in internal MeshLib format Generated from function MR.LinesLoad.fromMrLines. Parameter settings defaults to {}. | |
| static unsafe MR.Polyline3 | fromMrLines (MR.Std.Istream in_, MR.Const_LinesLoadSettings? settings=null) |
loads polyline from stream in internal MeshLib format; important on Windows: in stream must be open in binary mode Generated from function MR.LinesLoad.fromMrLines. Parameter settings defaults to {}. | |
| static unsafe MR.Polyline3 | fromPts (string file, MR.Const_LinesLoadSettings? settings=null) |
loads polyline from file in .PTS format Generated from function MR.LinesLoad.fromPts. Parameter settings defaults to {}. | |
| static unsafe MR.Polyline3 | fromPts (MR.Std.Istream in_, MR.Const_LinesLoadSettings? settings=null) |
loads polyline from stream in .PTS format Generated from function MR.LinesLoad.fromPts. Parameter settings defaults to {}. | |
| static unsafe MR.Polyline3 | fromPly (string file, MR.Const_LinesLoadSettings? settings=null) |
loads polyline from file in .PLY format Generated from function MR.LinesLoad.fromPly. Parameter settings defaults to {}. | |
| static unsafe MR.Polyline3 | fromPly (MR.Std.Istream in_, MR.Const_LinesLoadSettings? settings=null) |
loads polyline from stream in .PLY format; important on Windows: in stream must be open in binary mode Generated from function MR.LinesLoad.fromPly. Parameter settings defaults to {}. | |
| static unsafe MR.Polyline3 | fromAnySupportedFormat (string file, MR.Const_LinesLoadSettings? settings=null) |
loads polyline from file in the format detected from file extension Generated from function MR.LinesLoad.fromAnySupportedFormat. Parameter settings defaults to {}. | |
| static unsafe MR.Polyline3 | fromAnySupportedFormat (MR.Std.Istream in_, string extension, MR.Const_LinesLoadSettings? settings=null) |
loads polyline from stream in the format detected from given extension-string (*.ext); important on Windows: in stream must be open in binary mode Generated from function MR.LinesLoad.fromAnySupportedFormat. Parameter settings defaults to {}. | |