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

Generated from class MR.BaseShellParameters. Derived classes: Direct: (non-virtual) MR.OffsetParameters Indirect: (non-virtual) MR.GeneralOffsetParameters MR.SharpOffsetParameters This is the const half of the class. More...

Inheritance diagram for MR.Const_BaseShellParameters:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_BaseShellParameters ()
 Constructs an empty (default-constructed) instance.
unsafe Const_BaseShellParameters (float voxelSize, MR.Std._ByValue_Function_Bool_From_Float callBack)
 Constructs MR.BaseShellParameters elementwise.
unsafe Const_BaseShellParameters (MR._ByValue_BaseShellParameters _other)
 Generated from constructor MR.BaseShellParameters.BaseShellParameters.
 Const_BaseShellParameters (Const_BaseShellParameters _other)
 Generated from constructor MR.BaseShellParameters.BaseShellParameters.
 Const_BaseShellParameters (BaseShellParameters _other)
 Generated from constructor MR.BaseShellParameters.BaseShellParameters.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_voxelSize

Properties

unsafe float voxelSize [get]
 Size of voxel in grid conversions; The user is responsible for setting some positive value here.
unsafe MR.Std.Const_Function_Bool_From_Float callBack [get, protected set]
 Progress callback.

Detailed Description

Generated from class MR.BaseShellParameters. Derived classes: Direct: (non-virtual) MR.OffsetParameters Indirect: (non-virtual) MR.GeneralOffsetParameters MR.SharpOffsetParameters This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_BaseShellParameters() [1/5]

unsafe MR.Const_BaseShellParameters.Const_BaseShellParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_BaseShellParameters() [2/5]

unsafe MR.Const_BaseShellParameters.Const_BaseShellParameters ( float voxelSize,
MR.Std._ByValue_Function_Bool_From_Float callBack )
inline

Constructs MR.BaseShellParameters elementwise.

◆ Const_BaseShellParameters() [3/5]

unsafe MR.Const_BaseShellParameters.Const_BaseShellParameters ( MR._ByValue_BaseShellParameters _other)
inline

Generated from constructor MR.BaseShellParameters.BaseShellParameters.

◆ Const_BaseShellParameters() [4/5]

MR.Const_BaseShellParameters.Const_BaseShellParameters ( Const_BaseShellParameters _other)
inline

Generated from constructor MR.BaseShellParameters.BaseShellParameters.

◆ Const_BaseShellParameters() [5/5]

MR.Const_BaseShellParameters.Const_BaseShellParameters ( BaseShellParameters _other)
inline

Generated from constructor MR.BaseShellParameters.BaseShellParameters.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_BaseShellParameters.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_voxelSize

unsafe float* MR.Const_BaseShellParameters.__ref_storage_voxelSize
protected

Property Documentation

◆ callBack

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_BaseShellParameters.callBack
getprotected set

Progress callback.

◆ voxelSize

unsafe float MR.Const_BaseShellParameters.voxelSize
get

Size of voxel in grid conversions; The user is responsible for setting some positive value here.


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