Defines | Functions
core/vnl/xio/vnl_xio_quaternion.txx File Reference
#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.

Defines

#define vnl_xio_quaternion_txx_
#define VNL_XIO_QUATERNION_INSTANTIATE(T)

Functions

template<class T >
void x_write (vcl_ostream &os, vnl_quaternion< T > const &q, vcl_string name)
 XML save vnl_quaternion to stream.
template<class T >
void x_write_tree (vcl_ostream &os, vnl_quaternion< T > const &q, vcl_string name)
 XML save vnl_quaternion as a 2-level tree to stream.

Define Documentation

#define VNL_XIO_QUATERNION_INSTANTIATE (   T)
Value:
template void x_write(vcl_ostream &, vnl_quaternion<T > const&, vcl_string); \
template void x_write_tree(vcl_ostream &, vnl_quaternion<T > const&, vcl_string)

Definition at line 34 of file vnl_xio_quaternion.txx.

#define vnl_xio_quaternion_txx_

Definition at line 3 of file vnl_xio_quaternion.txx.


Function Documentation

template<class T >
void x_write ( vcl_ostream &  os,
vnl_quaternion< T > const &  q,
vcl_string  name 
)

XML save vnl_quaternion to stream.

Definition at line 11 of file vnl_xio_quaternion.txx.

template<class T >
void x_write_tree ( vcl_ostream &  os,
vnl_quaternion< T > const &  q,
vcl_string  name 
)

XML save vnl_quaternion as a 2-level tree to stream.

Definition at line 23 of file vnl_xio_quaternion.txx.