#include <ArrayIO.hpp>
|  | 
| virtual doubleArr | loadDoubleArray (const std::string &group, const std::string &container, std::vector< size_t > &dims) const | 
|  | 
| virtual floatArr | loadFloatArray (const std::string &group, const std::string &container, std::vector< size_t > &dims) const | 
|  | 
| virtual ucharArr | loadUCharArray (const std::string &group, const std::string &container, std::vector< size_t > &dims) const | 
|  | 
| virtual void | saveDoubleArray (const std::string &groupName, const std::string &datasetName, const std::vector< size_t > &dimensions, const boost::shared_array< double > &data) const | 
|  | 
| virtual void | saveFloatArray (const std::string &groupName, const std::string &datasetName, const std::vector< size_t > &dimensions, const boost::shared_array< float > &data) const | 
|  | 
| virtual void | saveUCharArray (const std::string &groupName, const std::string &datasetName, const std::vector< size_t > &dimensions, const boost::shared_array< unsigned char > &data) const | 
|  | 
template<typename FeatureBase>
class lvr2::ArrayIO< FeatureBase >
Definition at line 11 of file descriptions/ArrayIO.hpp.
◆ loadDoubleArray()
template<typename FeatureBase > 
 
 
◆ loadFloatArray()
template<typename FeatureBase > 
 
 
◆ loadUCharArray()
template<typename FeatureBase > 
 
 
◆ saveDoubleArray()
template<typename FeatureBase > 
  
  | 
        
          | virtual void lvr2::ArrayIO< FeatureBase >::saveDoubleArray | ( | const std::string & | groupName, |  
          |  |  | const std::string & | datasetName, |  
          |  |  | const std::vector< size_t > & | dimensions, |  
          |  |  | const boost::shared_array< double > & | data |  
          |  | ) |  | const |  | virtual | 
 
 
◆ saveFloatArray()
template<typename FeatureBase > 
  
  | 
        
          | virtual void lvr2::ArrayIO< FeatureBase >::saveFloatArray | ( | const std::string & | groupName, |  
          |  |  | const std::string & | datasetName, |  
          |  |  | const std::vector< size_t > & | dimensions, |  
          |  |  | const boost::shared_array< float > & | data |  
          |  | ) |  | const |  | virtual | 
 
 
◆ saveUCharArray()
template<typename FeatureBase > 
  
  | 
        
          | virtual void lvr2::ArrayIO< FeatureBase >::saveUCharArray | ( | const std::string & | groupName, |  
          |  |  | const std::string & | datasetName, |  
          |  |  | const std::vector< size_t > & | dimensions, |  
          |  |  | const boost::shared_array< unsigned char > & | data |  
          |  | ) |  | const |  | virtual | 
 
 
◆ m_featureBase
template<typename FeatureBase > 
 
 
The documentation for this class was generated from the following file: