#include <image_view.hpp>
Public Types | |
typedef T::pixel_type | pixel_type |
Public Member Functions | |
image_view (unsigned x, unsigned y, unsigned width, unsigned height, T const &data) | |
~image_view () | |
image_view (image_view< T > const &rhs) | |
image_view< T > & | operator= (image_view< T > const &rhs) |
unsigned | x () const |
unsigned | y () const |
unsigned | width () const |
unsigned | height () const |
const pixel_type * | getRow (unsigned row) const |
T & | data () |
T const & | data () const |
typedef T::pixel_type mapnik::image_view< T >::pixel_type |
mapnik::image_view< T >::image_view | ( | unsigned | x, | |
unsigned | y, | |||
unsigned | width, | |||
unsigned | height, | |||
T const & | data | |||
) | [inline] |
mapnik::image_view< T >::~image_view | ( | ) | [inline] |
mapnik::image_view< T >::image_view | ( | image_view< T > const & | rhs | ) | [inline] |
image_view<T>& mapnik::image_view< T >::operator= | ( | image_view< T > const & | rhs | ) | [inline] |
unsigned mapnik::image_view< T >::x | ( | ) | const [inline] |
unsigned mapnik::image_view< T >::y | ( | ) | const [inline] |
unsigned mapnik::image_view< T >::width | ( | ) | const [inline] |
unsigned mapnik::image_view< T >::height | ( | ) | const [inline] |
const pixel_type* mapnik::image_view< T >::getRow | ( | unsigned | row | ) | const [inline] |
T& mapnik::image_view< T >::data | ( | ) | [inline] |
T const& mapnik::image_view< T >::data | ( | ) | const [inline] |