CFEL - ASG Software Suite
2.5.0
CASS
|
This is the complete list of members for hdf5::Handler, including all inherited members.
_fileid | hdf5::Handler | private |
appendData(const std::vector< type > &data, shape_t shape, const std::string &valname, int compressLevel=2) | hdf5::Handler | inline |
close() | hdf5::Handler | inline |
currentFileSize() const | hdf5::Handler | inline |
datasets() const | hdf5::Handler | inline |
dimension(const std::string &valname) const | hdf5::Handler | inline |
ensureGroupExists(const std::string &name) | hdf5::Handler | inlineprivate |
filename() const | hdf5::Handler | inline |
groupExists(const std::string &groupname) | hdf5::Handler | inlineprivate |
Handler(const Handler &) | hdf5::Handler | inlineprivate |
Handler() | hdf5::Handler | inline |
Handler(const std::string &filename, const std::string &mode="w") | hdf5::Handler | inline |
open(const std::string &filename, const std::string &mode="w", int size=-1) | hdf5::Handler | inline |
readArray(std::vector< type > &array, size_t &arrayLength, const std::string &valname) | hdf5::Handler | inline |
readMatrix(std::vector< type > &matrix, std::pair< size_t, size_t > &shape, const std::string &valname) | hdf5::Handler | inline |
readMultiDim(std::vector< type > &data, shape_t &shape, const std::string &valname) | hdf5::Handler | inline |
readPartialMultiDim(typename std::vector< type >::iterator data, const partiality_t &part, const std::string &valname) | hdf5::Handler | inline |
readScalar(const std::string &valname) | hdf5::Handler | inline |
readScalarAttribute(const std::string &valname, const std::string &dsetName) | hdf5::Handler | inline |
readString(const std::string &dsetName) | hdf5::Handler | inline |
reopenFile(int &filehandle, size_t maxsize, const std::string ¤tfilename) | hdf5::Handler | inlineprivate |
rootGroups() const | hdf5::Handler | inline |
shape(const std::string &valname) const | hdf5::Handler | inline |
writeArray(const std::vector< type > &array, const size_t arrayLength, const std::string &valname, int compressLevel=2) | hdf5::Handler | inline |
writeMatrix(const std::vector< type > &matrix, std::pair< size_t, size_t > shape, const std::string &valname, int compressLevel=2) | hdf5::Handler | inline |
writeScalar(const type value, const std::string &valname) | hdf5::Handler | inline |
writeScalarAttribute(const type value, const std::string &valname, const std::string &dsetName) | hdf5::Handler | inline |
writeString(const std::string &string, const std::string &dsetName) | hdf5::Handler | inline |
~Handler() | hdf5::Handler | inline |