Anti-Grain Geometry Tutorial
agg::image_accessor_clip< PixFmt > Class Template Reference

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_clip (pixfmt_type &pixf, const color_type &bk)
 
void attach (pixfmt_type &pixf)
 
void background_color (const color_type &bk)
 
AGG_INLINE const int8u * span (int x, int y, unsigned len)
 
AGG_INLINE const int8u * next_x ()
 
AGG_INLINE const int8u * next_y ()
 

Detailed Description

template<class PixFmt>
class agg::image_accessor_clip< PixFmt >

Definition at line 25 of file agg_image_accessors.h.


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