#include <H5PropertyList.hpp>
|
| Chunking (const std::vector< hsize_t > &dims) |
|
template<typename... Args> |
| Chunking (hsize_t item, Args... args) |
|
| Chunking (std::initializer_list< hsize_t > items) |
|
const std::vector< hsize_t > & | getDimensions () const |
|
|
void | apply (hid_t hid) const |
|
|
const std::vector< hsize_t > | _dims |
|
Definition at line 77 of file H5PropertyList.hpp.
◆ Chunking() [1/3]
HighFive::Chunking::Chunking |
( |
const std::vector< hsize_t > & |
dims | ) |
|
|
inline |
◆ Chunking() [2/3]
HighFive::Chunking::Chunking |
( |
std::initializer_list< hsize_t > |
items | ) |
|
|
inline |
◆ Chunking() [3/3]
template<typename... Args>
HighFive::Chunking::Chunking |
( |
hsize_t |
item, |
|
|
Args... |
args |
|
) |
| |
|
inline |
◆ apply()
void HighFive::Chunking::apply |
( |
hid_t |
hid | ) |
const |
|
inlineprivate |
◆ getDimensions()
const std::vector<hsize_t>& HighFive::Chunking::getDimensions |
( |
| ) |
const |
|
inline |
◆ Properties
◆ _dims
const std::vector<hsize_t> HighFive::Chunking::_dims |
|
private |
The documentation for this class was generated from the following files: