15 #ifndef __H5FloatType_H 16 #define __H5FloatType_H 42 size_t getEbias()
const;
45 void setEbias(
size_t ebias)
const;
48 void getFields(
size_t& spos,
size_t& epos,
size_t& esize,
size_t& mpos,
size_t& msize)
const;
51 void setFields(
size_t spos,
size_t epos,
size_t esize,
size_t mpos,
size_t msize)
const;
83 #endif // __H5FloatType_H
Class PredType holds the definition of all the HDF5 predefined datatypes.
Class DataType provides generic operations on HDF5 datatypes.
AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType. ...
H5Location is an abstract base class, providing a collection of wrappers of the C functions that take...
Class DataSet operates on HDF5 datasets.
virtual H5std_string fromClass() const
Returns this class name.
FloatType is a derivative of a DataType and operates on HDF5 floating point datatype.