CARTA Backend
The backend component of CARTA
Loading...
Searching...
No Matches
TileCache.h File Reference
#include <cstdint>
#include <functional>
#include <list>
#include <unordered_map>
#include <vector>
#include "Cache/TileCacheKey.h"
#include "Cache/TilePool.h"
#include "ImageData/FileLoader.h"
Include dependency graph for TileCache.h:
This graph shows which files directly or indirectly include this file:

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 > >
 

Macro Definition Documentation

◆ MAX_TILE_CACHE_CAPACITY

#define MAX_TILE_CACHE_CAPACITY   4096