Canvas.h File Reference

A canvas built on top of Anti Grain Geometry. More...

#include "../maptools/Canvas.h"
#include "Config.h"
#include <windows.h>
#include "font_win32_tt\agg_font_win32_tt.h"
#include "agg_font_cache_manager.h"
#include "agg_pixfmt_rgba.h"
#include <agg_path_storage.h>
#include <agg_rendering_buffer.h>
#include <agg_pixfmt_rgb.h>
#include <agg_renderer_base.h>
#include <agg_trans_affine.h>
#include <agg_rasterizer_scanline_aa.h>
#include <agg_scanline_p.h>
#include <agg_renderer_markers.h>
#include <agg_conv_segmentator.h>
#include <agg_trans_single_path.h>

Go to the source code of this file.

Classes

class  te::ag::Canvas
 A canvas built on top of Anti Grain Geometry. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::ag
 

Macros

#define DEPTH   32
 
#define PI   3.141592653589793238462643
 
#define pix_format   agg::pix_format_rgba32
 

Typedefs

typedef agg::rgba8 color_type
 
typedef agg::order_rgba component_order
 
typedef agg::pixfmt_rgba32 pixfmt
 
typedef agg::pixfmt_rgba32_pre pixfmt_pre
 

Detailed Description

A canvas built on top of Anti Grain Geometry.

Definition in file Canvas.h.

Macro Definition Documentation

#define DEPTH   32

Definition at line 43 of file Canvas.h.

#define PI   3.141592653589793238462643

Definition at line 29 of file Canvas.h.

#define pix_format   agg::pix_format_rgba32

Definition at line 46 of file Canvas.h.

Typedef Documentation

typedef agg::rgba8 color_type

Definition at line 49 of file Canvas.h.

typedef agg::order_rgba component_order

Definition at line 50 of file Canvas.h.

typedef agg::pixfmt_rgba32 pixfmt

Definition at line 47 of file Canvas.h.

typedef agg::pixfmt_rgba32_pre pixfmt_pre

Definition at line 48 of file Canvas.h.