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

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.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

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]
 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
 
- Properties inherited from MR.Misc.Object< Const_CloseToMeshVolumeParams >
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_CloseToMeshVolumeParams >
bool _IsOwningVal
 

Detailed Description

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


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