13#ifndef ML_TILE_ITERATOR_H
14#define ML_TILE_ITERATOR_H
#define MLBACKGROUNDTASKS_EXPORT
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()
TSubImageBox< MLint > SubImageBox
Defines the standard SubImageBox type used in the ML. Its size varies with the size of the MLint type...
TImageVector< MLint > ImageVector
Defines the standard ImageVector type that is used by the ML for indexing and coordinates.