Created by the British Broadcasting Corporation.
Motion vector class - just a pair.
#include <motion.h>
dirac::MotionVector< T >::MotionVector | ( | T | a, |
T | b | ||
) | [inline] |
dirac::MotionVector< T >::MotionVector | ( | ) | [inline] |
dirac::MotionVector< T >::MotionVector | ( | T | a | ) | [inline] |
MotionVector< T > dirac::MotionVector< T >::operator* | ( | const float | argument | ) | const [inline] |
References dirac::MotionVector< T >::x, and dirac::MotionVector< T >::y.
MotionVector< T > dirac::MotionVector< T >::operator* | ( | const int | argument | ) | const [inline] |
References dirac::MotionVector< T >::x, and dirac::MotionVector< T >::y.
MotionVector< T > dirac::MotionVector< T >::operator+ | ( | const MotionVector< T > & | argument | ) | const [inline] |
References dirac::MotionVector< T >::x, and dirac::MotionVector< T >::y.
MotionVector< T > dirac::MotionVector< T >::operator- | ( | const MotionVector< T > & | argument | ) | const [inline] |
References dirac::MotionVector< T >::x, and dirac::MotionVector< T >::y.
MotionVector< T > dirac::MotionVector< T >::operator<< | ( | const int | argument | ) | const [inline] |
References dirac::MotionVector< T >::x, and dirac::MotionVector< T >::y.
MotionVector< T > dirac::MotionVector< T >::operator>> | ( | const int | argument | ) | const [inline] |
References dirac::MotionVector< T >::x, and dirac::MotionVector< T >::y.
const T& dirac::MotionVector< T >::operator[] | ( | const int | pos | ) | const [inline] |
T& dirac::MotionVector< T >::operator[] | ( | const int | pos | ) | [inline] |
T dirac::MotionVector< T >::x |
Referenced by dirac::Norm1(), dirac::Norm2(), dirac::MotionVector< T >::operator*(), dirac::MotionVector< T >::operator+(), dirac::MotionVector< T >::operator-(), dirac::operator<<(), dirac::MotionVector< T >::operator<<(), dirac::operator>>(), dirac::MotionVector< T >::operator>>(), and dirac::MotionVector< int >::operator[]().
T dirac::MotionVector< T >::y |
Referenced by dirac::Norm1(), dirac::Norm2(), dirac::MotionVector< T >::operator*(), dirac::MotionVector< T >::operator+(), dirac::MotionVector< T >::operator-(), dirac::MotionVector< T >::operator<<(), dirac::operator>>(), dirac::MotionVector< T >::operator>>(), and dirac::MotionVector< int >::operator[]().
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.