Parameters for building metric function Generated from class MR.VoxelMetricParameters. This is the const half of the class.
More...
|
|
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.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
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] |
| |
|
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.
|
| |
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: