mimas::const_image_ref< T, TPtr >::const_iterator::MoveY Struct Reference

#include <image_ref.h>

Collaboration diagram for mimas::const_image_ref< T, TPtr >::const_iterator::MoveY:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 MoveY (unsigned int width=0)
void operator++ (void)
void operator++ (int)
void operator-- (void)
void operator-- (int)
MoveYoperator+= (int n)
MoveYoperator-= (int n)
int operator- (const MoveY &y2) const
MoveYoperator= (const MoveY &y2)
bool operator== (const MoveY &y2) const
bool operator< (const MoveY &y2) const

Public Attributes

unsigned int width
unsigned int offset

Detailed Description

template<typename T, typename TPtr = const T*>
struct mimas::const_image_ref< T, TPtr >::const_iterator::MoveY

Definition at line 47 of file image_ref.h.


Constructor & Destructor Documentation

template<typename T, typename TPtr = const T*>
mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::MoveY ( unsigned int  width = 0  )  [inline]

Definition at line 48 of file image_ref.h.


Member Function Documentation

template<typename T, typename TPtr = const T*>
void mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator++ ( void   )  [inline]

Definition at line 52 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, and mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width.

template<typename T, typename TPtr = const T*>
void mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator++ ( int   )  [inline]

Definition at line 58 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, and mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width.

template<typename T, typename TPtr = const T*>
void mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator-- ( void   )  [inline]

Definition at line 62 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, and mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width.

template<typename T, typename TPtr = const T*>
void mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator-- ( int   )  [inline]

Definition at line 68 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, and mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width.

template<typename T, typename TPtr = const T*>
MoveY& mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator+= ( int  n  )  [inline]

Definition at line 72 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, and mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width.

template<typename T, typename TPtr = const T*>
MoveY& mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator-= ( int  n  )  [inline]

Definition at line 78 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, and mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width.

template<typename T, typename TPtr = const T*>
int mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator- ( const MoveY y2  )  const [inline]

Definition at line 84 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, and mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width.

template<typename T, typename TPtr = const T*>
MoveY& mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator= ( const MoveY y2  )  [inline]

Definition at line 89 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, and mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width.

template<typename T, typename TPtr = const T*>
bool mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator== ( const MoveY y2  )  const [inline]

Definition at line 96 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, and mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width.

template<typename T, typename TPtr = const T*>
bool mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator< ( const MoveY y2  )  const [inline]

Definition at line 101 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset.


Member Data Documentation

template<typename T, typename TPtr = const T*>
unsigned int mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width

Definition at line 106 of file image_ref.h.

Referenced by mimas::const_image_ref< T, TPtr >::const_iterator::const_iterator(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator++(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator+=(), mimas::const_image_ref< T, TPtr >::const_iterator::operator-(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator-(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator--(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator-=(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator=(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator==(), and mimas::const_image_ref< T, TPtr >::const_iterator::operator[]().

template<typename T, typename TPtr = const T*>
unsigned int mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset

Definition at line 107 of file image_ref.h.

Referenced by mimas::const_image_ref< T, TPtr >::const_iterator::const_iterator(), mimas::const_image_ref< T, TPtr >::const_iterator::operator *(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator++(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator+=(), mimas::const_image_ref< T, TPtr >::const_iterator::operator-(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator-(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator--(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator-=(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator<(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator=(), mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::operator==(), and mimas::const_image_ref< T, TPtr >::const_iterator::operator[]().


The documentation for this struct was generated from the following file:
[GNU/Linux] [Qt] [Mesa] [STL] [Lapack] [Boost] [Magick++] [Xalan-C and Xerces-C] [doxygen] [graphviz] [FFTW] [popt] [xine] [Gnuplot] [gnu-arch] [gcc] [gstreamer] [autoconf/automake/make] [freshmeat.net] [opensource.org] [sourceforge.net] [MMVL]
mimas 2.1 - Copyright Mon Oct 30 11:31:33 2006, Bala Amavasai, Stuart Meikle, Arul Selvan, Fabio Caparrelli, Jan Wedekind, Manuel Boissenin, ...