core
vgl
xio
vgl_xio_point_2d.h
Go to the documentation of this file.
1
// This is core/vgl/xio/vgl_xio_point_2d.h
2
#ifndef vgl_xio_point_2d_h
3
#define vgl_xio_point_2d_h
4
//:
5
// \file
6
// \author Gamze Tunali
7
// \date 25-Dec-2005
8
9
#include <string>
10
#include <iosfwd>
11
#include <
vgl/vgl_point_2d.h
>
12
#ifdef _MSC_VER
13
# include <vcl_msvc_warnings.h>
14
#endif
15
16
//: XML save vgl_point_2d to stream.
17
template
<
class
T>
18
void
x_write
(std::ostream &os,
const
vgl_point_2d<T>
&
v
,
19
std::string name=
"vgl_point_2d"
);
20
21
#endif // vgl_xio_point_2d_h
vgl_point_2d.h
a point in 2D nonhomogeneous space
v
#define v
Definition:
vgl_vector_2d.h:74
vgl_point_2d< T >
x_write
void x_write(std::ostream &os, const vgl_point_2d< T > &v, std::string name="vgl_point_2d")
XML save vgl_point_2d to stream.
Definition:
vgl_xio_point_2d.hxx:13
Generated by
1.8.15