Public Types | |
| typedef Expected< void >(*)(const DistanceMap &distanceMap, const std::filesystem::path &path, const DistanceMapSaveSettings &settings | DistanceMapSaver) |
Static Public Member Functions | |
| 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 {}. | |