bn::affine_bg_wrapping_manager class

Manages if an affine background must wrap around at the edges or not.

Public static functions

static auto get(const affine_bg_ptr& bg) -> bool
Indicates if the given affine_bg_ptr wraps around at the edges or not.
static void set(bool wrapping_enabled, affine_bg_ptr& bg)
Sets if the given affine_bg_ptr must wrap around at the edges or not.