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 const half of the class. More...

Inheritance diagram for MR.Const_PointCloudPart:

Classes

struct  _Underlying

Public Member Functions

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 Const_PointCloudPart (MR.Const_PointCloud c)
 Generated from constructor MR.PointCloudPart.PointCloudPart.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Const_VertBitSet._Underlying ** __ptr_storage_region

Properties

unsafe MR.Const_PointCloud cloud [get, protected set]
unsafe MR.? Const_VertBitSet region [get]

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 const half of the class.

Constructor & Destructor Documentation

◆ Const_PointCloudPart() [1/3]

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

Generated from constructor MR.PointCloudPart.PointCloudPart.

◆ Const_PointCloudPart() [2/3]

MR.Const_PointCloudPart.Const_PointCloudPart ( PointCloudPart other)
inline

Generated from constructor MR.PointCloudPart.PointCloudPart.

◆ Const_PointCloudPart() [3/3]

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

Generated from constructor MR.PointCloudPart.PointCloudPart.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PointCloudPart.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_PointCloudPart.Dispose ( bool disposing)
inlineprotectedvirtual

◆ operator Const_PointCloudPart()

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

Generated from constructor MR.PointCloudPart.PointCloudPart.

Member Data Documentation

◆ __ptr_storage_region

unsafe MR.Const_VertBitSet._Underlying** MR.Const_PointCloudPart.__ptr_storage_region
protected

Property Documentation

◆ cloud

unsafe MR.Const_PointCloud MR.Const_PointCloudPart.cloud
getprotected set

◆ region

unsafe MR.? Const_VertBitSet MR.Const_PointCloudPart.region
get

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