FACT++
1.0
|
Parameters required to write a tile to disk. More...
Public Member Functions | |
bool | operator< (const WriteTarget &other) const |
WriteTarget () | |
WriteTarget (const WriteTarget &t, uint32_t sz) | |
Public Attributes | |
uint32_t | tile_num |
Tile index of the data (to make sure that they are written in the correct order) More... | |
uint32_t | size |
Size to write. More... | |
std::shared_ptr< char > | data |
Memory block to write. More... | |