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

slice information More...

Inheritance diagram for MR.Const_SliceInfoBase:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SliceInfoBase ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SliceInfoBase (int instanceNum, double z, int fileNum)
 Constructs MR.SliceInfoBase elementwise.
unsafe Const_SliceInfoBase (MR.Const_SliceInfoBase _other)
 Generated from constructor MR.SliceInfoBase.SliceInfoBase.
 Const_SliceInfoBase (SliceInfoBase _other)
 Generated from constructor MR.SliceInfoBase.SliceInfoBase.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe int * __ref_storage_instanceNum
unsafe double * __ref_storage_z
unsafe int * __ref_storage_fileNum

Properties

unsafe int instanceNum [get]
 instance number
unsafe double z [get]
 layer height
unsafe int fileNum [get]
 file index

Detailed Description

slice information

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

Constructor & Destructor Documentation

◆ Const_SliceInfoBase() [1/4]

unsafe MR.Const_SliceInfoBase.Const_SliceInfoBase ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SliceInfoBase() [2/4]

unsafe MR.Const_SliceInfoBase.Const_SliceInfoBase ( int instanceNum,
double z,
int fileNum )
inline

Constructs MR.SliceInfoBase elementwise.

◆ Const_SliceInfoBase() [3/4]

unsafe MR.Const_SliceInfoBase.Const_SliceInfoBase ( MR.Const_SliceInfoBase _other)
inline

Generated from constructor MR.SliceInfoBase.SliceInfoBase.

◆ Const_SliceInfoBase() [4/4]

MR.Const_SliceInfoBase.Const_SliceInfoBase ( SliceInfoBase _other)
inline

Generated from constructor MR.SliceInfoBase.SliceInfoBase.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SliceInfoBase.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_fileNum

unsafe int* MR.Const_SliceInfoBase.__ref_storage_fileNum
protected

◆ __ref_storage_instanceNum

unsafe int* MR.Const_SliceInfoBase.__ref_storage_instanceNum
protected

◆ __ref_storage_z

unsafe double* MR.Const_SliceInfoBase.__ref_storage_z
protected

Property Documentation

◆ fileNum

unsafe int MR.Const_SliceInfoBase.fileNum
get

file index

◆ instanceNum

unsafe int MR.Const_SliceInfoBase.instanceNum
get

instance number

◆ z

unsafe double MR.Const_SliceInfoBase.z
get

layer height


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