Go to the source code of this file.
Compounds | |
| struct | vnl_matlab_print_proxy |
Defines | |
| #define | VNL_MATLAB_PRINT2_INSTANTIATE(T) |
Functions | |
| template<class T> vcl_ostream & | operator<< (vcl_ostream &os, vnl_matlab_print_proxy< T > const &mp) |
| template<class T> vnl_matlab_print_proxy< T > | vnl_matlab_print (T const &obj, char const *name=0, vnl_matlab_print_format format=vnl_matlab_print_format_default) |
vnl_matrix<double> foo(3, 14);
....
cerr << "and the blasted matrix is :" << endl
<< vnl_matlab_print(foo)
<< vnl_matlab_print(foo, "foo")
<< vnl_matlab_print(foo, 0, vnl_matlab_fmt_long);
....
cerr << "and the blasted matrix is :" << endl;
vnl_matlab_print(cerr, foo);
vnl_matlab_print(cerr, foo, "foo");
vnl_matlab_print(cerr, foo, 0, vnl_matlab_fmt_long);
Definition in file vnl_matlab_print2.h.
|
|
Value: template struct vnl_matlab_print_proxy<T >; \ VCL_INSTANTIATE_INLINE(vcl_ostream &operator<<(vcl_ostream &, \ vnl_matlab_print_proxy<T > const &)); \ VCL_INSTANTIATE_INLINE(vnl_matlab_print_proxy<T > vnl_matlab_print(T const &, \ char const *, \ vnl_matlab_print_format)); Definition at line 65 of file vnl_matlab_print2.h. |
|
||||||||||||||||
|
Definition at line 47 of file vnl_matlab_print2.h. References vnl_matlab_print(). |
|
||||||||||||||||||||
|
Definition at line 58 of file vnl_matlab_print2.h. References vnl_matlab_print_format, and vnl_matlab_print_format_default. Referenced by operator<<(). |
1.2.15 written by Dimitri van Heesch,
© 1997-2000