Defines | Functions
core/vgl/xio/vgl_xio_vector_3d.txx File Reference
#include "vgl_xio_vector_3d.h"
#include <vgl/vgl_vector_3d.h>
#include <vsl/vsl_basic_xml_element.h>

Go to the source code of this file.

Defines

#define vgl_xio_vector_3d_txx_
#define VGL_XIO_VECTOR_3D_INSTANTIATE(T)   template void x_write(vcl_ostream &, const vgl_vector_3d<T > &, vcl_string)

Functions

template<class T >
void x_write (vcl_ostream &os, const vgl_vector_3d< T > &v, vcl_string element_name)
 XML save self to stream.

Detailed Description

Definition in file vgl_xio_vector_3d.txx.


Define Documentation

#define VGL_XIO_VECTOR_3D_INSTANTIATE (   T)    template void x_write(vcl_ostream &, const vgl_vector_3d<T > &, vcl_string)

Definition at line 24 of file vgl_xio_vector_3d.txx.

#define vgl_xio_vector_3d_txx_

Definition at line 3 of file vgl_xio_vector_3d.txx.


Function Documentation

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

XML save self to stream.

XML save vgl_vector_3d to stream.

Definition at line 14 of file vgl_xio_vector_3d.txx.