You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question about the z5 library and the intended way to use Groups. For Datasets, in the factory.hxx file, there’s an openDataset() function to get an existing dataset, and createDataset() functions to create new datasets, all of which return unique_ptrs to the relevant objects. For Groups, though, there’s only createGroup(), which returns void. What’s the intended way to access existing Groups, create new Groups, and get the relevant pointers/handles?
The text was updated successfully, but these errors were encountered:
I have a question about the z5 library and the intended way to use Groups. For Datasets, in the factory.hxx file, there’s an openDataset() function to get an existing dataset, and createDataset() functions to create new datasets, all of which return unique_ptrs to the relevant objects. For Groups, though, there’s only createGroup(), which returns void. What’s the intended way to access existing Groups, create new Groups, and get the relevant pointers/handles?
The text was updated successfully, but these errors were encountered: