openModeller  Version 1.4.0
MapIterator.cpp File Reference
Include dependency graph for MapIterator.cpp:

Go to the source code of this file.

Functions

bool operator== (const MapIterator &lhs, const MapIterator &rhs)
bool operator!= (const MapIterator &lhs, const MapIterator &rhs)

Detailed Description

Definition of Map Iterator class

Author:
Kevin Ruland <kruland@ku.edu>
Date:
2005-05-19
Id:
MapIterator.cpp 4697 2008-12-12 11:45:04Z silvio_ls

LICENSE INFORMATION

Copyright(c) 2003 by CRIA - Centro de Referencia em Informacao Ambiental

http://www.cria.org.br

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

This program 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 General Public License for more details:

http://www.gnu.org/copyleft/gpl.html

Definition in file MapIterator.cpp.


Function Documentation

bool operator!= ( const MapIterator lhs,
const MapIterator rhs 
)

Definition at line 124 of file MapIterator.cpp.

bool operator== ( const MapIterator lhs,
const MapIterator rhs 
)

Definition at line 109 of file MapIterator.cpp.

References MapIterator::isPastBounds(), MapIterator::isTerminal, MapIterator::xcur, and MapIterator::ycur.

Here is the call graph for this function: