MeVisLabToolboxReference
ml::ImagingBackgroundTask::AsyncTileRequest Class Reference

an asynchronous tile request (copyable!) More...

#include <mlImagingBackgroundTask.h>

List of all members.

Public Member Functions

 AsyncTileRequest ()
 AsyncTileRequest (BackgroundRequestId tileId, ImagingBackgroundTask *task)
ManagedSubImagegetTile ()
 get the requested tile (this will block until the tile is received) it returns NULL if the task was canceled or if the request failed due to other reasons

Detailed Description

an asynchronous tile request (copyable!)

Definition at line 55 of file mlImagingBackgroundTask.h.


Constructor & Destructor Documentation

ml::ImagingBackgroundTask::AsyncTileRequest::AsyncTileRequest ( ) [inline]

Definition at line 57 of file mlImagingBackgroundTask.h.

ml::ImagingBackgroundTask::AsyncTileRequest::AsyncTileRequest ( BackgroundRequestId  tileId,
ImagingBackgroundTask task 
) [inline]

Definition at line 58 of file mlImagingBackgroundTask.h.


Member Function Documentation

ManagedSubImage* ml::ImagingBackgroundTask::AsyncTileRequest::getTile ( ) [inline]

get the requested tile (this will block until the tile is received) it returns NULL if the task was canceled or if the request failed due to other reasons

Definition at line 64 of file mlImagingBackgroundTask.h.


The documentation for this class was generated from the following file: