This is the complete list of members for lvr2::ArrayIO< FeatureBase >, including all inherited members.
loadDoubleArray(const std::string &group, const std::string &container, std::vector< size_t > &dims) const | lvr2::ArrayIO< FeatureBase > | virtual |
loadFloatArray(const std::string &group, const std::string &container, std::vector< size_t > &dims) const | lvr2::ArrayIO< FeatureBase > | virtual |
loadUCharArray(const std::string &group, const std::string &container, std::vector< size_t > &dims) const | lvr2::ArrayIO< FeatureBase > | virtual |
m_featureBase | lvr2::ArrayIO< FeatureBase > | protected |
saveDoubleArray(const std::string &groupName, const std::string &datasetName, const std::vector< size_t > &dimensions, const boost::shared_array< double > &data) const | lvr2::ArrayIO< FeatureBase > | virtual |
saveFloatArray(const std::string &groupName, const std::string &datasetName, const std::vector< size_t > &dimensions, const boost::shared_array< float > &data) const | lvr2::ArrayIO< FeatureBase > | virtual |
saveUCharArray(const std::string &groupName, const std::string &datasetName, const std::vector< size_t > &dimensions, const boost::shared_array< unsigned char > &data) const | lvr2::ArrayIO< FeatureBase > | virtual |