Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

vnl_vector_ref< T > Class Template Reference

#include <vnl_vector_ref.h>

Inheritance diagram for vnl_vector_ref:

Inheritance graph
[legend]
Collaboration diagram for vnl_vector_ref< T >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef vnl_vector< T > Base

Public Methods

 vnl_vector_ref (int n, T *space)
 vnl_vector_ref (vnl_vector_ref< T > const &v)
 ~vnl_vector_ref ()

Detailed Description

template<class T>
class vnl_vector_ref< T >

vnl_vector using user-supplied storage. vnl_vector for which the data space has been supplied externally.

Definition at line 24 of file vnl_vector_ref.h.


Member Typedef Documentation

template<class T>
typedef vnl_vector<T> vnl_vector_ref< T >::Base
 

Definition at line 26 of file vnl_vector_ref.h.


Constructor & Destructor Documentation

template<class T>
vnl_vector_ref< T >::vnl_vector_ref int    n,
T *    space
[inline]
 

Constructor. Do *not* call anything else than the default constructor of vnl_vector<T>

Definition at line 31 of file vnl_vector_ref.h.

template<class T>
vnl_vector_ref< T >::vnl_vector_ref vnl_vector_ref< T > const &    v [inline]
 

Copy constructor.

Definition at line 37 of file vnl_vector_ref.h.

template<class T>
vnl_vector_ref< T >::~vnl_vector_ref   [inline]
 

Destructor. Prevents base destructor from releasing memory we don't own

Definition at line 46 of file vnl_vector_ref.h.


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:17:42 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000