RAM cached and tiled raster band blocks manager. More...
#include "../raster/Raster.h"
#include "Config.h"
#include <memory>
#include <vector>
#include <boost/noncopyable.hpp>
#include <boost/thread.hpp>
#include <boost/scoped_array.hpp>
Go to the source code of this file.
Classes | |
class | te::mem::CachedBandBlocksManager::BlockIndex |
Internal blocks indexes. More... | |
class | te::mem::CachedBandBlocksManager |
RAM cached and tiled raster band blocks manager. More... | |
class | te::mem::CachedBandBlocksManager::ThreadParameters |
Internal read/write thread execution parameters. More... | |
Namespaces | |
te | |
URI C++ Library. | |
te::mem | |
Namespace for the memory data source of TerraLib. | |
RAM cached and tiled raster band blocks manager.
Definition in file CachedBandBlocksManager.h.