vnl_vector using user-supplied storage More...
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... | |
vnl_vector using user-supplied storage
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.
|
inline |
Create a reference vector with part of an existing vector.
Definition at line 64 of file vnl_vector_ref.h.
|
inline |
Create a reference vector with part of an existing vector.
Definition at line 71 of file vnl_vector_ref.h.
1.8.15