Anti-Grain Geometry Tutorial
agg::rasterizer_outline< Renderer > Class Template Reference

Public Member Functions

 rasterizer_outline (Renderer &ren)
 
void attach (Renderer &ren)
 
void move_to (int x, int y)
 
void line_to (int x, int y)
 
void move_to_d (double x, double y)
 
void line_to_d (double x, double y)
 
void close ()
 
void add_vertex (double x, double y, unsigned cmd)
 
template<class VertexSource >
void add_path (VertexSource &vs, unsigned path_id=0)
 
template<class VertexSource , class ColorStorage , class PathId >
void render_all_paths (VertexSource &vs, const ColorStorage &colors, const PathId &path_id, unsigned num_paths)
 
template<class Ctrl >
void render_ctrl (Ctrl &c)
 

Detailed Description

template<class Renderer>
class agg::rasterizer_outline< Renderer >

Definition at line 23 of file agg_rasterizer_outline.h.


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