Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Public Member Functions
agg::rasterizer_sl_no_clip Class Reference

#include <agg_rasterizer_sl_clip.h>

List of all members.

Public Types

typedef ras_conv_int conv_type
typedef int coord_type

Public Member Functions

 rasterizer_sl_no_clip ()
void reset_clipping ()
void clip_box (coord_type x1, coord_type y1, coord_type x2, coord_type y2)
void move_to (coord_type x1, coord_type y1)
template<class Rasterizer >
void line_to (Rasterizer &ras, coord_type x2, coord_type y2)

Member Typedef Documentation


Constructor & Destructor Documentation

agg::rasterizer_sl_no_clip::rasterizer_sl_no_clip ( ) [inline]

Member Function Documentation

void agg::rasterizer_sl_no_clip::clip_box ( coord_type  x1,
coord_type  y1,
coord_type  x2,
coord_type  y2 
) [inline]
template<class Rasterizer >
void agg::rasterizer_sl_no_clip::line_to ( Rasterizer &  ras,
coord_type  x2,
coord_type  y2 
) [inline]
void agg::rasterizer_sl_no_clip::move_to ( coord_type  x1,
coord_type  y1 
) [inline]
void agg::rasterizer_sl_no_clip::reset_clipping ( ) [inline]

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