Skip to content

Draft: Added an optional flag allowOverwrite to the thread-safe overload of...

Vakhtang Tsulaia requested to merge tsulaia/GeoModel:main-alignmentstore into main

Added an optional flag allowOverwrite to the thread-safe overload of GeoAlignableTransform::setDelta()

The value of this flag gets forwarded to GeoVAlignmentStore::setDelta(). The concrete implementations of the GeoVAlignmentStore interface are expected to decide what to do if a client attempts to overwrite delta for an alignable transform that already has its delta recorded in the given store.

Merge request reports