Enum CombinationMethod

Enum Documentation

enum class easynav::CombinationMethod : int

Values:

enumerator Overwrite

Overwrite means every valid value from this layer is written into the master grid (does not copy NO_INFORMATION)

enumerator Max

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

enumerator MaxWithoutUnknownOverwrite

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.