Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Public Member Functions
agg::image_accessor_no_clip< PixFmt > Class Template Reference

#include <agg_image_accessors.h>

List of all members.

Public Types

enum  pix_width_e { pix_width = pixfmt_type::pix_width }
typedef PixFmt pixfmt_type
typedef pixfmt_type::color_type color_type
typedef pixfmt_type::order_type order_type
typedef pixfmt_type::value_type value_type

Public Member Functions

 image_accessor_no_clip ()
 image_accessor_no_clip (const pixfmt_type &pixf)
void attach (const pixfmt_type &pixf)
AGG_INLINE const int8uspan (int x, int y, unsigned)
AGG_INLINE const int8unext_x ()
AGG_INLINE const int8unext_y ()

template<class PixFmt>
class agg::image_accessor_no_clip< PixFmt >


Member Typedef Documentation

template<class PixFmt >
typedef pixfmt_type::color_type agg::image_accessor_no_clip< PixFmt >::color_type
template<class PixFmt >
typedef pixfmt_type::order_type agg::image_accessor_no_clip< PixFmt >::order_type
template<class PixFmt >
typedef PixFmt agg::image_accessor_no_clip< PixFmt >::pixfmt_type
template<class PixFmt >
typedef pixfmt_type::value_type agg::image_accessor_no_clip< PixFmt >::value_type

Member Enumeration Documentation

template<class PixFmt >
enum agg::image_accessor_no_clip::pix_width_e
Enumerator:
pix_width 

Constructor & Destructor Documentation

template<class PixFmt >
agg::image_accessor_no_clip< PixFmt >::image_accessor_no_clip ( ) [inline]
template<class PixFmt >
agg::image_accessor_no_clip< PixFmt >::image_accessor_no_clip ( const pixfmt_type pixf) [inline, explicit]

Member Function Documentation

template<class PixFmt >
void agg::image_accessor_no_clip< PixFmt >::attach ( const pixfmt_type pixf) [inline]
template<class PixFmt >
AGG_INLINE const int8u* agg::image_accessor_no_clip< PixFmt >::next_x ( ) [inline]
template<class PixFmt >
AGG_INLINE const int8u* agg::image_accessor_no_clip< PixFmt >::next_y ( ) [inline]
template<class PixFmt >
AGG_INLINE const int8u* agg::image_accessor_no_clip< PixFmt >::span ( int  x,
int  y,
unsigned   
) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines