png++  0.2.1
Public Member Functions | List of all members
png::image< pixel >::pixel_consumer Class Reference

The pixel buffer adapter for reading pixel data. More...

#include <image.hpp>

Inheritance diagram for png::image< pixel >::pixel_consumer:
png::image< pixel >::streaming_impl< base_impl >

Public Member Functions

 pixel_consumer (image_info &info, pixbuf &pixels)
void reset (size_t pass)
- Public Member Functions inherited from png::image< pixel >::streaming_impl< base_impl >
 streaming_impl (image_info &info, pixbuf &pixels)
byteget_next_row (size_t pos)
 Returns the starting address of a pos-th row in the image's pixel buffer.

Additional Inherited Members

- Protected Attributes inherited from png::image< pixel >::streaming_impl< base_impl >
pixbufm_pixbuf

Detailed Description

template<typename pixel>
class png::image< pixel >::pixel_consumer

The pixel buffer adapter for reading pixel data.

Constructor & Destructor Documentation

template<typename pixel >
png::image< pixel >::pixel_consumer::pixel_consumer ( image_info info,
pixbuf pixels 
)
inline

Member Function Documentation

template<typename pixel >
void png::image< pixel >::pixel_consumer::reset ( size_t  pass)
inline

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