alaCarte Maps
Renderer for OpenStreetMap tiles
CairoLayer Struct Reference

This file is part of alaCarte. More...

#include <render_canvas.hpp>

Public Member Functions

 CairoLayer ()
 
 ~CairoLayer ()
 
void clear ()
 

Public Attributes

cairo_t * cr
 
cairo_surface_t * surface
 

Detailed Description

This file is part of alaCarte.

alaCarte is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

alaCarte is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with alaCarte. If not, see http://www.gnu.org/licenses/.

Copyright alaCarte 2012-2013 Simon Dreher, Florian Jacob, Tobias Kahlert, Patrick Niklaus, Bernhard Scheirle, Lisa Winter Maintainer: Patrick NiklausStores cairo data for each painting layer of a tile (fill, casing, stroke, ..)

Definition at line 31 of file render_canvas.hpp.

Constructor & Destructor Documentation

CairoLayer::CairoLayer ( )
inline

Definition at line 36 of file render_canvas.hpp.

CairoLayer::~CairoLayer ( )
inline

Definition at line 42 of file render_canvas.hpp.

Member Function Documentation

void CairoLayer::clear ( )
inline

Definition at line 50 of file render_canvas.hpp.

Member Data Documentation

cairo_t* CairoLayer::cr

Definition at line 33 of file render_canvas.hpp.

cairo_surface_t* CairoLayer::surface

Definition at line 34 of file render_canvas.hpp.


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