13#ifndef ML_TILE_ITERATOR_H
14#define ML_TILE_ITERATOR_H
#define MLBACKGROUNDTASKS_EXPORT
Project global and OS specific declarations.
Iterator that takes a region and a tile extent and returns subsequent tiles that cover the region,...
void init(const SubImageBox ®ion, const ImageVector &tileExtent)
Init the iterator with the region, the desired tileExtent.
MLint getNumTiles() const
Get the total number of tiles that are going to be generated.
void setClipTiles(bool clip)
Set if tiles are clipped.
SubImageBox getNextTile()
Get the next tile (requesting more than getNumTiles() results in an undefined result!...
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
MLint64 MLint
A signed ML integer type with at least 64 bits used for index calculations on very large images even ...