Deprecated List
- Member mrpt::io::loadBinaryFile (std::vector< uint8_t > &out_data, const std::string &fileName)
Use loadBinaryFile(const std::string&) returning optional instead.
- Member mrpt::io::loadTextFile (std::vector< std::string > &o, const std::string &fileName)
Use loadTextFile(const std::string&) returning optional instead.
- Member mrpt::io::vectorToTextFile (const std::vector< float > &vec, const std::string &fileName, bool append, bool byRows=false)
Use vectorToTextFile(vec, fileName, VectorTextFileOptions) instead.