Functions | |
bool BASE_IMPEXP | mrpt::system::vectorToTextFile (const std::vector< float > &vec, const std::string &fileName, bool append=false, bool byRows=false) |
A useful function for debugging, which saves a std::vector into a text file (compat. More... | |
bool BASE_IMPEXP | mrpt::system::vectorToTextFile (const std::vector< double > &vec, const std::string &fileName, bool append=false, bool byRows=false) |
bool BASE_IMPEXP | mrpt::system::vectorToTextFile (const std::vector< int > &vec, const std::string &fileName, bool append=false, bool byRows=false) |
bool BASE_IMPEXP | mrpt::system::vectorToTextFile (const std::vector< size_t > &vec, const std::string &fileName, bool append=false, bool byRows=false) |
template<class EIGEN_MATRIX > | |
bool | mrpt::system::vectorToTextFile (const EIGEN_MATRIX &vec, const std::string &fileName) |
bool BASE_IMPEXP | mrpt::system::vectorFromTextFile (std::vector< double > &vec, const std::string &fileName, const bool byRows=false) |
Load a std::vector from a text file (compat. More... | |
bool BASE_IMPEXP | mrpt::system::vectorToBinaryFile (const vector_byte &vec, const std::string &fileName) |
Saves a vector directly as a binary dump to a file: More... | |
bool BASE_IMPEXP | mrpt::system::loadBinaryFile (vector_byte &out_data, const std::string &fileName) |
Loads a entire file as a vector of bytes. More... | |
bool mrpt::system::loadBinaryFile | ( | vector_byte & | out_data, |
const std::string & | fileName | ||
) |
Loads a entire file as a vector of bytes.
Definition at line 98 of file vector_loadsave.cpp.
References mrpt::utils::CFileInputStream::getTotalBytesCount(), and mrpt::utils::CStream::ReadBuffer().
bool mrpt::system::vectorFromTextFile | ( | std::vector< double > & | vec, |
const std::string & | fileName, | ||
const bool | byRows = false |
||
) |
Load a std::vector from a text file (compat.
with MATLAB)
Definition at line 78 of file vector_loadsave.cpp.
References mrpt::system::os::fopen().
bool mrpt::system::vectorToBinaryFile | ( | const vector_byte & | vec, |
const std::string & | fileName | ||
) |
Saves a vector directly as a binary dump to a file:
Definition at line 119 of file vector_loadsave.cpp.
References mrpt::utils::CStream::WriteBuffer().
Referenced by mrpt::compress::zip::decompress_gz_data_block(), and mrpt::opengl::C3DSScene::loadFrom3DSFile().
bool mrpt::system::vectorToTextFile | ( | const std::vector< float > & | vec, |
const std::string & | fileName, | ||
bool | append = false , |
||
bool | byRows = false |
||
) |
A useful function for debugging, which saves a std::vector into a text file (compat.
with MATLAB)
Definition at line 22 of file vector_loadsave.cpp.
References mrpt::system::os::fclose(), mrpt::system::os::fopen(), and mrpt::system::os::fprintf().
Referenced by mrpt::bayes::CKalmanFilterCapable< 7, 3, 3, 7 >::runOneKalmanIteration().
bool mrpt::system::vectorToTextFile | ( | const std::vector< double > & | vec, |
const std::string & | fileName, | ||
bool | append = false , |
||
bool | byRows = false |
||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 36 of file vector_loadsave.cpp.
References mrpt::system::os::fclose(), mrpt::system::os::fopen(), and mrpt::system::os::fprintf().
bool mrpt::system::vectorToTextFile | ( | const std::vector< int > & | vec, |
const std::string & | fileName, | ||
bool | append = false , |
||
bool | byRows = false |
||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 50 of file vector_loadsave.cpp.
References mrpt::system::os::fclose(), mrpt::system::os::fopen(), and mrpt::system::os::fprintf().
bool mrpt::system::vectorToTextFile | ( | const std::vector< size_t > & | vec, |
const std::string & | fileName, | ||
bool | append = false , |
||
bool | byRows = false |
||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 64 of file vector_loadsave.cpp.
References mrpt::system::os::fclose(), mrpt::system::os::fopen(), and mrpt::system::os::fprintf().
bool mrpt::system::vectorToTextFile | ( | const EIGEN_MATRIX & | vec, |
const std::string & | fileName | ||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 33 of file vector_loadsave.h.
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |