The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

MPIImagePyramid::const_iterator Class Reference

#include <mpiimage.h>

List of all members.

Public Member Functions

 const_iterator (const MPIImagePyramid &ref, const int &pos)
 const_iterator (const MPIImagePyramid &ref, const int &pos)
 const_iterator (const MPIImagePyramid &ref, const int &pos)
 const_iterator (const MPIImagePyramid &ref, const int &pos)
float getScale ()
int getScale (float &sf)
float getScale ()
int getScale (float &sf)
float getScale ()
int getScale (float &sf)
float getScale ()
int getScale (float &sf)
MPIScaledImage< T > operator * () const
MPIScaledImage< T > operator * () const
MPIScaledImage< T > operator * () const
MPIScaledImage< T > operator * () const
bool operator!= (const self &x) const
bool operator!= (const self &x) const
bool operator!= (const self &x) const
bool operator!= (const self &x) const
self operator++ (int)
selfoperator++ ()
self operator++ (int)
selfoperator++ ()
self operator++ (int)
selfoperator++ ()
self operator++ (int)
selfoperator++ ()
self operator-- (int)
selfoperator-- ()
self operator-- (int)
selfoperator-- ()
self operator-- (int)
selfoperator-- ()
self operator-- (int)
selfoperator-- ()

Private Types

typedef const_iterator self
typedef const_iterator self
typedef const_iterator self
typedef const_iterator self

Private Attributes

int m_pos
const MPIImagePyramid< T > & m_ref
const MPIImagePyramid< T > & m_ref
const MPIImagePyramid< T > & m_ref
const MPIImagePyramid< T > & m_ref

template<class T>
class MPIImagePyramid< T >::const_iterator


Member Typedef Documentation

typedef const_iterator self [private]
 

Definition at line 261 of file src/mpiimage.h.

typedef const_iterator self [private]
 

Definition at line 285 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

typedef const_iterator self [private]
 

Definition at line 285 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

typedef const_iterator self [private]
 

Definition at line 285 of file mac/build/mpisearch.framework/Headers/mpiimage.h.


Constructor & Destructor Documentation

const_iterator const MPIImagePyramid ref,
const int &  pos
[inline]
 

Definition at line 289 of file mac/build/mpisearch.framework/Headers/mpiimage.h.

00289                                                                : m_ref(ref), m_pos(pos) {
00290       //;//cout << "scale iterator: m_pos="<<m_pos<<endl;
00291     }

const_iterator const MPIImagePyramid ref,
const int &  pos
[inline]
 

Definition at line 289 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

00289                                                                : m_ref(ref), m_pos(pos) {
00290       //;//cout << "scale iterator: m_pos="<<m_pos<<endl;
00291     }

const_iterator const MPIImagePyramid ref,
const int &  pos
[inline]
 

Definition at line 289 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

00289                                                                : m_ref(ref), m_pos(pos) {
00290       //;//cout << "scale iterator: m_pos="<<m_pos<<endl;
00291     }

const_iterator const MPIImagePyramid ref,
const int &  pos
[inline]
 

Definition at line 265 of file src/mpiimage.h.

00265                                                                : m_ref(ref), m_pos(pos) {
00266       //;//cout << "scale iterator: m_pos="<<m_pos<<endl;
00267     }


Member Function Documentation

float getScale  )  [inline]
 

Definition at line 281 of file src/mpiimage.h.

References MPIImagePyramid::scale_factors.

00281 {return m_ref.scale_factors[m_pos];}

int getScale float &  sf  )  [inline]
 

Definition at line 280 of file src/mpiimage.h.

References MPIImagePyramid::scale_factors.

00280 {sf = m_ref.scale_factors[m_pos]; return m_pos; }

float getScale  )  [inline]
 

Definition at line 305 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

References MPIImagePyramid::scale_factors.

00305 {return m_ref.scale_factors[m_pos];}

int getScale float &  sf  )  [inline]
 

Definition at line 304 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

References MPIImagePyramid::scale_factors.

00304 {sf = m_ref.scale_factors[m_pos]; return m_pos; }

float getScale  )  [inline]
 

Definition at line 305 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

References MPIImagePyramid::scale_factors.

00305 {return m_ref.scale_factors[m_pos];}

int getScale float &  sf  )  [inline]
 

Definition at line 304 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

References MPIImagePyramid::scale_factors.

00304 {sf = m_ref.scale_factors[m_pos]; return m_pos; }

float getScale  )  [inline]
 

Definition at line 305 of file mac/build/mpisearch.framework/Headers/mpiimage.h.

References MPIImagePyramid::scale_factors.

00305 {return m_ref.scale_factors[m_pos];}

int getScale float &  sf  )  [inline]
 

