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