vgl_xio_vector_3d.h
Go to the documentation of this file.
1 // This is core/vgl/xio/vgl_xio_vector_3d.h
2 #ifndef vgl_xio_vector_3d_h
3 #define vgl_xio_vector_3d_h
4 //:
5 // \file
6 // \author Gamze Tunali
7 // \date Dec 19, 2005
8 
9 #include <string>
10 #include <iosfwd>
11 #include <vgl/vgl_vector_3d.h>
12 #ifdef _MSC_VER
13 # include <vcl_msvc_warnings.h>
14 #endif
15 
16 //: XML save vgl_vector_3d to stream.
17 template <class T>
18 void x_write(std::ostream &os, const vgl_vector_3d<T> & v,
19  std::string element_name="vgl_vector_3d");
20 
21 #endif // vgl_xio_vector_3d_h
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.
direction vector in Euclidean 3D space
#define v
Definition: vgl_vector_2d.h:74
Direction vector in Euclidean 3D space, templated by type of element.
Definition: vgl_fwd.h:13