Anti-Grain Geometry Tutorial
agg::dda2_line_interpolator Class Reference

Public Types

enum  save_size_e { save_size = 2 }
 
typedef int save_data_type
 

Public Member Functions

 dda2_line_interpolator (int y1, int y2, int count)
 
 dda2_line_interpolator (int y1, int y2, int count, int)
 
 dda2_line_interpolator (int y, int count)
 
void save (save_data_type *data) const
 
void load (const save_data_type *data)
 
void operator++ ()
 
void operator-- ()
 
void adjust_forward ()
 
void adjust_backward ()
 
int mod () const
 
int rem () const
 
int lft () const
 
int y () const
 

Detailed Description

Definition at line 85 of file agg_dda_line.h.


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