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

This class can hold either mesh part or point cloud. It is used for generic algorithms operating with either of them Generated from class MR.MeshOrPoints. This is the non-const half of the class. More...

+ Inheritance diagram for MR.MeshOrPoints:

Public Member Functions

unsafe MeshOrPoints (MR.Const_MeshOrPoints _other)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 
 MeshOrPoints (MeshOrPoints _other)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 
unsafe MeshOrPoints (MR.Const_MeshPart mp)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 
unsafe MeshOrPoints (MR.Const_PointCloudPart pcp)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 
unsafe MeshOrPoints (MR.Const_Mesh mesh)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 
unsafe MeshOrPoints (MR.Const_PointCloud pc)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 
unsafe MR.MeshOrPoints assign (MR.Const_MeshOrPoints _other)
 Generated from method MR.MeshOrPoints.operator=.
 

Static Public Member Functions

static unsafe implicit operator MeshOrPoints (MR.Const_MeshPart mp)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 
static unsafe implicit operator MeshOrPoints (MR.Const_PointCloudPart pcp)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 
static unsafe implicit operator MeshOrPoints (MR.Const_Mesh mesh)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 
static unsafe implicit operator MeshOrPoints (MR.Const_PointCloud pc)
 Generated from constructor MR.MeshOrPoints.MeshOrPoints.
 

Detailed Description

This class can hold either mesh part or point cloud. It is used for generic algorithms operating with either of them Generated from class MR.MeshOrPoints. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ MeshOrPoints() [1/6]

unsafe MR.MeshOrPoints.MeshOrPoints ( MR.Const_MeshOrPoints _other)
inline

Generated from constructor MR.MeshOrPoints.MeshOrPoints.

◆ MeshOrPoints() [2/6]

MR.MeshOrPoints.MeshOrPoints ( MeshOrPoints _other)
inline

Generated from constructor MR.MeshOrPoints.MeshOrPoints.

◆ MeshOrPoints() [3/6]

unsafe MR.MeshOrPoints.MeshOrPoints ( MR.Const_MeshPart mp)
inline

Generated from constructor MR.MeshOrPoints.MeshOrPoints.

◆ MeshOrPoints() [4/6]

unsafe MR.MeshOrPoints.MeshOrPoints ( MR.Const_PointCloudPart pcp)
inline

Generated from constructor MR.MeshOrPoints.MeshOrPoints.

◆ MeshOrPoints() [5/6]

unsafe MR.MeshOrPoints.MeshOrPoints ( MR.Const_Mesh mesh)
inline

Generated from constructor MR.MeshOrPoints.MeshOrPoints.

◆ MeshOrPoints() [6/6]

unsafe MR.MeshOrPoints.MeshOrPoints ( MR.Const_PointCloud pc)
inline

Generated from constructor MR.MeshOrPoints.MeshOrPoints.

Member Function Documentation

◆ assign()

unsafe MR.MeshOrPoints MR.MeshOrPoints.assign ( MR.Const_MeshOrPoints _other)
inline

Generated from method MR.MeshOrPoints.operator=.

◆ operator MeshOrPoints() [1/4]

static unsafe implicit MR.MeshOrPoints.operator MeshOrPoints ( MR.Const_Mesh mesh)
inlinestatic

Generated from constructor MR.MeshOrPoints.MeshOrPoints.

◆ operator MeshOrPoints() [2/4]

static unsafe implicit MR.MeshOrPoints.operator MeshOrPoints ( MR.Const_MeshPart mp)
inlinestatic

Generated from constructor MR.MeshOrPoints.MeshOrPoints.

◆ operator MeshOrPoints() [3/4]

static unsafe implicit MR.MeshOrPoints.operator MeshOrPoints ( MR.Const_PointCloud pc)
inlinestatic

Generated from constructor MR.MeshOrPoints.MeshOrPoints.

◆ operator MeshOrPoints() [4/4]

static unsafe implicit MR.MeshOrPoints.operator MeshOrPoints ( MR.Const_PointCloudPart pcp)
inlinestatic

Generated from constructor MR.MeshOrPoints.MeshOrPoints.


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