13 #ifndef ML_PAGE_REQUEST_PROCESSOR_BASE_H
14 #define ML_PAGE_REQUEST_PROCESSOR_BASE_H
72 bool createMoreWork(
bool sleepWhenBlocked,
bool* allBlocked =
nullptr,
MLint pageRequestLimit = 100000,
MLint* resultPageRequestCount =
nullptr);
100 std::vector< std::vector<PageRequestCursor*> >
_cursors;
124 rootTilesToWaitFor = 0;
125 errorOccurred =
false;
The Host is the central image processing class in the ML.
Timeline for a single thread.
Stores a processing timeline for multiple threads.
Class to measure precise time intervals.
Base class for thread local data that is passed to CalculateOutputImageHandler::calculateOutputSubIma...
#define MLEXPORT
To export symbols from a DLL/shared object, we need to mark them with the MLEXPORT symbol.
MLint64 MLint
A signed ML integer type with at least 64 bits used for index calculations on very large images even ...