Go to the documentation of this file.00001
00002 #ifndef vnl_matlab_write_h_
00003 #define vnl_matlab_write_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #include <vcl_iosfwd.h>
00025
00026 template <class T>
00027 bool vnl_matlab_write(vcl_ostream &, T const &, char const *variable_name);
00028
00029 template <class T>
00030 bool vnl_matlab_write(vcl_ostream &, T const *, unsigned size, char const *variable_name);
00031
00032 template <class T>
00033 bool vnl_matlab_write(vcl_ostream &, T const * const *, unsigned rows, unsigned cols, char const *variable_name);
00034
00035 #endif // vnl_matlab_write_h_