![]() |
EMODnet Quantized Mesh Generator for Cesium
|
Context class: Allows to change the algorithm at runtime. More...
#include <zoom_tiles_scheduler.h>
Public Member Functions | |
| ZoomTilesScheduler () | |
| Default constructor (remember to set the strategy with setScheduler!) | |
| ZoomTilesScheduler (std::shared_ptr< ZoomTilesSchedulerStrategy > scheduler) | |
| Constructor from an scheduler strategy. | |
| void | setScheduler (std::shared_ptr< ZoomTilesSchedulerStrategy > scheduler) |
| Allows to change the scheduler algorithm at runtime. | |
| void | initSchedule (const ctb::TileBounds &zoomBounds) |
| Replication of the ZoomTilesSchedulerBase interphase. | |
| void | initRootSchedule () |
| ctb::TilePoint | getNextTile () |
| bool | finished () |
| int | numTiles () |
| int | currentIndex () |
Context class: Allows to change the algorithm at runtime.
1.8.13