Classes | |
class | AbstractDs |
AbstractDs is an abstract base class, inherited by Attribute and DataSet. More... | |
class | ArrayType |
Class ArrayType inherits from DataType and provides wrappers for the HDF5's Array Datatypes. More... | |
class | AtomType |
AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType. More... | |
class | Attribute |
Class Attribute operates on HDF5 attributes. More... | |
class | CommonFG |
CommonFG is an abstract base class of H5File and H5Group. More... | |
class | CompType |
CompType is a derivative of a DataType and operates on HDF5 compound datatypes. More... | |
class | DataSet |
Class DataSet operates on HDF5 datasets. More... | |
class | DataSpace |
Class DataSpace operates on HDF5 dataspaces. More... | |
class | DataType |
Class DataType provides generic operations on HDF5 datatypes. More... | |
class | DSetCreatPropList |
Class DSetCreatPropList represents the dataset creation property list. More... | |
class | DSetMemXferPropList |
Class DSetMemXferPropList represents the dataset memory and transfer property list. More... | |
class | EnumType |
Class EnumType operates on HDF5 enum datatypes. More... | |
class | Exception |
Exception provides wrappers of HDF5 error handling functions. More... | |
class | FileIException |
class | GroupIException |
class | DataSpaceIException |
class | DataTypeIException |
class | PropListIException |
class | DataSetIException |
class | AttributeIException |
class | ReferenceException |
class | LibraryIException |
class | LocationException |
class | IdComponentException |
class | FileAccPropList |
Class FileAccPropList represents the HDF5 file access property list. More... | |
class | FileCreatPropList |
Class FileCreatPropList represents the HDF5 file create property list. More... | |
class | H5File |
Class H5File represents an HDF5 file. More... | |
class | FloatType |
Class FloatType operates on HDF5 floating point datatype. More... | |
class | Group |
Class Group represents an HDF5 group. More... | |
class | IdComponent |
Class IdComponent provides wrappers of the C functions that operate on an HDF5 identifier. More... | |
class | IntType |
Class IntType operates on HDF5 integer datatype. More... | |
class | H5Library |
Class H5Library operates the HDF5 library globably. More... | |
class | UserData4Aiterate |
class | H5Location |
H5Location is an abstract base class, added in version 1.8.12. More... | |
class | H5Object |
Class H5Object is a bridge between H5Location and DataSet, DataType, and Group. More... | |
class | ObjCreatPropList |
Class ObjCreatPropList represents the HDF5 object creation property list. More... | |
class | PredType |
Class PredType holds the definition of all the HDF5 predefined datatypes. More... | |
class | PropList |
Class PropList provides operations for generic property lists. More... | |
class | StrType |
Class StrType operates on HDF5 string datatypes. More... | |
class | VarLenType |
VarLenType operates on the HDF5 C's Variable-length Datatypes. More... | |
Typedefs | |
typedef void(* | attr_operator_t )(H5Location &loc, const H5std_string attr_name, void *operator_data) |
Functions | |
void | f_Attribute_setId (Attribute *attr, hid_t new_id) |
void | f_DataSpace_setId (DataSpace *dspace, hid_t new_id) |
Variables | |
class H5_DLLCPP | H5Object |
class H5_DLLCPP | H5Location |
typedef void(* H5::attr_operator_t)(H5Location &loc, const H5std_string attr_name, void *operator_data) |
void H5::f_Attribute_setId | ( | Attribute * | attr, |
hid_t | new_id | ||
) |
Referenced by H5::H5Location::createAttribute(), and H5::H5Location::openAttribute().
void H5::f_DataSpace_setId | ( | DataSpace * | dspace, |
hid_t | new_id | ||
) |
Referenced by H5::H5Location::getRegion(), H5::DataSet::getSpace(), and H5::Attribute::getSpace().
class H5_DLLCPP H5::H5Location |
class H5_DLLCPP H5::H5Object |
The HDF Group Help Desk: |
Copyright by
The HDF Group
and the Board of Trustees of the University of Illinois |