alaCarte Maps
Renderer for OpenStreetMap tiles
rect.hpp File Reference
#include "point.hpp"
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/text_iarchive.hpp>

Go to the source code of this file.

Classes

class  basic_rect< T >
 

Macros

#define RECT_HPP
 This file is part of alaCarte. More...
 

Typedefs

typedef basic_rect< double > FloatRect
 
typedef basic_rect< coord_tFixedRect
 

Functions

template<class T >
bool operator== (const basic_rect< T > &a, const basic_rect< T > &b)
 
template<class T >
bool operator!= (const basic_rect< T > &a, const basic_rect< T > &b)
 

Macro Definition Documentation

#define RECT_HPP

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 Niklaus

Definition at line 23 of file rect.hpp.

Typedef Documentation

Definition at line 171 of file rect.hpp.

typedef basic_rect<double> FloatRect

Definition at line 170 of file rect.hpp.

Function Documentation

template<class T >
bool operator!= ( const basic_rect< T > &  a,
const basic_rect< T > &  b 
)

Definition at line 180 of file rect.hpp.

template<class T >
bool operator== ( const basic_rect< T > &  a,
const basic_rect< T > &  b 
)

Definition at line 174 of file rect.hpp.