#include "vnl_xio_matrix_fixed.h"#include <vnl/vnl_matrix_fixed.h>#include <vsl/vsl_basic_xml_element.h>Go to the source code of this file.
Macros | |
| #define | VNL_XIO_MATRIX_FIXED_INSTANTIATE(T, m, n) |
Functions | |
| template<class T , unsigned m, unsigned n> | |
| void | x_write (std::ostream &os, vnl_matrix_fixed< T, m, n > const &M, std::string name) |
| XML save vnl_matrix_fixed to stream. More... | |
| template<class T , unsigned m, unsigned n> | |
| void | x_write_tree (std::ostream &os, vnl_matrix_fixed< T, m, n > const &M, std::string name) |
| XML save vnl_matrix_fixed as a 3-level tree to stream. More... | |
| #define VNL_XIO_MATRIX_FIXED_INSTANTIATE | ( | T, | |
| m, | |||
| n | |||
| ) |
Definition at line 43 of file vnl_xio_matrix_fixed.hxx.
| void x_write | ( | std::ostream & | os, |
| vnl_matrix_fixed< T, m, n > const & | M, | ||
| std::string | name | ||
| ) |
XML save vnl_matrix_fixed to stream.
Definition at line 11 of file vnl_xio_matrix_fixed.hxx.
| void x_write_tree | ( | std::ostream & | os, |
| vnl_matrix_fixed< T, m, n > const & | M, | ||
| std::string | name | ||
| ) |
XML save vnl_matrix_fixed as a 3-level tree to stream.
Definition at line 25 of file vnl_xio_matrix_fixed.hxx.
1.8.15