integrate imc::object into parsing workflow

This commit is contained in:
2021-02-10 11:08:08 +01:00
parent 4f3e816dbf
commit eb2c49549a
5 changed files with 138 additions and 48 deletions

View File

@@ -173,7 +173,7 @@ int main(int argc, char* argv[])
// list blocks
for ( imc::block blk: imcraw.blocks() )
{
std::cout<<blk.get_key().get_info()<<"\n";
// std::cout<<blk.get_key().get_info()<<"\n";
std::cout<<blk.get_info()<<"\n";
}
std::cout<<"number of blocks: "<<imcraw.blocks().size()<<"\n";