|
|
| H5Dataset (H5Group &, const char *name, hid_t type_id, const H5DataSpace &, const MemCore::RefPtr< H5Property > &A=nullptr, const MemCore::RefPtr< H5Property > &B=nullptr, const MemCore::RefPtr< H5Property > &C=nullptr) |
| |
|
| H5Dataset (H5Group &, const char *name, const H5DataType &, const H5DataSpace &, const MemCore::RefPtr< H5Property > &A=nullptr, const MemCore::RefPtr< H5Property > &B=nullptr, const MemCore::RefPtr< H5Property > &C=nullptr) |
| |
|
| H5Dataset (H5Group &G, const std::string &name, hid_t type_id, const H5DataSpace &DS, const MemCore::RefPtr< H5Property > &A=nullptr, const MemCore::RefPtr< H5Property > &B=nullptr, const MemCore::RefPtr< H5Property > &C=nullptr) |
| |
|
hid_t | H5Dget_type () const |
| |
|
MemCore::RefPtr< H5DataType > | get_type () const |
| |
|
herr_t | read (hid_t LoadID, void *dataPtr) const |
| |
|
template<class T > |
| herr_t | read (hid_t LoadID, std::vector< T > &data) const |
| |
|
herr_t | read (const H5DataType &DT, void *dataPtr) const |
| |
|
template<class T > |
| herr_t | read (const H5DataType &DT, std::vector< T > &data) const |
| |
|
herr_t | write (hid_t data_type_id, const void *data) const |
| | Most basic function to write a bunch of untyped data with a given HDF5 type ID.
|
| |
| template<class T > |
| herr_t | write (hid_t data_type_id, const std::vector< T > &data) const |
| |
|
template<class T > |
| herr_t | write (const H5DataType &DT, const std::vector< T > &data) const |
| |
|
hssize_t | get_simple_extent_npoints () const |
| |
| int | get_simple_extent_dims (hsize_t *dims, hsize_t *maxdims=nullptr) const |
| | Dims:
|
| |
|
herr_t | iterate (const attribute_iterator_t &attribute_iterator) const |
| |
|
hid_t | H5Dget_type () const |
| |
|
MemCore::RefPtr< H5DataType > | get_type () const |
| |
|
herr_t | read (hid_t LoadID, void *dataPtr) const |
| |
|
template<class T > |
| herr_t | read (hid_t LoadID, std::vector< T > &data) const |
| |
|
herr_t | read (const H5DataType &DT, void *dataPtr) const |
| |
|
template<class T > |
| herr_t | read (const H5DataType &DT, std::vector< T > &data) const |
| |
|
hssize_t | get_simple_extent_npoints () const |
| |
|
int | get_simple_extent_dims (hsize_t *dims, hsize_t *maxdims=0) const |
| |
|
| H5Object (hid_t parent_id, const char *name, hid_t link_access_properties=H5P_DEFAULT) |
| | H5Oopen()
|
| |
|
| H5Object (const refptr< H5Object > &parent, const char *name, hid_t link_access_properties=H5P_DEFAULT) |
| | H5Oopen()
|
| |
|
| H5Object (hid_t parent_id, const char *name, const H5LinkAccess &link_access_properties) |
| | H5Oopen()
|
| |
|
| H5Object (const refptr< H5Object > &parent, const char *name, const H5LinkAccess &link_access_properties) |
| | H5Oopen()
|
| |
|
bool | Awrite (const char *AttributeName, hid_t file_type_id, hid_t mem_type_id, const void *data, size_t Elements) const |
| |
|
bool | Awrite (const std::string &AttributeName, hid_t file_type_id, hid_t mem_type_id, const void *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, hid_t type_id, const void *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int16_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int32_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int64_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint16_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint32_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint64_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const double *data, size_t Elements=1) const |
| |
|
template<class name_t , class value_type > |
| bool | Awrite (const name_t &AttributeName, const value_type &value) const |
| |
|
template<class T > |
| bool | Awrite (const std::string &AttributeName, const std::vector< T > &data) const |
| |
|
bool | Awrite (const char *AttributeName, const std::string &data) const |
| |
|
bool | Awrite (const std::string &AttributeName, const std::string &data) const |
| |
|
std::string | getFilename () const |
| | Get the filename associated with this HDF5 object.
|
| |
|
std::string | get_filename () const |
| | Get the filename associated with this HDF5 object.
|
| |
|
std::filesystem::path | getFilePath () const |
| | Get the filename associated with this HDF5 object.
|
| |
|
std::string | get_name () const |
| |
|
std::string | get_object_path () const |
| |
|
std::string | get_object_path_within_file () const |
| |
|
std::string | get_path () const |
| |
|
herr_t | get_info (H5O_info2_t &object_info, unsigned info_fields) const |
| |
|
time_t | get_modification_time () const |
| |
|
hsize_t | num_attribs () const |
| |
|
H5O_type_t | get_type () const |
| |
|
refptr< H5Object > | get_typed_object () const |
| |
|
time_t | get_age () const |
| |
|
hid_t | getHid () const |
| |
|
hid_t | getHidClone () const |
| |
|
bool | isValid () const |
| |
|
bool | Awrite (const char *AttributeName, hid_t file_type_id, hid_t mem_type_id, const void *data, size_t Elements) const |
| |
|
bool | Awrite (const std::string &AttributeName, hid_t file_type_id, hid_t mem_type_id, const void *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, hid_t type_id, const void *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int16_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int32_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const int64_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint16_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint32_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const uint64_t *data, size_t Elements) const |
| |
|
template<class name_t > |
| bool | Awrite (const name_t &AttributeName, const double *data, size_t Elements=1) const |
| |
|
template<class name_t , class value_type > |
| bool | Awrite (const name_t &AttributeName, const value_type &value) const |
| |
|
template<class T > |
| bool | Awrite (const std::string &AttributeName, const std::vector< T > &data) const |
| |
|
bool | Awrite (const char *AttributeName, const std::string &data) const |
| |
|
bool | Awrite (const std::string &AttributeName, const std::string &data) const |
| |
|
void | inc_ref () const |
| |
|
void | dec_ref () const |
| |
|
hid_t | getHid () const |
| | Get the associated HDF5 ID.
|
| |
|
hid_t | getHidClone () const |
| | Get a copy of the associated HDF5 ID.
|
| |
|
hid_t | clone () const |
| | Get a copy of the associated HDF5 ID.
|
| |
|
bool | isValid () const |
| | Check whether this HDF5 object is valid, i.e., has a valid ID.
|
| |
|
auto | getObjectCountID () const noexcept |
| |
|
bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
| |
|
void | mkAutoDestructive () |
| |
|
refcount_t | refcount () const noexcept |
| |
|
| ReferenceBase (Object *that) noexcept |
| |
|
const auto & | self () const |
| |
|
refcount_t | wrefcount () const noexcept |
| |
|
auto | getObjectCountID () const noexcept |
| |
|
bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
| |
|
void | mkAutoDestructive () |
| |
|
refcount_t | refcount () const noexcept |
| |
|
| ReferenceBase (Object *that) noexcept |
| |
|
const auto & | self () const |
| |
|
refcount_t | wrefcount () const noexcept |
| |