Generated from class MR.ContoursDistanceMapOptions. This is the non-const half of the class.
More...
|
| new unsafe ref MR.ContoursDistanceMapOptions.SignedDetectionMethod | signMethod [get] |
| |
| new unsafe MR.? Const_ContoursDistanceMapOffset | offsetParameters [get, set] |
| | optional input offset for each edges of polyline, find more on ContoursDistanceMapOffset structure description
|
| |
| new unsafe MR.? Const_PixelBitSet | region [get, set] |
| | if pointer is valid, then only these pixels will be filled
|
| |
| new unsafe MR.Std.? Vector_MRUndirectedEdgeId | outClosestEdges [get, set] |
| | optional output vector of closest polyline edge per each pixel of distance map
|
| |
| new unsafe ref float | minDist [get] |
| | minimum value (or absolute value if offsetParameters == nullptr) in a pixel of distance map (lower values can be present but they are not precise)
|
| |
| new unsafe ref float | maxDist [get] |
| | maximum value (or absolute value if offsetParameters == nullptr) in a pixel of distance map (larger values cannot be present)
|
| |
Generated from class MR.ContoursDistanceMapOptions. This is the non-const half of the class.
◆ ContoursDistanceMapOptions() [1/4]
| unsafe MR.ContoursDistanceMapOptions.ContoursDistanceMapOptions |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ ContoursDistanceMapOptions() [2/4]
| unsafe MR.ContoursDistanceMapOptions.ContoursDistanceMapOptions |
( |
MR.ContoursDistanceMapOptions.SignedDetectionMethod | signMethod, |
|
|
MR.Const_ContoursDistanceMapOffset? | offsetParameters, |
|
|
MR.Const_PixelBitSet? | region, |
|
|
MR.Std.Vector_MRUndirectedEdgeId? | outClosestEdges, |
|
|
float | minDist, |
|
|
float | maxDist ) |
|
inline |
◆ ContoursDistanceMapOptions() [3/4]
| unsafe MR.ContoursDistanceMapOptions.ContoursDistanceMapOptions |
( |
MR.Const_ContoursDistanceMapOptions | _other | ) |
|
|
inline |
Generated from constructor MR.ContoursDistanceMapOptions.ContoursDistanceMapOptions.
◆ ContoursDistanceMapOptions() [4/4]
Generated from constructor MR.ContoursDistanceMapOptions.ContoursDistanceMapOptions.
◆ assign()
Generated from method MR.ContoursDistanceMapOptions.operator=.
◆ maxDist
| new unsafe ref float MR.ContoursDistanceMapOptions.maxDist |
|
get |
maximum value (or absolute value if offsetParameters == nullptr) in a pixel of distance map (larger values cannot be present)
◆ minDist
| new unsafe ref float MR.ContoursDistanceMapOptions.minDist |
|
get |
minimum value (or absolute value if offsetParameters == nullptr) in a pixel of distance map (lower values can be present but they are not precise)
◆ offsetParameters
| new unsafe MR.? Const_ContoursDistanceMapOffset MR.ContoursDistanceMapOptions.offsetParameters |
|
getset |
◆ outClosestEdges
| new unsafe MR.Std.? Vector_MRUndirectedEdgeId MR.ContoursDistanceMapOptions.outClosestEdges |
|
getset |
optional output vector of closest polyline edge per each pixel of distance map
◆ region
| new unsafe MR.? Const_PixelBitSet MR.ContoursDistanceMapOptions.region |
|
getset |
if pointer is valid, then only these pixels will be filled
◆ signMethod
| new unsafe ref MR.ContoursDistanceMapOptions.SignedDetectionMethod MR.ContoursDistanceMapOptions.signMethod |
|
get |
The documentation for this class was generated from the following file: