ritsuko
Helper utilities for ArtifactDB C++ code
|
Directories | |
vls | |
Files | |
as_numeric_datatype.hpp | |
Choose a HDF5 datatype. | |
exceeds_limit.hpp | |
Check for larger-than-expected types in HDF5 datasets. | |
get_1d_length.hpp | |
Get the length of a 1-dimensional HDF5 dataset. | |
get_dimensions.hpp | |
Get the dimensions of a HDF5 dataset. | |
get_name.hpp | |
Get the name of a HDF5 object. | |
hdf5.hpp | |
Umbrella header for ritsuko's HDF5 utilities. | |
is_utf8_string.hpp | |
Check if a string datatype uses a UTF-8 encoding. | |
IterateNdDataset.hpp | |
Iterate through an N-dimensional dataset by block. | |
load_attribute.hpp | |
Load HDF5 attributes. | |
load_dataset.hpp | |
Helper functions to load datasets. | |
miscellaneous.hpp | |
Miscellaneous functions for user convenience. | |
missing_placeholder.hpp | |
Get the missing placeholder attribute. | |
open.hpp | |
Convenience functions to safely open HDF5 handles. | |
pick_1d_block_size.hpp | |
Pick a block size for a 1-dimensional HDF5 dataset. | |
pick_nd_block_dimensions.hpp | |
Pick block dimensions for an N-dimensional HDF5 dataset. | |
Stream1dNumericDataset.hpp | |
Stream a numeric 1-dimensional HDF5 dataset into memory. | |
Stream1dStringDataset.hpp | |
Stream a numeric 1-dimensional HDF5 dataset into memory. | |
validate_string.hpp | |
Helper functions to validate strings. | |