MeVisLab Toolbox Reference
mlPageRequestCursor.h File Reference
#include "mlInitSystemML.h"
#include <host/mlPageRequestProcessor.h>
#include <set>

Go to the source code of this file.

Classes

class  ml::PageRequestCursor
 A cursor to create page and tile requests in an iterative manner, to allow breaking/resuming at any time and to avoid a recursive tree traversal which can not be easily resumed. More...
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Macros

#define ML_PAGEREQUEST_TILES_NOT_CREATED   -1
 
#define ML_TILEREQUEST_PAGES_NOT_CREATED   -1
 

Macro Definition Documentation

◆ ML_PAGEREQUEST_TILES_NOT_CREATED

#define ML_PAGEREQUEST_TILES_NOT_CREATED   -1

Definition at line 30 of file mlPageRequestCursor.h.

◆ ML_TILEREQUEST_PAGES_NOT_CREATED

#define ML_TILEREQUEST_PAGES_NOT_CREATED   -1

Definition at line 31 of file mlPageRequestCursor.h.