Parameters for building metric function Generated from class MR.VoxelMetricParameters. This is the non-const half of the class.
More...
|
| new unsafe ref ulong | start [get] |
| | < start voxel index
|
| |
| new unsafe ref 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
|
| |
| new unsafe ref float | maxDistRatio [get] |
| | if not None - builds path in one slice of voxels (make sure start and stop has same main axis coordinate)
|
| |
| new unsafe ref MR.SlicePlane | plane [get] |
| | quarter of building path, if plane is selected, it should be (LeftLeft | LeftRigth) or (RigthLeft | RightRight) or All
|
| |
| new unsafe ref MR.QuarterBit | quatersMask [get] |
| |
Parameters for building metric function Generated from class MR.VoxelMetricParameters. This is the non-const half of the class.
◆ VoxelMetricParameters() [1/4]
| unsafe MR.VoxelMetricParameters.VoxelMetricParameters |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ VoxelMetricParameters() [2/4]
| unsafe MR.VoxelMetricParameters.VoxelMetricParameters |
( |
ulong | start, |
|
|
ulong | stop, |
|
|
float | maxDistRatio, |
|
|
MR.SlicePlane | plane, |
|
|
MR.QuarterBit | quatersMask ) |
|
inline |
◆ VoxelMetricParameters() [3/4]
| unsafe MR.VoxelMetricParameters.VoxelMetricParameters |
( |
MR.Const_VoxelMetricParameters | _other | ) |
|
|
inline |
Generated from constructor MR.VoxelMetricParameters.VoxelMetricParameters.
◆ VoxelMetricParameters() [4/4]
Generated from constructor MR.VoxelMetricParameters.VoxelMetricParameters.
◆ assign()
Generated from method MR.VoxelMetricParameters.operator=.
◆ maxDistRatio
| new unsafe ref float MR.VoxelMetricParameters.maxDistRatio |
|
get |
if not None - builds path in one slice of voxels (make sure start and stop has same main axis coordinate)
◆ plane
quarter of building path, if plane is selected, it should be (LeftLeft | LeftRigth) or (RigthLeft | RightRight) or All
◆ quatersMask
| new unsafe ref MR.QuarterBit MR.VoxelMetricParameters.quatersMask |
|
get |
◆ start
| new unsafe ref ulong MR.VoxelMetricParameters.start |
|
get |
< start voxel index
stop voxel index
◆ stop
| new unsafe ref ulong MR.VoxelMetricParameters.stop |
|
get |
max distance ratio: if (dist^2(next,start) + dist^2(next,stop) > maxDistRatio^2*dist^2(start,stop)) - candidate is not processed
The documentation for this class was generated from the following file: