Macros | Functions
vnl_xio_matrix_fixed.hxx File Reference
#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...
 

Macro Definition Documentation

◆ VNL_XIO_MATRIX_FIXED_INSTANTIATE

#define VNL_XIO_MATRIX_FIXED_INSTANTIATE (   T,
  m,
 
)
Value:
template void x_write(std::ostream &, vnl_matrix_fixed<T,m,n > const&, std::string); \
template void x_write_tree(std::ostream &, vnl_matrix_fixed<T,m,n > const&, std::string)
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.
Fixed size, stack-stored, space-efficient matrix.
Definition: vnl_fwd.h:23
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 43 of file vnl_xio_matrix_fixed.hxx.

Function Documentation

◆ x_write()

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.

Definition at line 11 of file vnl_xio_matrix_fixed.hxx.

◆ x_write_tree()

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.

Definition at line 25 of file vnl_xio_matrix_fixed.hxx.