Enum CombinationMethod
Defined in File cost_values.hpp
Enum Documentation
Values:
Overwrite means every valid value from this layer is written into the master grid (does not copy NO_INFORMATION)
Sets the new value to the maximum of the master_grid’s value and this layer’s value. If the master value is NO_INFORMATION, it is overwritten. If the layer’s value is NO_INFORMATION, the master value does not change
Sets the new value to the maximum of the master_grid’s value and this layer’s value. If the master value is NO_INFORMATION, it is NOT overwritten. If the layer’s value is NO_INFORMATION, the master value does not change.