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

Public Types

typedef Expected< void >(*)(const PointCloud &, const std::filesystem::path &, const SaveSettingsPointsFileSaver)
 
typedef Expected< void >(*)(const PointCloud &, std::ostream &, const SaveSettingsPointsStreamSaver)
 

Static Public Member Functions

static unsafe void toCtm (MR.Const_PointCloud points, string file, MR.PointsSave.Const_CtmSavePointsOptions options)
 saves in .ctm file Generated from function MR.PointsSave.toCtm.
 
static unsafe void toCtm (MR.Const_PointCloud points, MR.Std.Ostream out_, MR.PointsSave.Const_CtmSavePointsOptions options)
 Generated from function MR.PointsSave.toCtm.
 
static unsafe void toCtm (MR.Const_PointCloud points, string file, MR.Const_SaveSettings? settings=null)
 Generated from function MR.PointsSave.toCtm. Parameter settings defaults to {}.
 
static unsafe void toCtm (MR.Const_PointCloud points, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 Generated from function MR.PointsSave.toCtm. Parameter settings defaults to {}.
 
static unsafe void toXyz (MR.Const_PointCloud points, string file, MR.Const_SaveSettings? settings=null)
 save points without normals in textual .xyz file; each output line contains [x, y, z], where x, y, z are point coordinates Generated from function MR.PointsSave.toXyz. Parameter settings defaults to {}.
 
static unsafe void toXyz (MR.Const_PointCloud points, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 Generated from function MR.PointsSave.toXyz. Parameter settings defaults to {}.
 
static unsafe void toXyzn (MR.Const_PointCloud points, string file, MR.Const_SaveSettings? settings=null)
 save points with normals in textual .xyzn file; each output line contains [x, y, z, nx, ny, nz], where x, y, z are point coordinates and nx, ny, nz are the components of point normal Generated from function MR.PointsSave.toXyzn. Parameter settings defaults to {}.
 
static unsafe void toXyzn (MR.Const_PointCloud points, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 Generated from function MR.PointsSave.toXyzn. Parameter settings defaults to {}.
 
static unsafe void toAsc (MR.Const_PointCloud points, string file, MR.Const_SaveSettings? settings=null)
 save points with normals in .xyzn format, and save points without normals in .xyz format Generated from function MR.PointsSave.toAsc. Parameter settings defaults to {}.
 
static unsafe void toAsc (MR.Const_PointCloud points, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 Generated from function MR.PointsSave.toAsc. Parameter settings defaults to {}.
 
static unsafe void toPly (MR.Const_PointCloud points, string file, MR.Const_SaveSettings? settings=null)
 saves in .ply file Generated from function MR.PointsSave.toPly. Parameter settings defaults to {}.
 
static unsafe void toPly (MR.Const_PointCloud points, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 Generated from function MR.PointsSave.toPly. Parameter settings defaults to {}.
 
static unsafe void toAnySupportedFormat (MR.Const_PointCloud points, string file, MR.Const_SaveSettings? settings=null)
 detects the format from file extension and save points to it Generated from function MR.PointsSave.toAnySupportedFormat. Parameter settings defaults to {}.
 
static unsafe void toAnySupportedFormat (MR.Const_PointCloud points, string extension, MR.Std.Ostream out_, MR.Const_SaveSettings? settings=null)
 extension in *.ext format Generated from function MR.PointsSave.toAnySupportedFormat. Parameter settings defaults to {}.
 

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