image.ipp File Reference


Detailed Description

Inline methods for the claw::graphic::image class.

Author:
Julien Jorge

Definition in file image.ipp.

#include <claw/assert.hpp>

Go to the source code of this file.

Functions

template<typename ImageT, typename PixelT>
claw::graphic::image::base_iterator
< ImageT, PixelT >::self_type 
operator+ (int n, const typename claw::graphic::image::base_iterator< ImageT, PixelT >::self_type &self)
 Get an iterator at a specific distance of the current iterator.


Function Documentation

template<typename ImageT, typename PixelT>
claw::graphic::image::base_iterator<ImageT, PixelT>::self_type operator+ ( int  n,
const typename claw::graphic::image::base_iterator< ImageT, PixelT >::self_type &  self 
) [inline]

Get an iterator at a specific distance of the current iterator.

Parameters:
n The distance of the wanted iterator.
self The reference iterator.

Definition at line 261 of file image.ipp.

00264 {
00265   return self + n;
00266 } // image::base_iterator::operator+()


Generated on Thu Jun 26 09:35:05 2008 for CLAW Library (a C++ Library Absolutely Wonderful) by  doxygen 1.5.6