24 std::string
const& path_,
25 std::string
const& name_) :
file(file_),
43 template<
typename ScalarType,
int fixedRows>
57 operator ScalarType()
const
64 template<
typename ScalarType>
65 operator Eigen::Matrix<ScalarType, Eigen::Dynamic, 1>()
const
71 operator std::string()
const;
75 std::shared_ptr<HDF5File>
file;
90 std::string
const& path_) :
file(file_),
99 std::shared_ptr<HDF5File>
file;
Attribute & operator[](std::string const &attrName)
std::shared_ptr< HDF5File > file
AttributeList(std::shared_ptr< HDF5File > file_, std::string const &path_)
std::map< std::string, Attribute > attributes
std::shared_ptr< HDF5File > file
Attribute(std::shared_ptr< HDF5File > file_, std::string const &path_, std::string const &name_)
Attribute & operator=(ScalarType val)
Attribute & operator=(Eigen::Matrix< ScalarType, fixedRows, 1 > const &val)