13 #ifndef ML_TILE_ITERATOR_H
14 #define ML_TILE_ITERATOR_H
#define MLBACKGROUNDTASKS_EXPORT
Iterator that takes a region and a tile extent, and returns subsequent tiles that cover the region st...
void init(const SubImageBox ®ion, const ImageVector &tileExtent)
Initializes the iterator with the region and the desired tileExtent.
MLint getNumTiles() const
Returns the total number of tiles that are going to be generated.
void setClipTiles(bool clip)
Sets whether tiles are clipped.
SubImageBox getNextTile()
Returns the next tile.
MLint64 MLint
A signed ML integer type with at least 64 bits used for index calculations on very large images even ...