Functions
core/vgl/xio/vgl_xio_point_2d.h File Reference
#include <vgl/vgl_point_2d.h>
#include <vcl_string.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Functions

template<class T >
void x_write (vcl_ostream &os, const vgl_point_2d< T > &v, vcl_string name="vgl_point_2d")
 XML save vgl_point_2d to stream.

Detailed Description

Author:
Gamze Tunali
Date:
25-Dec-2005

Definition in file vgl_xio_point_2d.h.


Function Documentation

template<class T >
void x_write ( vcl_ostream &  os,
const vgl_point_2d< T > &  v,
vcl_string  name 
)

XML save vgl_point_2d to stream.

Definition at line 13 of file vgl_xio_point_2d.txx.