Utopia  2
Framework for studying models of complex & adaptive systems.
Public Attributes | List of all members
Utopia::DataIO::DatasetDescriptor Struct Reference

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>

Public Attributes

std::string path
 
std::vector< hsize_t > dataset_capacity = {}
 
std::vector< hsize_t > dataset_chunksize = {}
 
int dataset_compression = 0
 

Detailed Description

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)

Member Data Documentation

◆ 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: