Go to the source code of this file.
Macros | |
| #define | VNL_XIO_MATRIX_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | x_write (std::ostream &os, vnl_matrix< T > const &M, std::string name) |
| XML save vnl_matrix to stream. More... | |
| template<class T > | |
| void | x_write_tree (std::ostream &os, vnl_matrix< T > const &M, std::string name) |
| XML save vnl_matrix as a 3-level tree to stream. More... | |
| #define VNL_XIO_MATRIX_INSTANTIATE | ( | T | ) |
Definition at line 43 of file vnl_xio_matrix.hxx.
| void x_write | ( | std::ostream & | os, |
| vnl_matrix< T > const & | M, | ||
| std::string | name | ||
| ) |
XML save vnl_matrix to stream.
Definition at line 11 of file vnl_xio_matrix.hxx.
| void x_write_tree | ( | std::ostream & | os, |
| vnl_matrix< T > const & | M, | ||
| std::string | name | ||
| ) |
XML save vnl_matrix as a 3-level tree to stream.
Definition at line 25 of file vnl_xio_matrix.hxx.
1.8.15