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

Generated from class MR.MeshToVolumeParams. This is the non-const half of the class. More...

+ Inheritance diagram for MR.MeshToVolumeParams:

Public Member Functions

unsafe MeshToVolumeParams ()
 Constructs an empty (default-constructed) instance.
 
unsafe MeshToVolumeParams (MR.MeshToVolumeParams.Type type, float surfaceOffset, MR.Vector3f voxelSize, MR.AffineXf3f worldXf, MR.Misc.InOut< MR.AffineXf3f >? outXf, MR.Std._ByValue_Function_BoolFuncFromFloat cb)
 Constructs MR.MeshToVolumeParams elementwise.
 
unsafe MeshToVolumeParams (MR._ByValue_MeshToVolumeParams _other)
 Generated from constructor MR.MeshToVolumeParams.MeshToVolumeParams.
 
 MeshToVolumeParams (Const_MeshToVolumeParams _other)
 Generated from constructor MR.MeshToVolumeParams.MeshToVolumeParams.
 
 MeshToVolumeParams (MeshToVolumeParams _other)
 Generated from constructor MR.MeshToVolumeParams.MeshToVolumeParams.
 
unsafe MR.MeshToVolumeParams assign (MR._ByValue_MeshToVolumeParams _other)
 Generated from method MR.MeshToVolumeParams.operator=.
 

Properties

new unsafe ref MR.MeshToVolumeParams.Type type [get]
 
new unsafe ref float surfaceOffset [get]
 
new unsafe ref MR.Vector3f voxelSize [get]
 
new unsafe ref MR.AffineXf3f worldXf [get]
 
new unsafe MR.? Box_AffineXf3f outXf [get, set]
 
new unsafe MR.Std.Function_BoolFuncFromFloat cb [get, protected set]
 

Detailed Description

Generated from class MR.MeshToVolumeParams. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ MeshToVolumeParams() [1/5]

unsafe MR.MeshToVolumeParams.MeshToVolumeParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ MeshToVolumeParams() [2/5]

unsafe MR.MeshToVolumeParams.MeshToVolumeParams ( MR.MeshToVolumeParams.Type type,
float surfaceOffset,
MR.Vector3f voxelSize,
MR.AffineXf3f worldXf,
MR.Misc.InOut< MR.AffineXf3f >? outXf,
MR.Std._ByValue_Function_BoolFuncFromFloat cb )
inline

Constructs MR.MeshToVolumeParams elementwise.

◆ MeshToVolumeParams() [3/5]

unsafe MR.MeshToVolumeParams.MeshToVolumeParams ( MR._ByValue_MeshToVolumeParams _other)
inline

Generated from constructor MR.MeshToVolumeParams.MeshToVolumeParams.

◆ MeshToVolumeParams() [4/5]

MR.MeshToVolumeParams.MeshToVolumeParams ( Const_MeshToVolumeParams _other)
inline

Generated from constructor MR.MeshToVolumeParams.MeshToVolumeParams.

◆ MeshToVolumeParams() [5/5]

MR.MeshToVolumeParams.MeshToVolumeParams ( MeshToVolumeParams _other)
inline

Generated from constructor MR.MeshToVolumeParams.MeshToVolumeParams.

Member Function Documentation

◆ assign()

unsafe MR.MeshToVolumeParams MR.MeshToVolumeParams.assign ( MR._ByValue_MeshToVolumeParams _other)
inline

Generated from method MR.MeshToVolumeParams.operator=.

Property Documentation

◆ cb

new unsafe MR.Std.Function_BoolFuncFromFloat MR.MeshToVolumeParams.cb
getprotected set

◆ outXf

new unsafe MR.? Box_AffineXf3f MR.MeshToVolumeParams.outXf
getset

◆ surfaceOffset

new unsafe ref float MR.MeshToVolumeParams.surfaceOffset
get

◆ type

new unsafe ref MR.MeshToVolumeParams.Type MR.MeshToVolumeParams.type
get

◆ voxelSize

new unsafe ref MR.Vector3f MR.MeshToVolumeParams.voxelSize
get

◆ worldXf

new unsafe ref MR.AffineXf3f MR.MeshToVolumeParams.worldXf
get

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