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