Functions
core/vnl/vnl_copy.h File Reference

Easy conversion between vectors and matrices templated over different types. More...

Go to the source code of this file.

Functions

template<class S , class T >
void vnl_copy (S const *src, T *dst, unsigned n)
 Easy conversion between vectors and matrices templated over different types.
template<class S , class T >
void vnl_copy (S const &, T &)
 Easy conversion between vectors and matrices templated over different types.

Detailed Description

Easy conversion between vectors and matrices templated over different types.

Author:
fsm
   Modifications
     LSB (Manchester) 26/3/01 Tidied documentation
   

Definition in file vnl_copy.h.


Function Documentation

template<class S , class T >
void vnl_copy ( S const *  src,
T *  dst,
unsigned  n 
)

Easy conversion between vectors and matrices templated over different types.

Definition at line 19 of file vnl_copy.cxx.

template<class S , class T >
void vnl_copy ( S const &  ,
T &   
)

Easy conversion between vectors and matrices templated over different types.

Definition at line 26 of file vnl_copy.cxx.