Descriptor for a dataset. Contains: path: string giving the path of the dataset in its group or file with_time_postfix: whether the current model time is appended to the dataset path dataset_capacity: vector giving capacity of the dataset per dimension dataset_chunksize: vector giving chunksize per dimension of the dataset dataset_compression: integer giving compression strength (0 to 10)
More...
#include <factory.hh>
Descriptor for a dataset. Contains: path: string giving the path of the dataset in its group or file with_time_postfix: whether the current model time is appended to the dataset path dataset_capacity: vector giving capacity of the dataset per dimension dataset_chunksize: vector giving chunksize per dimension of the dataset dataset_compression: integer giving compression strength (0 to 10)
◆ dataset_capacity
std::vector< hsize_t > Utopia::DataIO::DatasetDescriptor::dataset_capacity = {} |
◆ dataset_chunksize
std::vector< hsize_t > Utopia::DataIO::DatasetDescriptor::dataset_chunksize = {} |
◆ dataset_compression
int Utopia::DataIO::DatasetDescriptor::dataset_compression = 0 |
◆ path
std::string Utopia::DataIO::DatasetDescriptor::path |
The documentation for this struct was generated from the following file: