Go to the documentation of this file.00001
00002 #ifndef vnl_io_matrix_h
00003 #define vnl_io_matrix_h
00004
00005
00006
00007
00008
00009 #include <vsl/vsl_fwd.h>
00010 #include <vnl/vnl_matrix.h>
00011 #include <vcl_iosfwd.h>
00012
00013
00014
00015 template <class T>
00016 void vsl_b_write(vsl_b_ostream & os, const vnl_matrix<T> & v);
00017
00018
00019
00020 template <class T>
00021 void vsl_b_read(vsl_b_istream & is, vnl_matrix<T> & v);
00022
00023
00024
00025 template <class T>
00026 void vsl_print_summary(vcl_ostream & os,const vnl_matrix<T> & b);
00027
00028 #endif // vnl_io_matrix_h