|
My Project
1.10.6
|
| ▼CH5::AbstractDs | AbstractDs is an abstract base class, inherited by Attribute and DataSet |
| CH5::Attribute | Class Attribute operates on HDF5 attributes |
| CH5::DataSet | Class DataSet operates on HDF5 datasets |
| ▼CH5::CommonFG | CommonFG is an abstract base class of H5Group |
| ▼CH5::Group | Class Group represents an HDF5 group |
| CH5::H5File | Class H5File represents an HDF5 file and inherits from class Group as file is a root group |
| ▼CH5::Exception | Exception provides wrappers of HDF5 error handling functions |
| CH5::AttributeIException | |
| CH5::DataSetIException | |
| CH5::DataSpaceIException | |
| CH5::DataTypeIException | |
| CH5::FileIException | |
| CH5::GroupIException | |
| CH5::IdComponentException | |
| CH5::LibraryIException | |
| CH5::LocationException | |
| CH5::ObjHeaderIException | |
| CH5::PropListIException | |
| CH5::ReferenceException | |
| CH5::H5Library | Class H5Library operates the HDF5 library globably |
| ▼CH5::IdComponent | Class IdComponent provides wrappers of the C functions that operate on an HDF5 identifier |
| CH5::DataSpace | Class DataSpace inherits from IdComponent and provides wrappers for the HDF5's dataspaces |
| ▼CH5::H5Location | H5Location is an abstract base class, added in version 1.8.12 |
| CH5::Attribute | Class Attribute operates on HDF5 attributes |
| ▼CH5::H5Object | Class H5Object is a bridge between H5Location and DataSet, DataType, and Group |
| CH5::DataSet | Class DataSet operates on HDF5 datasets |
| ▼CH5::DataType | Class DataType provides generic operations on HDF5 datatypes |
| CH5::ArrayType | Class ArrayType inherits from DataType and provides wrappers for the HDF5's Array Datatypes |
| ▼CH5::AtomType | AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType |
| CH5::FloatType | FloatType is a derivative of a DataType and operates on HDF5 floating point datatype |
| CH5::IntType | IntType is a derivative of a DataType and operates on HDF5 integer datatype |
| CH5::PredType | Class PredType holds the definition of all the HDF5 predefined datatypes |
| CH5::StrType | StrType is a derivative of a DataType and operates on HDF5 string datatype |
| CH5::CompType | CompType is a derivative of a DataType and operates on HDF5 compound datatypes |
| CH5::EnumType | EnumType is a derivative of a DataType and operates on HDF5 enum datatypes |
| CH5::VarLenType | VarLenType is a derivative of a DataType and operates on HDF5 Variable-length Datatypes |
| CH5::Group | Class Group represents an HDF5 group |
| ▼CH5::PropList | Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list |
| CH5::DSetMemXferPropList | Class |