CFEL - ASG Software Suite  2.5.0
CASS
hdf5::Handler Member List

This is the complete list of members for hdf5::Handler, including all inherited members.

_fileidhdf5::Handlerprivate
appendData(const std::vector< type > &data, shape_t shape, const std::string &valname, int compressLevel=2)hdf5::Handlerinline
close()hdf5::Handlerinline
currentFileSize() const hdf5::Handlerinline
datasets() const hdf5::Handlerinline
dimension(const std::string &valname) const hdf5::Handlerinline
ensureGroupExists(const std::string &name)hdf5::Handlerinlineprivate
filename() const hdf5::Handlerinline
groupExists(const std::string &groupname)hdf5::Handlerinlineprivate
Handler(const Handler &)hdf5::Handlerinlineprivate
Handler()hdf5::Handlerinline
Handler(const std::string &filename, const std::string &mode="w")hdf5::Handlerinline
open(const std::string &filename, const std::string &mode="w", int size=-1)hdf5::Handlerinline
readArray(std::vector< type > &array, size_t &arrayLength, const std::string &valname)hdf5::Handlerinline
readMatrix(std::vector< type > &matrix, std::pair< size_t, size_t > &shape, const std::string &valname)hdf5::Handlerinline
readMultiDim(std::vector< type > &data, shape_t &shape, const std::string &valname)hdf5::Handlerinline
readPartialMultiDim(typename std::vector< type >::iterator data, const partiality_t &part, const std::string &valname)hdf5::Handlerinline
readScalar(const std::string &valname)hdf5::Handlerinline
readScalarAttribute(const std::string &valname, const std::string &dsetName)hdf5::Handlerinline
readString(const std::string &dsetName)hdf5::Handlerinline
reopenFile(int &filehandle, size_t maxsize, const std::string &currentfilename)hdf5::Handlerinlineprivate
rootGroups() const hdf5::Handlerinline
shape(const std::string &valname) const hdf5::Handlerinline
writeArray(const std::vector< type > &array, const size_t arrayLength, const std::string &valname, int compressLevel=2)hdf5::Handlerinline
writeMatrix(const std::vector< type > &matrix, std::pair< size_t, size_t > shape, const std::string &valname, int compressLevel=2)hdf5::Handlerinline
writeScalar(const type value, const std::string &valname)hdf5::Handlerinline
writeScalarAttribute(const type value, const std::string &valname, const std::string &dsetName)hdf5::Handlerinline
writeString(const std::string &string, const std::string &dsetName)hdf5::Handlerinline
~Handler()hdf5::Handlerinline