3#include "../_cexports/c_sample_database.h"
5#include "../global.hpp"
16namespace SampleDatabase
26 : left_(0), top_(0), right_(0), bottom_(0)
29 Fringes (
int left,
int top,
int right,
int bottom) noexcept
30 : left_(left), top_(top), right_(right), bottom_(bottom)
49 int Top() const noexcept
Object describing the fringes that are available around images in a sample image list.
Definition: fringes.hpp:23
int Left() const noexcept
Gets the fringe at the left edge.
Definition: fringes.hpp:39
int Right() const noexcept
Gets the fringe at the right edge.
Definition: fringes.hpp:59
int Top() const noexcept
Gets the fringe at the top edge.
Definition: fringes.hpp:49
int Bottom() const noexcept
Gets the fringe at the bottom edge.
Definition: fringes.hpp:69
Root namespace for the Image Manager interface.
Definition: c_barcode.h:24