3 #ifndef LVR2_IO_HDF5_MATRIXIO_HPP 4 #define LVR2_IO_HDF5_MATRIXIO_HPP 10 template<
typename FeatureBase>
14 template<
typename _Scalar,
int _Rows,
int _Cols,
int _Options,
int _MaxRows,
int _MaxCols>
16 std::string datasetName,
17 const Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& mat
20 template<
typename MatrixT>
22 std::string datasetName);
31 #include "MatrixIO.tcc" 33 #endif // LVR2_IO_HDF5_MATRIXIO_HPP Manager Class for all FeatureBase components located in hdf5 directory.
MatrixT loadMatrix(std::string groupName, std::string datasetName)
void saveMatrix(std::string groupName, std::string datasetName, const Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &mat)
FeatureBase * m_featureBase