00001 // This is core/vpgl/xio/vpgl_xio_lvcs.h 00002 #ifndef vpgl_xio_lvcs_h 00003 #define vpgl_xio_lvcs_h 00004 //: 00005 // \file 00006 // \brief XML write a vpgl_lvcs 00007 // Two functions which write a valid XML fragment to an ostream. 00008 // - x_write() writes a single XML element node with text content only 00009 // 00010 // \author Andrew Miller 00011 // \date 17 Nov, 2011 00012 // \verbatim 00013 // Modifications 00014 // <none yet> 00015 // \endverbatim 00016 00017 #include <vpgl/vpgl_lvcs.h> 00018 #include <vcl_string.h> 00019 #include <vcl_iosfwd.h> 00020 00021 //: XML save vpgl_lvcs to stream. 00022 // \relatesalso vpgl_lvcs 00023 void x_write(vcl_ostream & os, vpgl_lvcs const& v, 00024 vcl_string element_name="vpgl_lvcs"); 00025 00026 #endif // vpgl_xio_lvcs_h