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

Classes

class  _ByValue_CtmSavePointsOptions
 This is used as a function parameter when the underlying function receives CtmSavePointsOptions by value. Usage:
 
class  _InOptConst_CtmSavePointsOptions
 This is used for optional parameters of class CtmSavePointsOptions with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_CtmSavePointsOptions. Usage:
 
class  _InOptMut_CtmSavePointsOptions
 This is used for optional parameters of class CtmSavePointsOptions with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_CtmSavePointsOptions. Usage:
 
class  Const_CtmSavePointsOptions
 Generated from class MR.PointsSave.CtmSavePointsOptions. Base classes: Direct: (non-virtual) MR.SaveSettings This is the const half of the class.
 
class  CtmSavePointsOptions
 Generated from class MR.PointsSave.CtmSavePointsOptions. Base classes: Direct: (non-virtual) MR.SaveSettings This is the non-const half of the class. More...
 

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

Member Function Documentation

◆ toAnySupportedFormat() [1/2]

static unsafe void MR.PointsSave.toAnySupportedFormat ( MR.Const_PointCloud points,
string extension,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

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

◆ toAnySupportedFormat() [2/2]

static unsafe void MR.PointsSave.toAnySupportedFormat ( MR.Const_PointCloud points,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

detects the format from file extension and save points to it Generated from function MR.PointsSave.toAnySupportedFormat. Parameter settings defaults to {}.

◆ toAsc() [1/2]

static unsafe void MR.PointsSave.toAsc ( MR.Const_PointCloud points,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.PointsSave.toAsc. Parameter settings defaults to {}.

◆ toAsc() [2/2]

static unsafe void MR.PointsSave.toAsc ( MR.Const_PointCloud points,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

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

◆ toCtm() [1/4]

static unsafe void MR.PointsSave.toCtm ( MR.Const_PointCloud points,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.PointsSave.toCtm. Parameter settings defaults to {}.

◆ toCtm() [2/4]

static unsafe void MR.PointsSave.toCtm ( MR.Const_PointCloud points,
MR.Std.Ostream out_,
MR.PointsSave.Const_CtmSavePointsOptions options )
inlinestatic

Generated from function MR.PointsSave.toCtm.

◆ toCtm() [3/4]

static unsafe void MR.PointsSave.toCtm ( MR.Const_PointCloud points,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.PointsSave.toCtm. Parameter settings defaults to {}.

◆ toCtm() [4/4]

static unsafe void MR.PointsSave.toCtm ( MR.Const_PointCloud points,
string file,
MR.PointsSave.Const_CtmSavePointsOptions options )
inlinestatic

saves in .ctm file Generated from function MR.PointsSave.toCtm.

◆ toPly() [1/2]

static unsafe void MR.PointsSave.toPly ( MR.Const_PointCloud points,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.PointsSave.toPly. Parameter settings defaults to {}.

◆ toPly() [2/2]

static unsafe void MR.PointsSave.toPly ( MR.Const_PointCloud points,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

saves in .ply file Generated from function MR.PointsSave.toPly. Parameter settings defaults to {}.

◆ toXyz() [1/2]

static unsafe void MR.PointsSave.toXyz ( MR.Const_PointCloud points,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.PointsSave.toXyz. Parameter settings defaults to {}.

◆ toXyz() [2/2]

static unsafe void MR.PointsSave.toXyz ( MR.Const_PointCloud points,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

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

◆ toXyzn() [1/2]

static unsafe void MR.PointsSave.toXyzn ( MR.Const_PointCloud points,
MR.Std.Ostream out_,
MR.Const_SaveSettings? settings = null )
inlinestatic

Generated from function MR.PointsSave.toXyzn. Parameter settings defaults to {}.

◆ toXyzn() [2/2]

static unsafe void MR.PointsSave.toXyzn ( MR.Const_PointCloud points,
string file,
MR.Const_SaveSettings? settings = null )
inlinestatic

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


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