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

#include <STL.h>

Inheritance diagram for Magick::boxColorImage:

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

Collaboration graph
[legend]

Public Member Functions

 boxColorImage (const Color &boxColor_)
void operator() (Image &image_) const
 boxColorImage (const Color &boxColor_)
void operator() (Image &image_) const

Private Attributes

Color _boxColor

Constructor & Destructor Documentation

Magick::boxColorImage::boxColorImage const Color boxColor_  ) 
 

Definition at line 1036 of file STL.cpp.

References boxColorImage().

Referenced by boxColorImage().

01037 : _boxColor( boxColor_ ) { }

Here is the call graph for this function:

Magick::boxColorImage::boxColorImage const Color boxColor_  ) 
 


Member Function Documentation

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

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

Definition at line 1039 of file STL.cpp.

References _boxColor, Magick::Image::boxColor(), and operator()().

Referenced by operator()().

01040 { 01041 image_.boxColor( _boxColor ); 01042 }

Here is the call graph for this function:


Field Documentation

Color Magick::boxColorImage::_boxColor [private]
 

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