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