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

vnl_vector_fixed.h File Reference

Fixed length stack-stored vnl_vector. More...

Go to the source code of this file.

Compounds

class  vnl_vector_fixed

Functions

template<class T, int n> vnl_vector_fixed< T, n > element_product (vnl_vector_fixed< T, n > const &, vnl_vector_fixed< T, n > const &)
template<class T, int n> vnl_vector_fixed< T, n > element_quotient (vnl_vector_fixed< T, n > const &, vnl_vector_fixed< T, n > const &)
template<class T, int n> vnl_vector_fixed< T, n > operator+ (T const t, vnl_vector_fixed< T, n > const &rhs)
template<class T, int n> vnl_vector_fixed< T, n > operator- (T const t, vnl_vector_fixed< T, n > const &rhs)
template<class T, int n> vnl_vector_fixed< T, n > operator * (T const t, vnl_vector_fixed< T, n > const &rhs)
vnl_vector_fixed< double, 3 > cross_3d (vnl_vector_fixed< double, 3 > const &vect1, vnl_vector_fixed< double, 3 > const &vect2)
vnl_vector_fixed< float, 3 > cross_3d (vnl_vector_fixed< float, 3 > const &vect1, vnl_vector_fixed< float, 3 > const &vect2)
vnl_vector_fixed< int, 3 > cross_3d (vnl_vector_fixed< int, 3 > const &vect1, vnl_vector_fixed< int, 3 > const &vect2)


Detailed Description

Fixed length stack-stored vnl_vector.

Author:
Andrew W. Fitzgibbon, Oxford RRG, 04 Aug 96

Definition in file vnl_vector_fixed.h.


Function Documentation

vnl_vector_fixed<int,3> cross_3d vnl_vector_fixed< int, 3 > const &    vect1,
vnl_vector_fixed< int, 3 > const &    vect2
 

vnl_vector_fixed<float,3> cross_3d vnl_vector_fixed< float, 3 > const &    vect1,
vnl_vector_fixed< float, 3 > const &    vect2
 

vnl_vector_fixed<double,3> cross_3d vnl_vector_fixed< double, 3 > const &    vect1,
vnl_vector_fixed< double, 3 > const &    vect2
 

template<class T, int n>
vnl_vector_fixed< T, n > element_product vnl_vector_fixed< T, n > const &   ,
vnl_vector_fixed< T, n > const &   
[inline]
 

Definition at line 197 of file vnl_vector_fixed.h.

template<class T, int n>
vnl_vector_fixed< T, n > element_quotient vnl_vector_fixed< T, n > const &   ,
vnl_vector_fixed< T, n > const &   
[inline]
 

Definition at line 206 of file vnl_vector_fixed.h.

Referenced by vnl_vector_fixed< T, 4 >::update().

template<class T, int n>
vnl_vector_fixed<T,n> operator * T const    t,
vnl_vector_fixed< T, n > const &    rhs
[inline]
 

Definition at line 193 of file vnl_vector_fixed.h.

template<class T, int n>
vnl_vector_fixed<T,n> operator+ T const    t,
vnl_vector_fixed< T, n > const &    rhs
[inline]
 

Definition at line 185 of file vnl_vector_fixed.h.

template<class T, int n>
vnl_vector_fixed<T,n> operator- T const    t,
vnl_vector_fixed< T, n > const &    rhs
[inline]
 

Definition at line 189 of file vnl_vector_fixed.h.


Generated at Fri May 21 01:16:10 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000