Macros | Functions
vnl_xio_vector.h File Reference

XML write a vnl_vector Two functions which write a valid XML fragment to an ostream. More...

#include <string>
#include <iosfwd>
#include <vnl/vnl_vector.h>

Go to the source code of this file.

Macros

#define VNL_XIO_VECTOR_INSTANTIATE(T)   extern "Please #include <vnl/xio/vnl_xio_vector.hxx> first"
 

Functions

template<class T >
void x_write (std::ostream &os, vnl_vector< T > const &v, std::string name="vnl_vector")
 XML save vnl_vector to stream. More...
 
template<class T >
void x_write_tree (std::ostream &os, vnl_vector< T > const &v, std::string name="vnl_vector")
 XML save vnl_vector as a 2-level tree to stream. More...
 

Detailed Description

XML write a vnl_vector Two functions which write a valid XML fragment to an ostream.

The vector length is output as an attribute of the (top) node.

Definition in file vnl_xio_vector.h.

Macro Definition Documentation

◆ VNL_XIO_VECTOR_INSTANTIATE

#define VNL_XIO_VECTOR_INSTANTIATE (   T)    extern "Please #include <vnl/xio/vnl_xio_vector.hxx> first"

Definition at line 41 of file vnl_xio_vector.h.

Function Documentation

◆ x_write()

template<class T >
void x_write ( std::ostream &  os,
vnl_vector< T > const &  v,
std::string  name = "vnl_vector" 
)

XML save vnl_vector to stream.

Definition at line 10 of file vnl_xio_vector.hxx.

◆ x_write_tree()

template<class T >
void x_write_tree ( std::ostream &  os,
vnl_vector< T > const &  v,
std::string  name = "vnl_vector" 
)

XML save vnl_vector as a 2-level tree to stream.

Definition at line 21 of file vnl_xio_vector.hxx.