Anti-Grain Geometry Tutorial
agg::row_accessor< T > Class Template Reference

Public Types

typedef const_row_info< T > row_data
 

Public Member Functions

 row_accessor (T *buf, unsigned width, unsigned height, int stride)
 
void attach (T *buf, unsigned width, unsigned height, int stride)
 
AGG_INLINE T * buf ()
 
AGG_INLINE const T * buf () const
 
AGG_INLINE unsigned width () const
 
AGG_INLINE unsigned height () const
 
AGG_INLINE int stride () const
 
AGG_INLINE unsigned stride_abs () const
 
AGG_INLINE T * row_ptr (int, int y, unsigned)
 
AGG_INLINE T * row_ptr (int y)
 
AGG_INLINE const T * row_ptr (int y) const
 
AGG_INLINE row_data row (int y) const
 
template<class RenBuf >
void copy_from (const RenBuf &src)
 
void clear (T value)
 

Detailed Description

template<class T>
class agg::row_accessor< T >

Definition at line 30 of file agg_rendering_buffer.h.


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