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