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

Generated from class MR.PolylineToDistanceVolumeParams. This is the const half of the class. More...

Inheritance diagram for MR.Const_PolylineToDistanceVolumeParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PolylineToDistanceVolumeParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_PolylineToDistanceVolumeParams (MR.Vector3f voxelSize, float offsetCount, MR.AffineXf3f worldXf, MR.Misc.InOut< MR.AffineXf3f >? outXf, MR.Std._ByValue_Function_Bool_From_Float cb)
 Constructs MR.PolylineToDistanceVolumeParams elementwise.
unsafe Const_PolylineToDistanceVolumeParams (MR._ByValue_PolylineToDistanceVolumeParams _other)
 Generated from constructor MR.PolylineToDistanceVolumeParams.PolylineToDistanceVolumeParams.
 Const_PolylineToDistanceVolumeParams (Const_PolylineToDistanceVolumeParams _other)
 Generated from constructor MR.PolylineToDistanceVolumeParams.PolylineToDistanceVolumeParams.
 Const_PolylineToDistanceVolumeParams (PolylineToDistanceVolumeParams _other)
 Generated from constructor MR.PolylineToDistanceVolumeParams.PolylineToDistanceVolumeParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_voxelSize
unsafe float * __ref_storage_offsetCount
unsafe MR.AffineXf3f__ref_storage_worldXf
unsafe MR.Box_AffineXf3f._Underlying ** __ptr_storage_outXf

Properties

unsafe ref readonly MR.Vector3f voxelSize [get]
unsafe float offsetCount [get]
 offsetCount - the number of voxels around polyline to calculate distance in (should be positive)
unsafe ref readonly MR.AffineXf3f worldXf [get]
unsafe MR.? Box_AffineXf3f outXf [get]
unsafe MR.Std.Const_Function_Bool_From_Float cb [get, protected set]

Detailed Description

Generated from class MR.PolylineToDistanceVolumeParams. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_PolylineToDistanceVolumeParams() [1/5]

unsafe MR.Const_PolylineToDistanceVolumeParams.Const_PolylineToDistanceVolumeParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_PolylineToDistanceVolumeParams() [2/5]

unsafe MR.Const_PolylineToDistanceVolumeParams.Const_PolylineToDistanceVolumeParams ( MR.Vector3f voxelSize,
float offsetCount,
MR.AffineXf3f worldXf,
MR.Misc.InOut< MR.AffineXf3f >? outXf,
MR.Std._ByValue_Function_Bool_From_Float cb )
inline

Constructs MR.PolylineToDistanceVolumeParams elementwise.

◆ Const_PolylineToDistanceVolumeParams() [3/5]

unsafe MR.Const_PolylineToDistanceVolumeParams.Const_PolylineToDistanceVolumeParams ( MR._ByValue_PolylineToDistanceVolumeParams _other)
inline

◆ Const_PolylineToDistanceVolumeParams() [4/5]

MR.Const_PolylineToDistanceVolumeParams.Const_PolylineToDistanceVolumeParams ( Const_PolylineToDistanceVolumeParams _other)
inline

◆ Const_PolylineToDistanceVolumeParams() [5/5]

MR.Const_PolylineToDistanceVolumeParams.Const_PolylineToDistanceVolumeParams ( PolylineToDistanceVolumeParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_PolylineToDistanceVolumeParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_outXf

unsafe MR.Box_AffineXf3f._Underlying** MR.Const_PolylineToDistanceVolumeParams.__ptr_storage_outXf
protected

◆ __ref_storage_offsetCount

unsafe float* MR.Const_PolylineToDistanceVolumeParams.__ref_storage_offsetCount
protected

◆ __ref_storage_voxelSize

unsafe MR.Vector3f* MR.Const_PolylineToDistanceVolumeParams.__ref_storage_voxelSize
protected

◆ __ref_storage_worldXf

unsafe MR.AffineXf3f* MR.Const_PolylineToDistanceVolumeParams.__ref_storage_worldXf
protected

Property Documentation

◆ cb

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_PolylineToDistanceVolumeParams.cb
getprotected set

◆ offsetCount

unsafe float MR.Const_PolylineToDistanceVolumeParams.offsetCount
get

offsetCount - the number of voxels around polyline to calculate distance in (should be positive)

◆ outXf

unsafe MR.? Box_AffineXf3f MR.Const_PolylineToDistanceVolumeParams.outXf
get

◆ voxelSize

unsafe ref readonly MR.Vector3f MR.Const_PolylineToDistanceVolumeParams.voxelSize
get

◆ worldXf

unsafe ref readonly MR.AffineXf3f MR.Const_PolylineToDistanceVolumeParams.worldXf
get

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