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