libpng++  v0.2.5-1
C++ library for PNG images
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
png::row_traits< packed_pixel_row< pixel > > Class Template Reference

The row_traits class template specialization for packed pixel row type. More...

#include <pixel_buffer.hpp>

Static Public Member Functions

static byteget_data (packed_pixel_row< pixel > &row)
 Returns the starting address of the row. More...
 

Detailed Description

template<typename pixel>
class png::row_traits< packed_pixel_row< pixel > >

The row_traits class template specialization for packed pixel row type.

Member Function Documentation

template<typename pixel >
static byte* png::row_traits< packed_pixel_row< pixel > >::get_data ( packed_pixel_row< pixel > &  row)
inlinestatic

Returns the starting address of the row.

References png::packed_pixel_row< pixel >::get_data().

Here is the call graph for this function:


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