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

#include <STL.h>

Inheritance diagram for Magick::pixelColorImage:

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

Collaboration graph
[legend]

Public Member Functions

 pixelColorImage (const unsigned int x_, const unsigned int y_, const Color &color_)
void operator() (Image &image_) const
 pixelColorImage (const unsigned int x_, const unsigned int y_, const Color &color_)
void operator() (Image &image_) const

Private Attributes

unsigned int _x
unsigned int _y
Color _color

Constructor & Destructor Documentation

Magick::pixelColorImage::pixelColorImage const unsigned int  x_,
const unsigned int  y_,
const Color color_
 

Definition at line 1297 of file STL.cpp.

References pixelColorImage().

Referenced by pixelColorImage().

01300 : _x( x_ ), 01301 _y( y_ ), 01302 _color( color_ ) { }

Here is the call graph for this function:

Magick::pixelColorImage::pixelColorImage const unsigned int  x_,
const unsigned int  y_,
const Color color_
 


Member Function Documentation

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

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

Definition at line 1304 of file STL.cpp.

References _color, _x, _y, operator()(), and Magick::Image::pixelColor().

Referenced by operator()().

01305 { 01306 image_.pixelColor( _x, _y, _color ); 01307 }

Here is the call graph for this function:


Field Documentation

Color Magick::pixelColorImage::_color [private]
 

Definition at line 1452 of file STL.h.

Referenced by operator()().

unsigned int Magick::pixelColorImage::_x [private]
 

Definition at line 1450 of file STL.h.

Referenced by operator()().

unsigned int Magick::pixelColorImage::_y [private]
 

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