Dirac - A Video Codec

Created by the British Broadcasting Corporation.


Public Member Functions | Public Attributes
dirac::MotionVector< T > Class Template Reference

Motion vector class - just a pair.

#include <motion.h>

Inheritance diagram for dirac::MotionVector< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 MotionVector (T a, T b)
 Constructor.
 MotionVector ()
 Default construct - sets components to 0.
 MotionVector (T a)
 Constructor.
MotionVector< T > operator+ (const MotionVector< T > &argument) const
 Addition.
MotionVector< T > operator- (const MotionVector< T > &argument) const
 Subtraction.
MotionVector< T > operator* (const float argument) const
 Scalar multiplication.
MotionVector< T > operator* (const int argument) const
 Scalar multiplication.
MotionVector< T > operator<< (const int argument) const
 Bitshift of each component.
MotionVector< T > operator>> (const int argument) const
 Bitshift of each component.
T & operator[] (const int pos)
 Array-style element access.
const T & operator[] (const int pos) const
 Array-style element access.

Public Attributes

x
 x and y components
y

Constructor & Destructor Documentation

template<class T>
dirac::MotionVector< T >::MotionVector ( a,
b 
)
inline
template<class T>
dirac::MotionVector< T >::MotionVector ( )
inline
template<class T>
dirac::MotionVector< T >::MotionVector ( a)
inline

Member Function Documentation

template<class T >
MotionVector< T > dirac::MotionVector< T >::operator* ( const float  argument) const
inline
template<class T >
MotionVector< T > dirac::MotionVector< T >::operator* ( const int  argument) const
inline
template<class T>
MotionVector< T > dirac::MotionVector< T >::operator+ ( const MotionVector< T > &  argument) const
inline
template<class T>
MotionVector< T > dirac::MotionVector< T >::operator- ( const MotionVector< T > &  argument) const
inline
template<class T >
MotionVector< T > dirac::MotionVector< T >::operator<< ( const int  argument) const
inline
template<class T >
MotionVector< T > dirac::MotionVector< T >::operator>> ( const int  argument) const
inline
template<class T>
T& dirac::MotionVector< T >::operator[] ( const int  pos)
inline
template<class T>
const T& dirac::MotionVector< T >::operator[] ( const int  pos) const
inline

Member Data Documentation

template<class T>
T dirac::MotionVector< T >::x
template<class T>
T dirac::MotionVector< T >::y

The documentation for this class was generated from the following file:

© 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.