Functions
vpgl_xio_lvcs.h File Reference

XML write a vpgl_lvcs Two functions which write a valid XML fragment to an ostream. More...

#include <string>
#include <iosfwd>
#include <vpgl/vpgl_lvcs.h>

Go to the source code of this file.

Functions

void x_write (std::ostream &os, vpgl_lvcs const &v, std::string element_name="vpgl_lvcs")
 XML save vpgl_lvcs to stream. More...
 

Detailed Description

XML write a vpgl_lvcs Two functions which write a valid XML fragment to an ostream.

Author
Andrew Miller
Date
17 Nov, 2011
  Modifications
   <none yet>

Definition in file vpgl_xio_lvcs.h.

Function Documentation

◆ x_write()

void x_write ( std::ostream &  os,
vpgl_lvcs const &  v,
std::string  element_name = "vpgl_lvcs" 
)

XML save vpgl_lvcs to stream.

Definition at line 9 of file vpgl_xio_lvcs.cxx.