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

Parameters for building metric function Generated from class MR.VoxelMetricParameters. This is the const half of the class. More...

+ Inheritance diagram for MR.Const_VoxelMetricParameters:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_VoxelMetricParameters ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_VoxelMetricParameters (ulong start, ulong stop, float maxDistRatio, MR.SlicePlane plane, MR.QuarterBit quatersMask)
 Constructs MR.VoxelMetricParameters elementwise.
 
unsafe Const_VoxelMetricParameters (MR.Const_VoxelMetricParameters _other)
 Generated from constructor MR.VoxelMetricParameters.VoxelMetricParameters.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ulong start [get]
 stop voxel index
 
unsafe ulong stop [get]
 max distance ratio: if (dist^2(next,start) + dist^2(next,stop) > maxDistRatio^2*dist^2(start,stop)) - candidate is not processed
 
unsafe float maxDistRatio [get]
 if not None - builds path in one slice of voxels (make sure start and stop has same main axis coordinate)
 
unsafe MR.SlicePlane plane [get]
 quarter of building path, if plane is selected, it should be (LeftLeft | LeftRigth) or (RigthLeft | RightRight) or All
 
unsafe MR.QuarterBit quatersMask [get]
 
- Properties inherited from MR.Misc.Object< Const_VoxelMetricParameters >
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_VoxelMetricParameters >
bool _IsOwningVal
 

Detailed Description

Parameters for building metric function Generated from class MR.VoxelMetricParameters. This is the const half of the class.


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