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. | |
vnl_vector using user-supplied storage
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.
| 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.
| 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.
1.7.5.1