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

slice information these fields will be ignored in sorting More...

Inheritance diagram for MR.Const_SliceInfo:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SliceInfo ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SliceInfo (MR.Const_SliceInfo _other)
 Generated from constructor MR.SliceInfo.SliceInfo.
 Const_SliceInfo (SliceInfo _other)
 Generated from constructor MR.SliceInfo.SliceInfo.

Static Public Member Functions

static unsafe implicit operator MR.Const_SliceInfoBase (Const_SliceInfo self)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3d__ref_storage_imagePos
unsafe int * __ref_storage_instanceNum
unsafe double * __ref_storage_z
unsafe int * __ref_storage_fileNum

Properties

unsafe ref readonly MR.Vector3d imagePos [get]
 image position
unsafe int instanceNum [get]
 instance number
unsafe double z [get]
 layer height
unsafe int fileNum [get]
 file index

Detailed Description

slice information these fields will be ignored in sorting

See also
SliceInfoBase Generated from class MR.SliceInfo. Base classes: Direct: (non-virtual) MR.SliceInfoBase This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_SliceInfo() [1/3]

unsafe MR.Const_SliceInfo.Const_SliceInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SliceInfo() [2/3]

unsafe MR.Const_SliceInfo.Const_SliceInfo ( MR.Const_SliceInfo _other)
inline

Generated from constructor MR.SliceInfo.SliceInfo.

◆ Const_SliceInfo() [3/3]

MR.Const_SliceInfo.Const_SliceInfo ( SliceInfo _other)
inline

Generated from constructor MR.SliceInfo.SliceInfo.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SliceInfo.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator MR.Const_SliceInfoBase()

unsafe implicit MR.Const_SliceInfo.operator MR.Const_SliceInfoBase ( Const_SliceInfo self)
inlinestatic

Member Data Documentation

◆ __ref_storage_fileNum

unsafe int* MR.Const_SliceInfo.__ref_storage_fileNum
protected

◆ __ref_storage_imagePos

unsafe MR.Vector3d* MR.Const_SliceInfo.__ref_storage_imagePos
protected

◆ __ref_storage_instanceNum

unsafe int* MR.Const_SliceInfo.__ref_storage_instanceNum
protected

◆ __ref_storage_z

unsafe double* MR.Const_SliceInfo.__ref_storage_z
protected

Property Documentation

◆ fileNum

unsafe int MR.Const_SliceInfo.fileNum
get

file index

◆ imagePos

unsafe ref readonly MR.Vector3d MR.Const_SliceInfo.imagePos
get

image position

◆ instanceNum

unsafe int MR.Const_SliceInfo.instanceNum
get

instance number

◆ z

unsafe double MR.Const_SliceInfo.z
get

layer height


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