Go to the source code of this file.
Defines | |
| #define | vnl_xio_matrix_txx_ |
| #define | VNL_XIO_MATRIX_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | x_write (vcl_ostream &os, vnl_matrix< T > const &M, vcl_string name) |
| XML save vnl_matrix to stream. | |
| template<class T > | |
| void | x_write_tree (vcl_ostream &os, vnl_matrix< T > const &M, vcl_string name) |
| XML save vnl_matrix as a 3-level tree to stream. | |
| #define VNL_XIO_MATRIX_INSTANTIATE | ( | T | ) |
template void x_write(vcl_ostream &, vnl_matrix<T > const&, vcl_string); \ template void x_write_tree(vcl_ostream &, vnl_matrix<T > const&, vcl_string)
Definition at line 43 of file vnl_xio_matrix.txx.
| #define vnl_xio_matrix_txx_ |
Definition at line 3 of file vnl_xio_matrix.txx.
| void x_write | ( | vcl_ostream & | os, |
| vnl_matrix< T > const & | M, | ||
| vcl_string | name | ||
| ) |
XML save vnl_matrix to stream.
Definition at line 11 of file vnl_xio_matrix.txx.
| void x_write_tree | ( | vcl_ostream & | os, |
| vnl_matrix< T > const & | M, | ||
| vcl_string | name | ||
| ) |
XML save vnl_matrix as a 3-level tree to stream.
Definition at line 25 of file vnl_xio_matrix.txx.
1.7.5.1