|
|
static constexpr std::string_view | classIdentifier {"org.inviwo.hdf5.handle"} |
| |
|
static constexpr uvec3 | colorCode {101, 101, 188} |
| |
|
static constexpr std::string_view | dataName {"HDF"} |
| |
◆ attributes()
| auto inviwo::hdf5::Handle::attributes |
( |
| ) |
const |
|
inline |
A lazy range yielding the attributes of this handle's group.
◆ datasets()
| auto inviwo::hdf5::Handle::datasets |
( |
| ) |
const |
|
inline |
A lazy range yielding the immediate child datasets.
◆ groups()
| auto inviwo::hdf5::Handle::groups |
( |
| ) |
const |
|
inline |
A lazy range yielding the immediate child groups as Handles.
◆ visitGroups()
| void inviwo::hdf5::Handle::visitGroups |
( |
const Callback & | callback | ) |
const |
|
inline |
Recursively visit all descendant groups depth-first, invoking callback with each Handle.
The documentation for this class was generated from the following file:
- modules/hdf5/include/modules/hdf5/datastructures/hdf5handle.h