MeshLib C# Docs
Loading...
Searching...
No Matches

represents full point cloud (if region is nullptr) or some portion of point cloud (if region pointer is valid) Generated from class MR.PointCloudPart. This is the non-const half of the class. More...

Inheritance diagram for MR.PointCloudPart:

Public Member Functions

unsafe PointCloudPart (MR.Const_PointCloudPart other)
 Generated from constructor MR.PointCloudPart.PointCloudPart.
 PointCloudPart (PointCloudPart other)
 Generated from constructor MR.PointCloudPart.PointCloudPart.
unsafe PointCloudPart (MR.Const_PointCloud c, MR.Const_VertBitSet? bs=null)
 Generated from constructor MR.PointCloudPart.PointCloudPart.
unsafe MR.PointCloudPart assign (MR.Const_PointCloudPart other)
 Generated from method MR::PointCloudPart::operator=.
Public Member Functions inherited from MR.Const_PointCloudPart
virtual void Dispose ()
unsafe Const_PointCloudPart (MR.Const_PointCloudPart other)
 Generated from constructor MR.PointCloudPart.PointCloudPart.
 Const_PointCloudPart (PointCloudPart other)
 Generated from constructor MR.PointCloudPart.PointCloudPart.
unsafe Const_PointCloudPart (MR.Const_PointCloud c, MR.Const_VertBitSet? bs=null)
 Generated from constructor MR.PointCloudPart.PointCloudPart.

Static Public Member Functions

static unsafe implicit operator PointCloudPart (MR.Const_PointCloud c)
 Generated from constructor MR.PointCloudPart.PointCloudPart.
Static Public Member Functions inherited from MR.Const_PointCloudPart
static unsafe implicit operator Const_PointCloudPart (MR.Const_PointCloud c)
 Generated from constructor MR.PointCloudPart.PointCloudPart.

Properties

new unsafe MR.? Const_VertBitSet region [get, set]
Properties inherited from MR.Const_PointCloudPart
unsafe MR.Const_PointCloud cloud [get, protected set]
unsafe MR.? Const_VertBitSet region [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_PointCloudPart
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_PointCloudPart
unsafe MR.Const_VertBitSet._Underlying ** __ptr_storage_region

Detailed Description

represents full point cloud (if region is nullptr) or some portion of point cloud (if region pointer is valid) Generated from class MR.PointCloudPart. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ PointCloudPart() [1/3]

unsafe MR.PointCloudPart.PointCloudPart ( MR.Const_PointCloudPart other)
inline

Generated from constructor MR.PointCloudPart.PointCloudPart.

◆ PointCloudPart() [2/3]

MR.PointCloudPart.PointCloudPart ( PointCloudPart other)
inline

Generated from constructor MR.PointCloudPart.PointCloudPart.

◆ PointCloudPart() [3/3]

unsafe MR.PointCloudPart.PointCloudPart ( MR.Const_PointCloud c,
MR.Const_VertBitSet? bs = null )
inline

Generated from constructor MR.PointCloudPart.PointCloudPart.

Member Function Documentation

◆ assign()

unsafe MR.PointCloudPart MR.PointCloudPart.assign ( MR.Const_PointCloudPart other)
inline

Generated from method MR::PointCloudPart::operator=.

◆ operator PointCloudPart()

unsafe implicit MR.PointCloudPart.operator PointCloudPart ( MR.Const_PointCloud c)
inlinestatic

Generated from constructor MR.PointCloudPart.PointCloudPart.

Property Documentation

◆ region

new unsafe MR.? Const_VertBitSet MR.PointCloudPart.region
getset

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