egami
C++ Image Processing program
Functions
/homes/esi30/DCS339/coursework/src/image.cpp File Reference
#include <string>
#include <stdexcept>
#include <gdkmm/pixbuf.h>
#include "image.hpp"
Include dependency graph for image.cpp:

Go to the source code of this file.

Functions

void swap (Image &lhs, Image &rhs) noexcept
void swap (Image::iterator &lhs, Image::iterator &rhs) noexcept
Image::iterator operator+ (Image::iterator lhs, int rhs)
Image::iterator operator+ (int lhs, Image::iterator rhs)
Image::iterator operator- (Image::iterator lhs, int rhs)
int operator- (const Image::iterator &lhs, const Image::iterator &rhs)
void swap (Image::const_iterator &lhs, Image::const_iterator &rhs) noexcept
Image::const_iterator operator+ (Image::const_iterator lhs, int rhs)
Image::const_iterator operator+ (int lhs, Image::const_iterator rhs)
Image::const_iterator operator- (Image::const_iterator lhs, int rhs)
int operator- (const Image::const_iterator &lhs, const Image::const_iterator &rhs)

Function Documentation

Image::iterator operator+ ( Image::iterator  lhs,
int  rhs 
)

Definition at line 392 of file image.cpp.

Image::iterator operator+ ( int  lhs,
Image::iterator  rhs 
)

Definition at line 396 of file image.cpp.

Image::const_iterator operator+ ( Image::const_iterator  lhs,
int  rhs 
)

Definition at line 543 of file image.cpp.

Image::const_iterator operator+ ( int  lhs,
Image::const_iterator  rhs 
)

Definition at line 547 of file image.cpp.

int operator- ( const Image::const_iterator lhs,
const Image::const_iterator rhs 
)

Definition at line 555 of file image.cpp.

Here is the call graph for this function:

Image::const_iterator operator- ( Image::const_iterator  lhs,
int  rhs 
)

Definition at line 551 of file image.cpp.

Image::iterator operator- ( Image::iterator  lhs,
int  rhs 
)

Definition at line 400 of file image.cpp.

int operator- ( const Image::iterator lhs,
const Image::iterator rhs 
)

Definition at line 404 of file image.cpp.

Here is the call graph for this function:

void swap ( Image::iterator lhs,
Image::iterator rhs 
)

Definition at line 256 of file image.cpp.

void swap ( Image::const_iterator lhs,
Image::const_iterator rhs 
)

Definition at line 424 of file image.cpp.

void swap ( Image lhs,
Image rhs 
)

Definition at line 30 of file image.cpp.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends