core/vgl/xio/vgl_xio_point_2d.h
Go to the documentation of this file.
00001 // This is core/vgl/xio/vgl_xio_point_2d.h
00002 #ifndef vgl_xio_point_2d_h
00003 #define vgl_xio_point_2d_h
00004 //:
00005 // \file
00006 // \author Gamze Tunali
00007 // \date 25-Dec-2005
00008 
00009 #include <vgl/vgl_point_2d.h>
00010 #include <vcl_string.h>
00011 #include <vcl_iosfwd.h>
00012 
00013 //: XML save vgl_point_2d to stream.
00014 template <class T>
00015 void x_write(vcl_ostream &os, const vgl_point_2d<T> & v, 
00016              vcl_string name="vgl_point_2d");
00017 
00018 #endif // vgl_xio_point_2d_h