#include <hdf5_map_io.h>
Public Attributes | |
uint32_t | channels |
std::vector< uint8_t > | data |
uint32_t | height |
std::string | name |
uint32_t | width |
Helper struct to save textures / images to the map.
Definition at line 30 of file hdf5_map_io.h.
uint32_t hdf5_map_io::MapImage::channels |
Definition at line 34 of file hdf5_map_io.h.
std::vector<uint8_t> hdf5_map_io::MapImage::data |
Definition at line 35 of file hdf5_map_io.h.
uint32_t hdf5_map_io::MapImage::height |
Definition at line 33 of file hdf5_map_io.h.
std::string hdf5_map_io::MapImage::name |
Definition at line 31 of file hdf5_map_io.h.
uint32_t hdf5_map_io::MapImage::width |
Definition at line 32 of file hdf5_map_io.h.