bn::affine_bg_vertical_flip_manager class

Manages if an affine_bg_ptr is flipped in its vertical axis or not.

Public static functions

static auto get(const affine_bg_ptr& bg) -> bool
Indicates if the given affine_bg_ptr is flipped in the vertical axis or not.
static void set(bool vertical_flip, affine_bg_ptr& bg)
Sets if the given affine_bg_ptr must be flipped in the vertical axis or not.