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

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

Inheritance diagram for MR.SliceInfo:

Public Member Functions

unsafe SliceInfo ()
 Constructs an empty (default-constructed) instance.
unsafe SliceInfo (MR.Const_SliceInfo _other)
 Generated from constructor MR.SliceInfo.SliceInfo.
 SliceInfo (SliceInfo _other)
 Generated from constructor MR.SliceInfo.SliceInfo.
unsafe MR.SliceInfo assign (MR.Const_SliceInfo _other)
 Generated from method MR::SliceInfo::operator=.
Public Member Functions inherited from MR.Const_SliceInfo
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.SliceInfoBase (SliceInfo self)
Static Public Member Functions inherited from MR.Const_SliceInfo
static unsafe implicit operator MR.Const_SliceInfoBase (Const_SliceInfo self)

Properties

new unsafe ref MR.Vector3d imagePos [get]
 image position
new unsafe ref int instanceNum [get]
 instance number
new unsafe ref double z [get]
 layer height
new unsafe ref int fileNum [get]
 file index
Properties inherited from MR.Const_SliceInfo
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

Additional Inherited Members

Protected Member Functions inherited from MR.Const_SliceInfo
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_SliceInfo
unsafe MR.Vector3d__ref_storage_imagePos
unsafe int * __ref_storage_instanceNum
unsafe double * __ref_storage_z
unsafe int * __ref_storage_fileNum

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

Constructor & Destructor Documentation

◆ SliceInfo() [1/3]

unsafe MR.SliceInfo.SliceInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ SliceInfo() [2/3]

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

Generated from constructor MR.SliceInfo.SliceInfo.

◆ SliceInfo() [3/3]

MR.SliceInfo.SliceInfo ( SliceInfo _other)
inline

Generated from constructor MR.SliceInfo.SliceInfo.

Member Function Documentation

◆ assign()

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

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

◆ operator MR.SliceInfoBase()

unsafe implicit MR.SliceInfo.operator MR.SliceInfoBase ( SliceInfo self)
inlinestatic

Property Documentation

◆ fileNum

new unsafe ref int MR.SliceInfo.fileNum
get

file index

◆ imagePos

new unsafe ref MR.Vector3d MR.SliceInfo.imagePos
get

image position

◆ instanceNum

new unsafe ref int MR.SliceInfo.instanceNum
get

instance number

◆ z

new unsafe ref double MR.SliceInfo.z
get

layer height


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