* Returns an iterator to the beginning of the tile area. * @return The OrthogonalTileIterator. */
| 151 | * @return The OrthogonalTileIterator. |
| 152 | */ |
| 153 | OrthogonalTileIterator OrthogonalTileArea::begin() const |
| 154 | { |
| 155 | return OrthogonalTileIterator(*this); |
| 156 | } |
| 157 | |
| 158 | /** |
| 159 | * Returns an iterator to the end of the tile area. |
no test coverage detected