Main MRPT website > C++ reference for MRPT 1.9.9
Namespaces | Functions
printf_vector.h File Reference
#include <mrpt/math/eigen_frwds.h>
#include <string>
#include <vector>
#include <cstdio>
Include dependency graph for printf_vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 mrpt
 This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
 
 mrpt::containers
 

Functions

template<typename T >
std::string mrpt::containers::sprintf_vector (const char *fmt, const std::vector< T > &V)
 Generates a string for a vector in the format [A,B,C,...] to std::cout, and the fmt string for each vector element. More...
 
template<typename Derived >
std::string mrpt::containers::sprintf_vector (const char *fmt, const Eigen::MatrixBase< Derived > &V)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
template<typename T >
void mrpt::containers::printf_vector (const char *fmt, const std::vector< T > &V)
 Prints a vector in the format [A,B,C,...] to std::cout, and the fmt string for each vector element. More...
 



Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST