LibAPR icon indicating copy to clipboard operation
LibAPR copied to clipboard

Need a linear iterator based initialisatoin to the tree iterator

Open cheesema opened this issue 4 years ago • 1 comments

cheesema avatar Jan 12 '22 20:01 cheesema

Basically we just need to make APR::initialize_apr_tree initialize the linear tree access instead of the random one. So we need to implement a method LinearAccess::initialize_tree_access(std::vector<PixelData<uint8_t>>&)

joeljonsson avatar Jan 12 '22 20:01 joeljonsson