OpenTTD
|
Iterator to iterate over all tiles belonging to an airport. More...
#include <station_base.h>
Public Member Functions | |
AirportTileIterator (const Station *st) | |
Construct the iterator. | |
TileIterator & | operator++ () |
Move ourselves to the next tile in the rectangle on the map. | |
virtual TileIterator * | Clone () const |
Allocate a new iterator that is a copy of this one. | |
![]() | |
OrthogonalTileIterator (const OrthogonalTileArea &ta) | |
Construct the iterator. | |
OrthogonalTileIterator (TileIndex corner1, TileIndex corner2) | |
Construct the iterator. | |
![]() | |
virtual | ~TileIterator () |
Some compilers really like this. | |
operator TileIndex () const | |
Get the tile we are currently at. |
Private Attributes | |
const Station * | st |
The station the airport is a part of. |
Additional Inherited Members | |
![]() | |
TileIterator (TileIndex tile=INVALID_TILE) | |
Initialise the iterator starting at this tile. | |
![]() | |
TileIndex | tile |
The current tile we are at. |
Iterator to iterate over all tiles belonging to an airport.
Definition at line 512 of file station_base.h.
|
inline |
Construct the iterator.
ta | Area, i.e. begin point and width/height of to-be-iterated area. |
Definition at line 521 of file station_base.h.
Referenced by Clone().