|
Porytiles
|
#include <bitset>#include <optional>#include <set>#include <string>#include <vector>#include "porytiles/domain/packing/models/packable_tile.hpp"#include "porytiles/domain/packing/models/packed_palette.hpp"#include "porytiles/domain/packing/models/palette_pool.hpp"#include "porytiles/domain/packing/models/prefilled_palette.hpp"#include "porytiles/domain/packing/models/shape_group_metadata.hpp"#include "porytiles/utilities/result/chainable_result.hpp"Go to the source code of this file.
Classes | |
| struct | porytiles::PackingInput |
| Input data aggregate for the low-level palette packing algorithm. More... | |
| struct | porytiles::PackingOutput |
| The final palette assignments after a successful packing operation. More... | |
| class | porytiles::PackingStrategy |
| Abstract interface for palette packing algorithms. More... | |
Namespaces | |
| namespace | porytiles |