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

Generated from class MR.DividePointCloudOptionalOutput. This is the const half of the class. More...

Inheritance diagram for MR.Const_DividePointCloudOptionalOutput:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_DividePointCloudOptionalOutput ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DividePointCloudOptionalOutput (MR.VertMap? outVmap, MR.PointCloud? otherPart, MR.VertMap? otherOutVmap)
 Constructs MR.DividePointCloudOptionalOutput elementwise.
unsafe Const_DividePointCloudOptionalOutput (MR.Const_DividePointCloudOptionalOutput _other)
 Generated from constructor MR.DividePointCloudOptionalOutput.DividePointCloudOptionalOutput.
 Const_DividePointCloudOptionalOutput (DividePointCloudOptionalOutput _other)
 Generated from constructor MR.DividePointCloudOptionalOutput.DividePointCloudOptionalOutput.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertMap._Underlying ** __ptr_storage_outVmap
unsafe MR.PointCloud._Underlying ** __ptr_storage_otherPart
unsafe MR.VertMap._Underlying ** __ptr_storage_otherOutVmap

Properties

unsafe MR.? VertMap outVmap [get]
 optional out map from input points to output
unsafe MR.? PointCloud otherPart [get]
 optional out other part of the point cloud
unsafe MR.? VertMap otherOutVmap [get]
 optional out map from input points to other part output

Detailed Description

Generated from class MR.DividePointCloudOptionalOutput. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_DividePointCloudOptionalOutput() [1/4]

unsafe MR.Const_DividePointCloudOptionalOutput.Const_DividePointCloudOptionalOutput ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_DividePointCloudOptionalOutput() [2/4]

unsafe MR.Const_DividePointCloudOptionalOutput.Const_DividePointCloudOptionalOutput ( MR.VertMap? outVmap,
MR.PointCloud? otherPart,
MR.VertMap? otherOutVmap )
inline

Constructs MR.DividePointCloudOptionalOutput elementwise.

◆ Const_DividePointCloudOptionalOutput() [3/4]

unsafe MR.Const_DividePointCloudOptionalOutput.Const_DividePointCloudOptionalOutput ( MR.Const_DividePointCloudOptionalOutput _other)
inline

◆ Const_DividePointCloudOptionalOutput() [4/4]

MR.Const_DividePointCloudOptionalOutput.Const_DividePointCloudOptionalOutput ( DividePointCloudOptionalOutput _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_DividePointCloudOptionalOutput.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_otherOutVmap

unsafe MR.VertMap._Underlying** MR.Const_DividePointCloudOptionalOutput.__ptr_storage_otherOutVmap
protected

◆ __ptr_storage_otherPart

unsafe MR.PointCloud._Underlying** MR.Const_DividePointCloudOptionalOutput.__ptr_storage_otherPart
protected

◆ __ptr_storage_outVmap

unsafe MR.VertMap._Underlying** MR.Const_DividePointCloudOptionalOutput.__ptr_storage_outVmap
protected

Property Documentation

◆ otherOutVmap

unsafe MR.? VertMap MR.Const_DividePointCloudOptionalOutput.otherOutVmap
get

optional out map from input points to other part output

◆ otherPart

unsafe MR.? PointCloud MR.Const_DividePointCloudOptionalOutput.otherPart
get

optional out other part of the point cloud

◆ outVmap

unsafe MR.? VertMap MR.Const_DividePointCloudOptionalOutput.outVmap
get

optional out map from input points to output


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