Macros | Functions
vgl_xio_point_2d.hxx File Reference
#include "vgl_xio_point_2d.h"
#include <vsl/vsl_basic_xml_element.h>

Go to the source code of this file.

Macros

#define VGL_XIO_POINT_2D_INSTANTIATE(T)   template void x_write(std::ostream &, const vgl_point_2d<T > &, std::string)
 

Functions

template<class T >
void x_write (std::ostream &os, const vgl_point_2d< T > &v, std::string name)
 Binary save self to stream. More...
 

Macro Definition Documentation

◆ VGL_XIO_POINT_2D_INSTANTIATE

#define VGL_XIO_POINT_2D_INSTANTIATE (   T)    template void x_write(std::ostream &, const vgl_point_2d<T > &, std::string)

Definition at line 21 of file vgl_xio_point_2d.hxx.

Function Documentation

◆ x_write()

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

Binary save self to stream.

XML save vgl_point_2d to stream.

Definition at line 13 of file vgl_xio_point_2d.hxx.