Classes | Functions
core/vnl/vnl_vector_ref.h File Reference

vnl_vector using user-supplied storage More...

#include <vnl/vnl_vector.h>

Go to the source code of this file.

Classes

class  vnl_vector_ref< T >
 vnl_vector using user-supplied storage. More...

Functions

template<class T >
const vnl_vector_ref< T > vnl_vector_ref_extract (const vnl_vector< T > &v, unsigned start, unsigned len)
 Create a reference vector with part of an existing vector.
template<class T >
vnl_vector_ref< T > vnl_vector_ref_extract (vnl_vector< T > &v, unsigned start, unsigned len)
 Create a reference vector with part of an existing vector.

Detailed Description

vnl_vector using user-supplied storage

Author:
Andrew W. Fitzgibbon, Oxford RRG
Date:
04 Aug 96
    Modifications
     LSB (Manchester) 19/03/2001: Tidied up the documentation
     Peter Vanroose   27-Jun-2003 Removed .txx as all methods are inlined
   

Definition in file vnl_vector_ref.h.


Function Documentation

template<class T >
const vnl_vector_ref<T> vnl_vector_ref_extract ( const vnl_vector< T > &  v,
unsigned  start,
unsigned  len 
) [inline]

Create a reference vector with part of an existing vector.

Definition at line 94 of file vnl_vector_ref.h.

template<class T >
vnl_vector_ref<T> vnl_vector_ref_extract ( vnl_vector< T > &  v,
unsigned  start,
unsigned  len 
) [inline]

Create a reference vector with part of an existing vector.

Definition at line 101 of file vnl_vector_ref.h.