00001 #ifndef vnl_matlab_write_h_
00002 #define vnl_matlab_write_h_
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #include <vcl_iosfwd.h>
00020
00021 template <class T>
00022 bool vnl_matlab_write(vcl_ostream &, T const &, char const *variable_name);
00023
00024 template <class T>
00025 bool vnl_matlab_write(vcl_ostream &, T const *, unsigned size, char const *variable_name);
00026
00027 template <class T>
00028 bool vnl_matlab_write(vcl_ostream &, T const * const *, unsigned rows, unsigned cols, char const *variable_name);
00029
00030 #endif // vnl_matlab_write_h_