Encapsule un dataset simple d'un fichier HDF5 qui représente un tableau.
Plus de détails...
#include <arcane/hdf5/Hdf5Utils.h>
Encapsule un dataset simple d'un fichier HDF5 qui représente un tableau.
Définition à la ligne 733 du fichier 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 | ) |
|
En lecture, positionne le chemin dans hfile du dataset contenant les unique_ids.
Cet appel est optionnel mais s'il est utilisé, il doit l'être avant de lire les valeurs.
Définition à la ligne 910 du fichier 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 |
La documentation de cette classe a été générée à partir des fichiers suivants :