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

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

Inheritance diagram for MR.BaseShellParameters:

Public Member Functions

unsafe BaseShellParameters ()
 Constructs an empty (default-constructed) instance.
unsafe BaseShellParameters (float voxelSize, MR.Std._ByValue_Function_BoolFuncFromFloat callBack)
 Constructs MR.BaseShellParameters elementwise.
unsafe BaseShellParameters (MR._ByValue_BaseShellParameters _other)
 Generated from constructor MR.BaseShellParameters.BaseShellParameters.
 BaseShellParameters (Const_BaseShellParameters _other)
 Generated from constructor MR.BaseShellParameters.BaseShellParameters.
 BaseShellParameters (BaseShellParameters _other)
 Generated from constructor MR.BaseShellParameters.BaseShellParameters.
unsafe MR.BaseShellParameters assign (MR._ByValue_BaseShellParameters _other)
 Generated from method MR::BaseShellParameters::operator=.

Properties

new unsafe ref float voxelSize [get]
 Size of voxel in grid conversions; The user is responsible for setting some positive value here.
new unsafe MR.Std.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 non-const half of the class.

Constructor & Destructor Documentation

◆ BaseShellParameters() [1/5]

unsafe MR.BaseShellParameters.BaseShellParameters ( )
inline

Constructs an empty (default-constructed) instance.

◆ BaseShellParameters() [2/5]

unsafe MR.BaseShellParameters.BaseShellParameters ( float voxelSize,
MR.Std._ByValue_Function_BoolFuncFromFloat callBack )
inline

Constructs MR.BaseShellParameters elementwise.

◆ BaseShellParameters() [3/5]

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

Generated from constructor MR.BaseShellParameters.BaseShellParameters.

◆ BaseShellParameters() [4/5]

MR.BaseShellParameters.BaseShellParameters ( Const_BaseShellParameters _other)
inline

Generated from constructor MR.BaseShellParameters.BaseShellParameters.

◆ BaseShellParameters() [5/5]

MR.BaseShellParameters.BaseShellParameters ( BaseShellParameters _other)
inline

Generated from constructor MR.BaseShellParameters.BaseShellParameters.

Member Function Documentation

◆ assign()

unsafe MR.BaseShellParameters MR.BaseShellParameters.assign ( MR._ByValue_BaseShellParameters _other)
inline

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

Property Documentation

◆ callBack

new unsafe MR.Std.Function_Bool_From_Float MR.BaseShellParameters.callBack
getprotected set

Progress callback.

◆ voxelSize

new unsafe ref float MR.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: