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

#include <STL.h>

Inheritance diagram for Magick::backgroundTextureImage:

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

Collaboration graph
[legend]

Public Member Functions

 backgroundTextureImage (const std::string &backgroundTexture_)
void operator() (Image &image_) const
 backgroundTextureImage (const std::string &backgroundTexture_)
void operator() (Image &image_) const

Private Attributes

std::string _backgroundTexture

Constructor & Destructor Documentation

Magick::backgroundTextureImage::backgroundTextureImage const std::string &  backgroundTexture_  ) 
 

Definition at line 1016 of file STL.cpp.

References backgroundTextureImage().

Referenced by backgroundTextureImage().

01017 : _backgroundTexture( backgroundTexture_ ) 01018 { 01019 }

Here is the call graph for this function:

Magick::backgroundTextureImage::backgroundTextureImage const std::string &  backgroundTexture_  ) 
 


Member Function Documentation

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

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

Definition at line 1020 of file STL.cpp.

References _backgroundTexture, Magick::Image::backgroundTexture(), and operator()().

Referenced by operator()().

01021 { 01022 image_.backgroundTexture( _backgroundTexture ); 01023 }

Here is the call graph for this function:


Field Documentation

std::string Magick::backgroundTextureImage::_backgroundTexture [private]
 

Definition at line 1117 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