XML write a vnl_matrix_fixed Two functions which write a valid XML fragment to an ostream. More...
Go to the source code of this file.
| Defines | |
| #define | VNL_XIO_MATRIX_FIXED_INSTANTIATE(T) extern "Please #include <vnl/xio/vnl_xio_matrix_fixed.txx> first" | 
| Functions | |
| template<class T , unsigned m, unsigned n> | |
| void | x_write (vcl_ostream &os, vnl_matrix_fixed< T, m, n > const &v, vcl_string name="vnl_matrix_fixed") | 
| XML save vnl_matrix_fixed to stream. | |
| template<class T , unsigned m, unsigned n> | |
| void | x_write_tree (vcl_ostream &os, vnl_matrix_fixed< T, m, n > const &v, vcl_string name="vnl_matrix_fixed") | 
| XML save vnl_matrix_fixed as a 3-level tree to stream. | |
XML write a vnl_matrix_fixed Two functions which write a valid XML fragment to an ostream.
The matrix dimensions are output as attributes of the (top) node.
    Modifications
     29 July 2011 - Peter Vanroose - added documentation, tests, and x_write_tree()
   Definition in file vnl_xio_matrix_fixed.h.
| #define VNL_XIO_MATRIX_FIXED_INSTANTIATE | ( | T | ) | extern "Please #include <vnl/xio/vnl_xio_matrix_fixed.txx> first" | 
Definition at line 40 of file vnl_xio_matrix_fixed.h.
| void x_write | ( | vcl_ostream & | os, | 
| vnl_matrix_fixed< T, m, n > const & | v, | ||
| vcl_string | name = "vnl_matrix_fixed" | ||
| ) | 
XML save vnl_matrix_fixed to stream.
Definition at line 11 of file vnl_xio_matrix_fixed.txx.
| void x_write_tree | ( | vcl_ostream & | os, | 
| vnl_matrix_fixed< T, m, n > const & | v, | ||
| vcl_string | name = "vnl_matrix_fixed" | ||
| ) | 
XML save vnl_matrix_fixed as a 3-level tree to stream.
Definition at line 25 of file vnl_xio_matrix_fixed.txx.
 1.7.5.1
 1.7.5.1