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

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

Inheritance diagram for MR.Const_CloseToMeshVolumeParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_CloseToMeshVolumeParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_CloseToMeshVolumeParams (float closeDist, MR._ByValue_DistanceVolumeParams vol, MR.AffineXf3f? meshToWorld)
 Constructs MR.CloseToMeshVolumeParams elementwise.
unsafe Const_CloseToMeshVolumeParams (MR._ByValue_CloseToMeshVolumeParams _other)
 Generated from constructor MR.CloseToMeshVolumeParams.CloseToMeshVolumeParams.
 Const_CloseToMeshVolumeParams (Const_CloseToMeshVolumeParams _other)
 Generated from constructor MR.CloseToMeshVolumeParams.CloseToMeshVolumeParams.
 Const_CloseToMeshVolumeParams (CloseToMeshVolumeParams _other)
 Generated from constructor MR.CloseToMeshVolumeParams.CloseToMeshVolumeParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_closeDist
unsafe MR.ConstBox_AffineXf3f._Underlying ** __ptr_storage_meshToWorld

Properties

unsafe float closeDist [get]
 a resulting voxel will get 1 if that voxel's center is not further than unsigned (closeDist) from the surface, and 0 otherwise
unsafe MR.Const_DistanceVolumeParams vol [get, protected set]
 dimensions, location, and scaling in world space of the expected volume
unsafe MR.? ConstBox_AffineXf3f meshToWorld [get]
 optional transformation from mesh space to world space

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_CloseToMeshVolumeParams() [1/5]

unsafe MR.Const_CloseToMeshVolumeParams.Const_CloseToMeshVolumeParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_CloseToMeshVolumeParams() [2/5]

unsafe MR.Const_CloseToMeshVolumeParams.Const_CloseToMeshVolumeParams ( float closeDist,
MR._ByValue_DistanceVolumeParams vol,
MR.AffineXf3f? meshToWorld )
inline

Constructs MR.CloseToMeshVolumeParams elementwise.

◆ Const_CloseToMeshVolumeParams() [3/5]

unsafe MR.Const_CloseToMeshVolumeParams.Const_CloseToMeshVolumeParams ( MR._ByValue_CloseToMeshVolumeParams _other)
inline

◆ Const_CloseToMeshVolumeParams() [4/5]

MR.Const_CloseToMeshVolumeParams.Const_CloseToMeshVolumeParams ( Const_CloseToMeshVolumeParams _other)
inline

◆ Const_CloseToMeshVolumeParams() [5/5]

MR.Const_CloseToMeshVolumeParams.Const_CloseToMeshVolumeParams ( CloseToMeshVolumeParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_CloseToMeshVolumeParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_meshToWorld

unsafe MR.ConstBox_AffineXf3f._Underlying** MR.Const_CloseToMeshVolumeParams.__ptr_storage_meshToWorld
protected

◆ __ref_storage_closeDist

unsafe float* MR.Const_CloseToMeshVolumeParams.__ref_storage_closeDist
protected

Property Documentation

◆ closeDist

unsafe float MR.Const_CloseToMeshVolumeParams.closeDist
get

a resulting voxel will get 1 if that voxel's center is not further than unsigned (closeDist) from the surface, and 0 otherwise

◆ meshToWorld

unsafe MR.? ConstBox_AffineXf3f MR.Const_CloseToMeshVolumeParams.meshToWorld
get

optional transformation from mesh space to world space

◆ vol

unsafe MR.Const_DistanceVolumeParams MR.Const_CloseToMeshVolumeParams.vol
getprotected set

dimensions, location, and scaling in world space of the expected volume


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