image Class Template Reference |
Public Types | |
typedef Alloc::template rebind< unsigned char >::other | allocator_type |
typedef view_type_from_pixel< Pixel, IsPlanar >::type | view_t |
typedef view_t::const_t | const_view_t |
typedef view_t::point_t | point_t |
typedef view_t::coord_t | coord_t |
typedef view_t::value_type | value_type |
typedef coord_t | x_coord_t |
typedef coord_t | y_coord_t |
Public Member Functions | |
const point_t & | dimensions () const |
x_coord_t | width () const |
y_coord_t | height () const |
image (std::size_t alignment=1, const Alloc alloc_in=Alloc()) | |
image (const point_t &dimensions, std::size_t alignment=1) | |
image (x_coord_t width, y_coord_t height, std::size_t alignment=1) | |
image (const point_t &dimensions, const Pixel &p_in, std::size_t alignment, const Alloc alloc_in=Alloc()) | |
image (x_coord_t width, y_coord_t height, const Pixel &p_in, std::size_t alignment, const Alloc alloc_in=Alloc()) | |
image (const image &img) | |
template<typename P2, bool IP2, typename Alloc2> | |
image (const image< P2, IP2, Alloc2 > &img) | |
image & | operator= (const image &img) |
template<typename Img> | |
image & | operator= (const Img &img) |
Alloc & | allocator () |
Alloc const & | allocator () const |
void | swap (image &img) |
void | recreate (const point_t &dims, std::size_t alignment=1) |
void | recreate (x_coord_t width, y_coord_t height, std::size_t alignment=1) |
void | recreate (const point_t &dims, const Pixel &p_in, std::size_t alignment) |
void | recreate (x_coord_t width, y_coord_t height, const Pixel &p_in, std::size_t alignment) |
Public Attributes | |
view_t | _view |