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

slice information More...

Inheritance diagram for MR.SliceInfoBase:

Public Member Functions

unsafe SliceInfoBase ()
 Constructs an empty (default-constructed) instance.
unsafe SliceInfoBase (int instanceNum, double z, int fileNum)
 Constructs MR.SliceInfoBase elementwise.
unsafe SliceInfoBase (MR.Const_SliceInfoBase _other)
 Generated from constructor MR.SliceInfoBase.SliceInfoBase.
 SliceInfoBase (SliceInfoBase _other)
 Generated from constructor MR.SliceInfoBase.SliceInfoBase.
unsafe MR.SliceInfoBase assign (MR.Const_SliceInfoBase _other)
 Generated from method MR::SliceInfoBase::operator=.
Public Member Functions inherited from MR.Const_SliceInfoBase
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.

Properties

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_SliceInfoBase
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_SliceInfoBase
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_SliceInfoBase
unsafe int * __ref_storage_instanceNum
unsafe double * __ref_storage_z
unsafe int * __ref_storage_fileNum

Detailed Description

slice information

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

Constructor & Destructor Documentation

◆ SliceInfoBase() [1/4]

unsafe MR.SliceInfoBase.SliceInfoBase ( )
inline

Constructs an empty (default-constructed) instance.

◆ SliceInfoBase() [2/4]

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

Constructs MR.SliceInfoBase elementwise.

◆ SliceInfoBase() [3/4]

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

Generated from constructor MR.SliceInfoBase.SliceInfoBase.

◆ SliceInfoBase() [4/4]

MR.SliceInfoBase.SliceInfoBase ( SliceInfoBase _other)
inline

Generated from constructor MR.SliceInfoBase.SliceInfoBase.

Member Function Documentation

◆ assign()

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

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

Property Documentation

◆ fileNum

new unsafe ref int MR.SliceInfoBase.fileNum
get

file index

◆ instanceNum

new unsafe ref int MR.SliceInfoBase.instanceNum
get

instance number

◆ z

new unsafe ref double MR.SliceInfoBase.z
get

layer height


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