MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_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 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_BoolFuncFromFloat callBack)
 Constructs MR.BaseShellParameters elementwise.
 
unsafe Const_BaseShellParameters (MR._ByValue_BaseShellParameters _other)
 Generated from constructor MR.BaseShellParameters.BaseShellParameters.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe float voxelSize [get]
 
unsafe MR.Std.Const_Function_BoolFuncFromFloat callBack [get]
 Progress callback.
 
- Properties inherited from MR.Misc.Object< Const_BaseShellParameters >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_BaseShellParameters >
bool _IsOwningVal
 

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.

Property Documentation

◆ 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: