|
|
| Dataset (Datatype, Extent, std::string options="{}") |
| |
| | Dataset (Extent) |
| | Constructor that sets the datatype to undefined. More...
|
| |
|
Dataset & | extend (Extent newExtent) |
| |
|
Dataset & | setChunkSize (Extent const &) |
| |
|
Dataset & | setCompression (std::string const &, uint8_t const) |
| |
|
Dataset & | setCustomTransform (std::string const &) |
| |
|
|
Extent | extent |
| |
|
Datatype | dtype |
| |
|
uint8_t | rank |
| |
|
Extent | chunkSize |
| |
|
std::string | compression |
| |
|
std::string | transform |
| |
|
std::string | options = "{}" |
| | backend-dependent JSON configuration
|
| |
◆ Dataset()
| openPMD::Dataset::Dataset |
( |
Extent |
e | ) |
|
Constructor that sets the datatype to undefined.
Helpful for resizing datasets, since datatypes need not be given twice.
The documentation for this class was generated from the following files:
- /tmp/tmp.7iNmvGSbic/openPMD-api/include/openPMD/Dataset.hpp
- /tmp/tmp.7iNmvGSbic/openPMD-api/src/Dataset.cpp