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=.
 

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
 

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: