Defines | Functions
core/vnl/xio/vnl_xio_vector_fixed.txx File Reference
#include "vnl_xio_vector_fixed.h"
#include <vsl/vsl_basic_xml_element.h>

Go to the source code of this file.

Defines

#define vnl_xio_vector_fixed_txx_
#define VNL_XIO_VECTOR_FIXED_INSTANTIATE(T, n)

Functions

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

Define Documentation

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

Definition at line 34 of file vnl_xio_vector_fixed.txx.

#define vnl_xio_vector_fixed_txx_

Definition at line 3 of file vnl_xio_vector_fixed.txx.


Function Documentation

template<class T , unsigned int n>
void x_write ( vcl_ostream &  os,
vnl_vector_fixed< T, n > const &  v,
vcl_string  name 
)

XML save vnl_vector_fixed to stream.

Definition at line 10 of file vnl_xio_vector_fixed.txx.

template<class T , unsigned int n>
void x_write_tree ( vcl_ostream &  os,
vnl_vector_fixed< T, n > const &  v,
vcl_string  name 
)

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

Definition at line 21 of file vnl_xio_vector_fixed.txx.