#include "vnl_xio_quaternion.h"#include <vnl/vnl_quaternion.h>#include <vsl/vsl_basic_xml_element.h>Go to the source code of this file.
Macros | |
| #define | VNL_XIO_QUATERNION_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | x_write (std::ostream &os, vnl_quaternion< T > const &q, std::string name) |
| XML save vnl_quaternion to stream. More... | |
| template<class T > | |
| void | x_write_tree (std::ostream &os, vnl_quaternion< T > const &q, std::string name) |
| XML save vnl_quaternion as a 2-level tree to stream. More... | |
| #define VNL_XIO_QUATERNION_INSTANTIATE | ( | T | ) |
Definition at line 34 of file vnl_xio_quaternion.hxx.
| void x_write | ( | std::ostream & | os, |
| vnl_quaternion< T > const & | q, | ||
| std::string | name | ||
| ) |
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 & | q, | ||
| std::string | name | ||
| ) |
XML save vnl_quaternion as a 2-level tree to stream.
Definition at line 23 of file vnl_xio_quaternion.hxx.
1.8.15