Powered by Pair ImageMagick logo
Image Magick
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages

Magick::cycleColormapImage Class Reference

#include <STL.h>

Inheritance diagram for Magick::cycleColormapImage:

Inheritance graph
[legend]
Collaboration diagram for Magick::cycleColormapImage:

Collaboration graph
[legend]

Public Member Functions

 cycleColormapImage (const int amount_)
void operator() (Image &image_) const
 cycleColormapImage (const int amount_)
void operator() (Image &image_) const

Private Attributes

int _amount

Constructor & Destructor Documentation

Magick::cycleColormapImage::cycleColormapImage const int  amount_  ) 
 

Definition at line 228 of file STL.cpp.

References cycleColormapImage().

Referenced by cycleColormapImage().

00229 : _amount( amount_ ) 00230 { 00231 }

Here is the call graph for this function:

Magick::cycleColormapImage::cycleColormapImage const int  amount_  ) 
 


Member Function Documentation

void Magick::cycleColormapImage::operator() Image image_  )  const
 

void Magick::cycleColormapImage::operator() Image image_  )  const
 

Definition at line 232 of file STL.cpp.

References _amount, Magick::Image::cycleColormap(), and operator()().

Referenced by operator()().

00233 { 00234 image_.cycleColormap( _amount ); 00235 }

Here is the call graph for this function:


Field Documentation

int Magick::cycleColormapImage::_amount [private]
 

Definition at line 278 of file STL.h.

Referenced by operator()().


The documentation for this class was generated from the following files:
Generated on Mon Oct 25 13:48:16 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC