#include <mlTileIterator.h>
Public Member Functions | |
| TileIterator () | |
| void | init (const SubImageBox ®ion, const ImageVector &tileExtent) |
Init the iterator with the region, the desired tileExtent. | |
| void | setClipTiles (bool clip) |
| Set if tiles are clipped. | |
| MLint | getNumTiles () const |
| Get the total number of tiles that are going to be generated. | |
| SubImageBox | getNextTile () |
| Get the next tile (requesting more than getNumTiles() results in an undefined result!). | |
Definition at line 24 of file mlTileIterator.h.
| ml::TileIterator::TileIterator | ( | ) |
| SubImageBox ml::TileIterator::getNextTile | ( | ) |
Get the next tile (requesting more than getNumTiles() results in an undefined result!).
| MLint ml::TileIterator::getNumTiles | ( | ) | const [inline] |
Get the total number of tiles that are going to be generated.
Definition at line 36 of file mlTileIterator.h.
| void ml::TileIterator::init | ( | const SubImageBox & | region, | |
| const ImageVector & | tileExtent | |||
| ) |
Init the iterator with the region, the desired tileExtent.
| void ml::TileIterator::setClipTiles | ( | bool | clip | ) | [inline] |
1.5.8