Definition at line 304 of file mac/build/mpisearch.framework/Headers/mpiimage.h.

References MPIImagePyramid::scale_factors.

00304 {sf = m_ref.scale_factors[m_pos]; return m_pos; }

MPIScaledImage<T> operator *  )  const [inline]
 

Definition at line 277 of file src/mpiimage.h.

00277 { return MPIScaledImage<T>(m_ref, m_pos);}

MPIScaledImage<T> operator *  )  const [inline]
 

Definition at line 301 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

00301 { return MPIScaledImage<T>(m_ref, m_pos);}

MPIScaledImage<T> operator *  )  const [inline]
 

Definition at line 301 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

00301 { return MPIScaledImage<T>(m_ref, m_pos);}

MPIScaledImage<T> operator *  )  const [inline]
 

Definition at line 301 of file mac/build/mpisearch.framework/Headers/mpiimage.h.

00301 { return MPIScaledImage<T>(m_ref, m_pos);}

bool operator!= const self x  )  const [inline]
 

Definition at line 279 of file src/mpiimage.h.

References m_pos.

00279 { return m_pos != x.m_pos; }

bool operator!= const self x  )  const [inline]
 

Definition at line 303 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

References m_pos.

00303 { return m_pos != x.m_pos; }

bool operator!= const self x  )  const [inline]
 

Definition at line 303 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

References m_pos.

00303 { return m_pos != x.m_pos; }

bool operator!= const self x  )  const [inline]
 

Definition at line 303 of file mac/build/mpisearch.framework/Headers/mpiimage.h.

References m_pos.

00303 { return m_pos != x.m_pos; }

self operator++ int   )  [inline]
 

Definition at line 271 of file src/mpiimage.h.

00271 { self tmp = *this; ++m_pos; return tmp; }

self& operator++  )  [inline]
 

Definition at line 269 of file src/mpiimage.h.

00269 { ++m_pos; return *this; }

self operator++ int   )  [inline]
 

Definition at line 295 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

00295 { self tmp = *this; ++m_pos; return tmp; }

self& operator++  )  [inline]
 

Definition at line 293 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

00293 { ++m_pos; return *this; }

self operator++ int   )  [inline]
 

Definition at line 295 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

00295 { self tmp = *this; ++m_pos; return tmp; }

self& operator++  )  [inline]
 

Definition at line 293 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

00293 { ++m_pos; return *this; }

self operator++ int   )  [inline]
 

Definition at line 295 of file mac/build/mpisearch.framework/Headers/mpiimage.h.

00295 { self tmp = *this; ++m_pos; return tmp; }

self& operator++  )  [inline]
 

Definition at line 293 of file mac/build/mpisearch.framework/Headers/mpiimage.h.

00293 { ++m_pos; return *this; }

self operator-- int   )  [inline]
 

Definition at line 275 of file src/mpiimage.h.

00275 { self tmp = *this; --m_pos; return tmp; }

self& operator--  )  [inline]
 

Definition at line 273 of file src/mpiimage.h.

00273 { --m_pos; return *this; }

self operator-- int   )  [inline]
 

Definition at line 299 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

00299 { self tmp = *this; --m_pos; return tmp; }

self& operator--  )  [inline]
 

Definition at line 297 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

00297 { --m_pos; return *this; }

self operator-- int   )  [inline]
 

Definition at line 299 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

00299 { self tmp = *this; --m_pos; return tmp; }

self& operator--  )  [inline]
 

Definition at line 297 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

00297 { --m_pos; return *this; }

self operator-- int   )  [inline]
 

Definition at line 299 of file mac/build/mpisearch.framework/Headers/mpiimage.h.

00299 { self tmp = *this; --m_pos; return tmp; }

self& operator--  )  [inline]
 

Definition at line 297 of file mac/build/mpisearch.framework/Headers/mpiimage.h.

00297 { --m_pos; return *this; }


Member Data Documentation

int m_pos [private]
 

Definition at line 263 of file src/mpiimage.h.

Referenced by operator!=().

const MPIImagePyramid<T>& m_ref [private]
 

Definition at line 262 of file src/mpiimage.h.

const MPIImagePyramid<T>& m_ref [private]
 

Definition at line 286 of file mac/build/mpisearch.framework/Versions/Current/Headers/mpiimage.h.

const MPIImagePyramid<T>& m_ref [private]
 

Definition at line 286 of file mac/build/mpisearch.framework/Versions/A/Headers/mpiimage.h.

const MPIImagePyramid<T>& m_ref [private]
 

Definition at line 286 of file mac/build/mpisearch.framework/Headers/mpiimage.h.


The documentation for this class was generated from the following files:
Generated on Mon Nov 8 17:08:37 2004 for MPT by  doxygen 1.3.9.1