|
HighMap library (C++)
|
Go to the source code of this file.
Classes | |
| struct | hmap::TileKeyHash |
| class | hmap::TileStorage |
| class | hmap::RamTileStorage |
| struct | hmap::LruTileEntry |
| class | hmap::LruTileStorage |
| class | hmap::DiskLruTileStorage |
| class | hmap::DiskSequentialTileStorage |
Namespaces | |
| namespace | hmap |
Enumerations | |
| enum | hmap::StorageMode : int { hmap::VA_RAM , hmap::VA_DISK_LRU , hmap::VA_DISK_LRU_MIN , hmap::VA_DISK_SEQUENTIAL } |
Functions | |
| std::string | hmap::to_string (StorageMode m) |
| std::unique_ptr< TileStorage > | hmap::make_storage (glm::ivec2 shape, glm::ivec2 tile_shape, StorageMode storage_mode) |