vpgl_xio_lvcs.h
Go to the documentation of this file.
1 // This is core/vpgl/xio/vpgl_xio_lvcs.h
2 #ifndef vpgl_xio_lvcs_h
3 #define vpgl_xio_lvcs_h
4 //:
5 // \file
6 // \brief XML write a vpgl_lvcs
7 // Two functions which write a valid XML fragment to an ostream.
8 // - x_write() writes a single XML element node with text content only
9 //
10 // \author Andrew Miller
11 // \date 17 Nov, 2011
12 // \verbatim
13 // Modifications
14 // <none yet>
15 // \endverbatim
16 
17 #include <string>
18 #include <iosfwd>
19 #include <vpgl/vpgl_lvcs.h>
20 #ifdef _MSC_VER
21 # include <vcl_msvc_warnings.h>
22 #endif
23 
24 //: XML save vpgl_lvcs to stream.
25 // \relatesalso vpgl_lvcs
26 void x_write(std::ostream & os, vpgl_lvcs const& v,
27  std::string element_name="vpgl_lvcs");
28 
29 #endif // vpgl_xio_lvcs_h
A geographic coordinate system.
void x_write(std::ostream &os, vpgl_lvcs const &v, std::string element_name="vpgl_lvcs")
XML save vpgl_lvcs to stream.