mimas::const_image_ref< T, TPtr >::const_iterator Class Reference

#include <image_ref.h>

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef T value_type
typedef const value_typeMoveX

Public Member Functions

 const_iterator (const value_type *data=NULL, unsigned int width=0)
 const_iterator (const const_iterator &rhs)
const_iteratoroperator= (const const_iterator &rhs)
const_iteratoroperator+= (const dist2D &dist)
const_iteratoroperator-= (const dist2D &dist)
const_iterator operator+ (const dist2D &dist) const
const_iterator operator- (const dist2D &dist) const
dist2D operator- (const const_iterator &rhs) const
bool operator== (const const_iterator &imIt) const
const value_typeoperator * ()
const value_type operator * () const
const value_typeoperator[] (const dist2D dist)
const value_type operator[] (const dist2D dist) const

Public Attributes

MoveX x
MoveY y

Classes

struct  MoveY

Detailed Description

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

Definition at line 42 of file image_ref.h.


Member Typedef Documentation

template<typename T, typename TPtr = const T*>
typedef T mimas::const_image_ref< T, TPtr >::const_iterator::value_type

Definition at line 44 of file image_ref.h.

template<typename T, typename TPtr = const T*>
typedef const value_type* mimas::const_image_ref< T, TPtr >::const_iterator::MoveX

Definition at line 45 of file image_ref.h.


Constructor & Destructor Documentation

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

Definition at line 113 of file image_ref.h.

template<typename T, typename TPtr = const T*>
mimas::const_image_ref< T, TPtr >::const_iterator::const_iterator ( const const_iterator rhs  )  [inline]

Definition at line 116 of file image_ref.h.

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


Member Function Documentation

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

Definition at line 123 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::x, and mimas::const_image_ref< T, TPtr >::const_iterator::y.

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

Definition at line 130 of file image_ref.h.

References mimas::dist2D::height, mimas::dist2D::width, mimas::const_image_ref< T, TPtr >::const_iterator::x, and mimas::const_image_ref< T, TPtr >::const_iterator::y.

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

Definition at line 137 of file image_ref.h.

References mimas::dist2D::height, mimas::dist2D::width, mimas::const_image_ref< T, TPtr >::const_iterator::x, and mimas::const_image_ref< T, TPtr >::const_iterator::y.

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

Definition at line 144 of file image_ref.h.

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

Definition at line 151 of file image_ref.h.

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

Definition at line 159 of file image_ref.h.

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

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

Definition at line 170 of file image_ref.h.

References mimas::const_image_ref< T, TPtr >::const_iterator::x, and mimas::const_image_ref< T, TPtr >::const_iterator::y.

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

Definition at line 175 of file image_ref.h.

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

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

Definition at line 180 of file image_ref.h.

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

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

Definition at line 185 of file image_ref.h.

References mimas::dist2D::height, mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width, mimas::dist2D::width, mimas::const_image_ref< T, TPtr >::const_iterator::x, and mimas::const_image_ref< T, TPtr >::const_iterator::y.

template<typename T, typename TPtr = const T*>
const value_type mimas::const_image_ref< T, TPtr >::const_iterator::operator[] ( const dist2D  dist  )  const [inline]

Definition at line 190 of file image_ref.h.

References mimas::dist2D::height, mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::offset, mimas::const_image_ref< T, TPtr >::const_iterator::MoveY::width, mimas::dist2D::width, mimas::const_image_ref< T, TPtr >::const_iterator::x, and mimas::const_image_ref< T, TPtr >::const_iterator::y.


Member Data Documentation

template<typename T, typename TPtr = const T*>
MoveX mimas::const_image_ref< T, TPtr >::const_iterator::x

Definition at line 110 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::operator+=(), mimas::const_image_ref< T, TPtr >::const_iterator::operator-(), mimas::const_image_ref< T, TPtr >::const_iterator::operator-=(), mimas::const_image_ref< T, TPtr >::const_iterator::operator=(), mimas::const_image_ref< T, TPtr >::const_iterator::operator==(), and mimas::const_image_ref< T, TPtr >::const_iterator::operator[]().

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

Definition at line 111 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::operator+=(), mimas::const_image_ref< T, TPtr >::const_iterator::operator-(), mimas::const_image_ref< T, TPtr >::const_iterator::operator-=(), mimas::const_image_ref< T, TPtr >::const_iterator::operator=(), mimas::const_image_ref< T, TPtr >::const_iterator::operator==(), and mimas::const_image_ref< T, TPtr >::const_iterator::operator[]().


The documentation for this class 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, ...