Go to the source code of this file.
Macros | |
| #define | VNL_XIO_VECTOR_INSTANTIATE(T) |
Functions | |
| template<class T > | |
| void | x_write (std::ostream &os, vnl_vector< T > const &v, std::string name) |
| XML save vnl_vector to stream. More... | |
| template<class T > | |
| void | x_write_tree (std::ostream &os, vnl_vector< T > const &v, std::string name) |
| XML save vnl_vector as a 2-level tree to stream. More... | |
| #define VNL_XIO_VECTOR_INSTANTIATE | ( | T | ) |
Definition at line 34 of file vnl_xio_vector.hxx.
| void x_write | ( | std::ostream & | os, |
| vnl_vector< T > const & | v, | ||
| std::string | name | ||
| ) |
XML save vnl_vector to stream.
Definition at line 10 of file vnl_xio_vector.hxx.
| void x_write_tree | ( | std::ostream & | os, |
| vnl_vector< T > const & | v, | ||
| std::string | name | ||
| ) |
XML save vnl_vector as a 2-level tree to stream.
Definition at line 21 of file vnl_xio_vector.hxx.
1.8.15