#include <image_view.hpp>
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 |
| 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] |
| const pixel_type* mapnik::image_view< T >::getRow | ( | unsigned | row | ) | const [inline] |
| unsigned mapnik::image_view< T >::height | ( | ) | const [inline] |
| image_view<T>& mapnik::image_view< T >::operator= | ( | image_view< T > const & | rhs | ) | [inline] |
| unsigned mapnik::image_view< T >::width | ( | ) | const [inline] |
| unsigned mapnik::image_view< T >::x | ( | ) | const [inline] |
| unsigned mapnik::image_view< T >::y | ( | ) | const [inline] |
1.4.7