mapnik::image_view< T > Class Template Reference

#include <image_view.hpp>

List of all members.

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_typegetRow (unsigned row) const
T & data ()
T const & data () const

template<typename T>
class mapnik::image_view< T >


Member Typedef Documentation

template<typename T>
typedef T::pixel_type mapnik::image_view< T >::pixel_type


Constructor & Destructor Documentation

template<typename T>
mapnik::image_view< T >::image_view ( unsigned  x,
unsigned  y,
unsigned  width,
unsigned  height,
T const &  data 
) [inline]

template<typename T>
mapnik::image_view< T >::~image_view (  )  [inline]

template<typename T>
mapnik::image_view< T >::image_view ( image_view< T > const &  rhs  )  [inline]


Member Function Documentation

template<typename T>
T const& mapnik::image_view< T >::data (  )  const [inline]

template<typename T>
T& mapnik::image_view< T >::data (  )  [inline]

template<typename T>
const pixel_type* mapnik::image_view< T >::getRow ( unsigned  row  )  const [inline]

template<typename T>
unsigned mapnik::image_view< T >::height (  )  const [inline]

template<typename T>
image_view<T>& mapnik::image_view< T >::operator= ( image_view< T > const &  rhs  )  [inline]

template<typename T>
unsigned mapnik::image_view< T >::width (  )  const [inline]

template<typename T>
unsigned mapnik::image_view< T >::x (  )  const [inline]

template<typename T>
unsigned mapnik::image_view< T >::y (  )  const [inline]


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

Generated for Mapnik by doxygen 1.5.8