Go to the source code of this file.
◆ MR_DistanceMap
◆ MR_DistanceMapSaveSettings
◆ MR_expected_void_std_string
◆ MR_DistanceMapSave_toAnySupportedFormat()
Generated from function MR::DistanceMapSave::toAnySupportedFormat
. Parameter dmap
can not be null. It is a single object. Parameter path
is a UTF-8 encoded filesystem path. Parameter settings
is a single object. Parameter settings
has a default argument: {}
, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy()
to free it when you're done using it.
◆ MR_DistanceMapSave_toMrDistanceMap()
Generated from function MR::DistanceMapSave::toMrDistanceMap
. Parameter dmap
can not be null. It is a single object. Parameter path
is a UTF-8 encoded filesystem path. Parameter settings
is a single object. Parameter settings
has a default argument: {}
, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy()
to free it when you're done using it.
◆ MR_DistanceMapSave_toRAW()
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 dmap
can not be null. It is a single object. Parameter path
is a UTF-8 encoded filesystem path. Parameter settings
is a single object. Parameter settings
has a default argument: {}
, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy()
to free it when you're done using it.