echelon
0.8.0
|
Additional options for the dataset creation. More...
#include <group.hpp>
Public Member Functions | |
dataset_options & | auto_chunking (bool value) |
Enables/Disables auto-chunking. More... | |
dataset_options & | compression_level (int value) |
Sets the gzip compression level (0 - 9) of the dataset. More... | |
dataset_options & | shuffle_filter (bool value) |
Enables/disables the shuffle filter. | |
dataset_options & | chunk_shape (std::vector< hsize_t > value) |
Sets the chunk shape of the dataset. More... | |
bool | auto_chunking () const |
auto-chunking option | |
int | compression_level () const |
gzip compression level | |
bool | shuffle_filter () const |
shuffle filter option | |
const std::vector< hsize_t > & | chunk_shape () const |
chunk shape | |
Additional options for the dataset creation.
|
inline |
Enables/Disables auto-chunking.
value | state of the auto-chunking algorithm |
|
inline |
Sets the chunk shape of the dataset.
value | chunk shape |
|
inline |
Sets the gzip compression level (0 - 9) of the dataset.
value | compression level (0 - 9) |