Functions
vnl_copy.h File Reference

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

#include "vnl/vnl_export.h"

Go to the source code of this file.

Functions

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

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

◆ vnl_copy() [1/2]

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

Easy conversion between vectors and matrices templated over different types.

Definition at line 15 of file vnl_copy.cxx.

◆ vnl_copy() [2/2]

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

Easy conversion between vectors and matrices templated over different types.

Definition at line 22 of file vnl_copy.cxx.