Macros | Functions
vnl_xio_vector_fixed.hxx File Reference
#include "vnl_xio_vector_fixed.h"
#include <vsl/vsl_basic_xml_element.h>

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...
 

Macro Definition Documentation

◆ VNL_XIO_VECTOR_FIXED_INSTANTIATE

#define VNL_XIO_VECTOR_FIXED_INSTANTIATE (   T,
 
)
Value:
template void x_write(std::ostream &, vnl_vector_fixed<T,n > const&, std::string); \
template void x_write_tree(std::ostream &, vnl_vector_fixed<T,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 length stack-stored, space-efficient vector.
Definition: vnl_fwd.h:22
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 34 of file vnl_xio_vector_fixed.hxx.

Function Documentation

◆ x_write()

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.

Definition at line 10 of file vnl_xio_vector_fixed.hxx.

◆ x_write_tree()

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.

Definition at line 21 of file vnl_xio_vector_fixed.hxx.