Encapsulates a simple dataset from an HDF5 file that represents an array.
More...
#include <arcane/hdf5/Hdf5Utils.h>
|
| void | _write (const void *buffer, Integer nb_element, hid_t save_type, hid_t native_type) |
Encapsulates a simple dataset from an HDF5 file that represents an array.
Definition at line 777 of file hdf5/Hdf5Utils.h.
◆ StandardArray()
| Arcane::Hdf5Utils::StandardArray::StandardArray |
( |
hid_t | hfile, |
|
|
const String & | hpath ) |
◆ ~StandardArray()
| virtual Arcane::Hdf5Utils::StandardArray::~StandardArray |
( |
| ) |
|
|
inlinevirtual |
◆ _write()
| void Arcane::Hdf5Utils::StandardArray::_write |
( |
const void * | buffer, |
|
|
Integer | nb_element, |
|
|
hid_t | save_type, |
|
|
hid_t | native_type ) |
|
protected |
◆ dimensions()
◆ exists()
| bool Arcane::Hdf5Utils::StandardArray::exists |
( |
| ) |
const |
|
virtual |
◆ readDim()
| void Arcane::Hdf5Utils::StandardArray::readDim |
( |
| ) |
|
◆ setIdsPath()
| void Arcane::Hdf5Utils::StandardArray::setIdsPath |
( |
const String & | ids_path | ) |
|
When reading, positions the path in hfile to the dataset containing the unique_ids.
This call is optional but if used, it must be done before reading the values.
Definition at line 1226 of file Hdf5Utils.cc.
◆ m_dimensions
◆ m_hdataset
| HDataset Arcane::Hdf5Utils::StandardArray::m_hdataset |
|
protected |
◆ m_hfile
| hid_t Arcane::Hdf5Utils::StandardArray::m_hfile |
|
protected |
◆ m_hpath
| String Arcane::Hdf5Utils::StandardArray::m_hpath |
|
protected |
◆ m_ids_dataset
| HDataset Arcane::Hdf5Utils::StandardArray::m_ids_dataset |
|
protected |
◆ m_ids_hpath
| String Arcane::Hdf5Utils::StandardArray::m_ids_hpath |
|
protected |
◆ m_is_init
| bool Arcane::Hdf5Utils::StandardArray::m_is_init |
|
protected |
The documentation for this class was generated from the following files: