Defines | Functions
core/vnl/xio/vnl_xio_quaternion.h File Reference

XML write a vnl_quaternion Two functions which write a valid XML fragment to an ostream. More...

#include <vnl/vnl_quaternion.h>
#include <vcl_string.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Defines

#define VNL_XIO_QUATERNION_INSTANTIATE(T)   extern "Please #include <vnl/xio/vnl_xio_quaternion.txx> first"

Functions

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

Detailed Description

XML write a vnl_quaternion Two functions which write a valid XML fragment to an ostream.

Definition in file vnl_xio_quaternion.h.


Define Documentation

#define VNL_XIO_QUATERNION_INSTANTIATE (   T)    extern "Please #include <vnl/xio/vnl_xio_quaternion.txx> first"

Definition at line 37 of file vnl_xio_quaternion.h.


Function Documentation

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

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 &  v,
vcl_string  name = "vnl_quaternion" 
)

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

Definition at line 23 of file vnl_xio_quaternion.txx.