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