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

#include <STL.h>

Inheritance diagram for Magick::endianImage:

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

Collaboration graph
[legend]

Public Member Functions

 endianImage (const EndianType endian_)
void operator() (Image &image_) const
 endianImage (const EndianType endian_)
void operator() (Image &image_) const

Private Attributes

EndianType _endian

Constructor & Destructor Documentation

Magick::endianImage::endianImage const EndianType  endian_  ) 
 

Definition at line 1157 of file STL.cpp.

References endianImage().

Referenced by endianImage().

01158 : _endian( endian_ ) 01159 { 01160 }

Here is the call graph for this function:

Magick::endianImage::endianImage const EndianType  endian_  ) 
 


Member Function Documentation

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

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

Definition at line 1161 of file STL.cpp.

References _endian, Magick::Image::endian(), and operator()().

Referenced by operator()().

01162 { 01163 image_.endian( _endian ); 01164 }

Here is the call graph for this function:


Field Documentation

EndianType Magick::endianImage::_endian [private]
 

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