Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::RandomAccess2DImageConcept< Img > Struct Template Reference

2-dimensional container of values More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

Img img
 

Detailed Description

template<typename Img>
struct boost::gil::RandomAccess2DImageConcept< Img >

2-dimensional container of values

concept RandomAccess2DImageConcept<RandomAccessNDImageConcept Img> {
typename x_coord_t = const_view_t::x_coord_t;
typename y_coord_t = const_view_t::y_coord_t;
Img::Img(x_coord_t width, y_coord_t height, std::size_t alignment=1);
Img::Img(x_coord_t width, y_coord_t height, value_type fill_value, std::size_t alignment);
x_coord_t Img::width() const;
y_coord_t Img::height() const;
void Img::recreate(x_coord_t width, y_coord_t height, std::size_t alignment=1);
void Img::recreate(x_coord_t width, y_coord_t height, value_type fill_value, std::size_t alignment);
};

Member Function Documentation

template<typename Img >
void boost::gil::RandomAccess2DImageConcept< Img >::constraints ( )
inline

Member Data Documentation


The documentation for this struct was generated from the following file: