Go to the source code of this file.
Defines | |
#define | vnl_xio_vector_txx_ |
#define | VNL_XIO_VECTOR_INSTANTIATE(T) |
Functions | |
template<class T > | |
void | x_write (vcl_ostream &os, vnl_vector< T > const &v, vcl_string name) |
XML save vnl_vector to stream. | |
template<class T > | |
void | x_write_tree (vcl_ostream &os, vnl_vector< T > const &v, vcl_string name) |
XML save vnl_vector as a 2-level tree to stream. |
#define VNL_XIO_VECTOR_INSTANTIATE | ( | T | ) |
template void x_write(vcl_ostream &, vnl_vector<T > const&, vcl_string); \ template void x_write_tree(vcl_ostream &, vnl_vector<T > const&, vcl_string)
Definition at line 34 of file vnl_xio_vector.txx.
#define vnl_xio_vector_txx_ |
Definition at line 3 of file vnl_xio_vector.txx.
void x_write | ( | vcl_ostream & | os, |
vnl_vector< T > const & | v, | ||
vcl_string | name | ||
) |
XML save vnl_vector to stream.
Definition at line 10 of file vnl_xio_vector.txx.
void x_write_tree | ( | vcl_ostream & | os, |
vnl_vector< T > const & | v, | ||
vcl_string | name | ||
) |
XML save vnl_vector as a 2-level tree to stream.
Definition at line 21 of file vnl_xio_vector.txx.