XML write a vnl_quaternion Two functions which write a valid XML fragment to an ostream. More...
Go to the source code of this file.
Macros | |
| #define | VNL_XIO_QUATERNION_INSTANTIATE(T) extern "Please #include <vnl/xio/vnl_xio_quaternion.hxx> first" |
Functions | |
| template<class T > | |
| void | x_write (std::ostream &os, vnl_quaternion< T > const &v, std::string name="vnl_quaternion") |
| XML save vnl_quaternion to stream. More... | |
| template<class T > | |
| void | x_write_tree (std::ostream &os, vnl_quaternion< T > const &v, std::string name="vnl_quaternion") |
| XML save vnl_quaternion as a 2-level tree to stream. More... | |
XML write a vnl_quaternion Two functions which write a valid XML fragment to an ostream.
Modifications 29 July 2011 - Peter Vanroose - added documentation, tests, and x_write_tree()
Definition in file vnl_xio_quaternion.h.
| #define VNL_XIO_QUATERNION_INSTANTIATE | ( | T | ) | extern "Please #include <vnl/xio/vnl_xio_quaternion.hxx> first" |
Definition at line 40 of file vnl_xio_quaternion.h.
| void x_write | ( | std::ostream & | os, |
| vnl_quaternion< T > const & | v, | ||
| std::string | name = "vnl_quaternion" |
||
| ) |
XML save vnl_quaternion to stream.
Definition at line 11 of file vnl_xio_quaternion.hxx.
| void x_write_tree | ( | std::ostream & | os, |
| vnl_quaternion< T > const & | v, | ||
| std::string | name = "vnl_quaternion" |
||
| ) |
XML save vnl_quaternion as a 2-level tree to stream.
Definition at line 23 of file vnl_xio_quaternion.hxx.
1.8.15