Functions
vgl_xio_vector_3d.h File Reference
#include <string>
#include <iosfwd>
#include <vgl/vgl_vector_3d.h>

Go to the source code of this file.

Functions

template<class T >
void x_write (std::ostream &os, const vgl_vector_3d< T > &v, std::string element_name="vgl_vector_3d")
 XML save vgl_vector_3d to stream. More...
 

Detailed Description

Author
Gamze Tunali
Date
Dec 19, 2005

Definition in file vgl_xio_vector_3d.h.

Function Documentation

◆ x_write()

template<class T >
void x_write ( std::ostream &  os,
const vgl_vector_3d< T > &  v,
std::string  element_name 
)

XML save vgl_vector_3d to stream.

XML save vgl_vector_3d to stream.

Definition at line 14 of file vgl_xio_vector_3d.hxx.