Classes | Functions
vnl_vector_ref.h File Reference

vnl_vector using user-supplied storage More...

#include <vnl/vnl_vector.h>
#include "vnl/vnl_export.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. More...
 
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. More...
 

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 .hxx as all methods are inlined

Definition in file vnl_vector_ref.h.

Function Documentation

◆ vnl_vector_ref_extract() [1/2]

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 64 of file vnl_vector_ref.h.

◆ vnl_vector_ref_extract() [2/2]

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 71 of file vnl_vector_ref.h.