Skip to content

Is there a way to traverse Groups, starting at the root #693

Answered by 1uc
josiahslack asked this question in Questions
Discussion options

You must be logged in to vote

You can try one of these:
https://github.com/BlueBrain/HighFive/blob/master/include/highfive/bits/H5Node_traits.hpp#L135
https://github.com/BlueBrain/HighFive/blob/master/include/highfive/bits/H5Node_traits.hpp#L130

Or
https://github.com/BlueBrain/HighFive/blob/master/include/highfive/bits/H5Node_traits.hpp#L158

Which gives you control over the order in which you'd access the object. Not all IndexTypes are available by default, depending on how the file was created. The order can sometimes matter a lot in terms of performance. However, as with anything performance related, first establish if you need to worry about performance, then measure if it's working.

This will tell you what a certa…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@josiahslack
Comment options

Answer selected by josiahslack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants