#include <MatrixIO.hpp>
|  | 
| template<typename MatrixT > | 
| MatrixT | loadMatrix (std::string groupName, std::string datasetName) | 
|  | 
| template<typename _Scalar , int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> | 
| void | saveMatrix (std::string groupName, std::string datasetName, const Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > &mat) | 
|  | 
template<typename FeatureBase>
class lvr2::MatrixIO< FeatureBase >
Definition at line 11 of file descriptions/MatrixIO.hpp.
◆ loadMatrix()
template<typename FeatureBase > 
template<typename MatrixT > 
      
 
 
◆ saveMatrix()
template<typename FeatureBase > 
template<typename _Scalar , int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols> 
      
        
          | void lvr2::MatrixIO< FeatureBase >::saveMatrix | ( | std::string | groupName, | 
        
          |  |  | std::string | datasetName, | 
        
          |  |  | const Eigen::Matrix< _Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols > & | mat | 
        
          |  | ) |  |  | 
      
 
 
◆ m_featureBase
template<typename FeatureBase > 
 
 
The documentation for this class was generated from the following file: