#include <vnl_vector_ref.h>
Inheritance diagram for vnl_vector_ref:


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 () | |
Definition at line 24 of file vnl_vector_ref.h.
|
|||||
|
Definition at line 26 of file vnl_vector_ref.h. |
|
||||||||||||||||
|
Constructor. Do *not* call anything else than the default constructor of vnl_vector<T> Definition at line 31 of file vnl_vector_ref.h. |
|
||||||||||
|
Copy constructor. Definition at line 37 of file vnl_vector_ref.h. |
|
|||||||||
|
Destructor. Prevents base destructor from releasing memory we don't own Definition at line 46 of file vnl_vector_ref.h. |
1.2.15 written by Dimitri van Heesch,
© 1997-2000