![]() |
CARTA Backend
The backend component of CARTA
|
#include <cstdint>#include <functional>#include <list>#include <unordered_map>#include <vector>#include "Cache/TileCacheKey.h"#include "Cache/TilePool.h"#include "ImageData/FileLoader.h"Classes | |
| class | carta::TileCache |
| A cache for full-resolution image tiles. More... | |
Namespaces | |
| namespace | carta |
Macros | |
| #define | MAX_TILE_CACHE_CAPACITY 4096 |
Typedefs | |
| using | carta::TilePtr = std::shared_ptr< std::vector< float > > |
| #define MAX_TILE_CACHE_CAPACITY 4096 |