XML write a vnl_matrix Two functions which write a valid XML fragment to an ostream. More...
Go to the source code of this file.
Macros | |
| #define | VNL_XIO_MATRIX_INSTANTIATE(T) extern "Please #include <vnl/xio/vnl_xio_matrix.hxx> first" |
Functions | |
| template<class T > | |
| void VNL_EXPORT | x_write (std::ostream &os, vnl_matrix< T > const &v, std::string name="vnl_matrix") |
| XML save vnl_matrix to stream. More... | |
| template<class T > | |
| void VNL_EXPORT | x_write_tree (std::ostream &os, vnl_matrix< T > const &v, std::string name="vnl_matrix") |
| XML save vnl_matrix as a 3-level tree to stream. More... | |
XML write a vnl_matrix Two functions which write a valid XML fragment to an ostream.
The matrix dimensions are output as attributes of the (top) node.
Modifications <none yet>
Definition in file vnl_xio_matrix.h.
| #define VNL_XIO_MATRIX_INSTANTIATE | ( | T | ) | extern "Please #include <vnl/xio/vnl_xio_matrix.hxx> first" |
Definition at line 43 of file vnl_xio_matrix.h.
| void VNL_EXPORT x_write | ( | std::ostream & | os, |
| vnl_matrix< T > const & | v, | ||
| std::string | name = "vnl_matrix" |
||
| ) |
XML save vnl_matrix to stream.
Definition at line 11 of file vnl_xio_matrix.hxx.
| void VNL_EXPORT x_write_tree | ( | std::ostream & | os, |
| vnl_matrix< T > const & | v, | ||
| std::string | name = "vnl_matrix" |
||
| ) |
XML save vnl_matrix as a 3-level tree to stream.
Definition at line 25 of file vnl_xio_matrix.hxx.
1.8.15