|
| static unsafe void | toTiff (MR.Const_DistanceMap dmap, string path, MR.Const_DistanceMapSaveSettings? settings=null) |
| | saves in .tiff format Generated from function MR.DistanceMapSave.toTiff. Parameter settings defaults to {}.
|
| |
| static unsafe void | toRAW (MR.Const_DistanceMap dmap, string path, MR.Const_DistanceMapSaveSettings? settings=null) |
| | Save DistanceMap to binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values Generated from function MR.DistanceMapSave.toRAW. Parameter settings defaults to {}.
|
| |
| static unsafe void | toMrDistanceMap (MR.Const_DistanceMap dmap, string path, MR.Const_DistanceMapSaveSettings? settings=null) |
| | Generated from function MR.DistanceMapSave.toMrDistanceMap. Parameter settings defaults to {}.
|
| |
| static unsafe void | toAnySupportedFormat (MR.Const_DistanceMap dmap, string path, MR.Const_DistanceMapSaveSettings? settings=null) |
| | Generated from function MR.DistanceMapSave.toAnySupportedFormat. Parameter settings defaults to {}.
|
| |
◆ toAnySupportedFormat()
| static unsafe void MR.DistanceMapSave.toAnySupportedFormat |
( |
MR.Const_DistanceMap | dmap, |
|
|
string | path, |
|
|
MR.Const_DistanceMapSaveSettings? | settings = null ) |
|
inlinestatic |
◆ toMrDistanceMap()
| static unsafe void MR.DistanceMapSave.toMrDistanceMap |
( |
MR.Const_DistanceMap | dmap, |
|
|
string | path, |
|
|
MR.Const_DistanceMapSaveSettings? | settings = null ) |
|
inlinestatic |
◆ toRAW()
| static unsafe void MR.DistanceMapSave.toRAW |
( |
MR.Const_DistanceMap | dmap, |
|
|
string | path, |
|
|
MR.Const_DistanceMapSaveSettings? | settings = null ) |
|
inlinestatic |
Save DistanceMap to binary file Format: 2 integer - DistanceMap.resX & DistanceMap.resY [resX * resY] float - matrix of values Generated from function MR.DistanceMapSave.toRAW. Parameter settings defaults to {}.
◆ toTiff()
| static unsafe void MR.DistanceMapSave.toTiff |
( |
MR.Const_DistanceMap | dmap, |
|
|
string | path, |
|
|
MR.Const_DistanceMapSaveSettings? | settings = null ) |
|
inlinestatic |
The documentation for this class was generated from the following files: