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

#include <STL.h>

Inheritance diagram for Magick::shadeImage:

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

Collaboration graph
[legend]

Public Member Functions

 shadeImage (const double clusterThreshold_=1.0, const double smoothingThreshold_=1.5)
void operator() (Image &image_) const
 shadeImage (const double clusterThreshold_=1.0, const double smoothingThreshold_=1.5)
void operator() (Image &image_) const

Private Attributes

double _clusterThreshold
double _smoothingThreshold

Constructor & Destructor Documentation

Magick::shadeImage::shadeImage const double  clusterThreshold_ = 1.0,
const double  smoothingThreshold_ = 1.5
 

Definition at line 772 of file STL.cpp.

References shadeImage().

Referenced by shadeImage().

00774 : _clusterThreshold( clusterThreshold_ ), 00775 _smoothingThreshold( smoothingThreshold_ ) 00776 { 00777 }

Here is the call graph for this function:

Magick::shadeImage::shadeImage const double  clusterThreshold_ = 1.0,
const double  smoothingThreshold_ = 1.5
 


Member Function Documentation

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

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

Definition at line 778 of file STL.cpp.

References _clusterThreshold, _smoothingThreshold, operator()(), and Magick::Image::shade().

Referenced by operator()().

00779 { 00780 image_.shade( _clusterThreshold, _smoothingThreshold ); 00781 }

Here is the call graph for this function:


Field Documentation

double Magick::shadeImage::_clusterThreshold [private]
 

Definition at line 835 of file STL.h.

Referenced by operator()().

double Magick::shadeImage::_smoothingThreshold [private]
 

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