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::spreadImage Class Reference

#include <STL.h>

Inheritance diagram for Magick::spreadImage:

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

Collaboration graph
[legend]

Public Member Functions

 spreadImage (const unsigned int amount_=3)
void operator() (Image &image_) const
 spreadImage (const unsigned int amount_=3)
void operator() (Image &image_) const

Private Attributes

unsigned int _amount

Constructor & Destructor Documentation

Magick::spreadImage::spreadImage const unsigned int  amount_ = 3  ) 
 

Definition at line 828 of file STL.cpp.

References spreadImage().

Referenced by spreadImage().

00829 : _amount( amount_ ) 00830 { 00831 }

Here is the call graph for this function:

Magick::spreadImage::spreadImage const unsigned int  amount_ = 3  ) 
 


Member Function Documentation

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

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

Definition at line 832 of file STL.cpp.

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

Referenced by operator()().

00833 { 00834 image_.spread( _amount ); 00835 }

Here is the call graph for this function:


Field Documentation

unsigned int Magick::spreadImage::_amount [private]
 

Definition at line 901 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:21 2004 for ImageMagick by doxygen 1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC