www/api/Magick++/classMagick_1_1ImageRef.html
| Magick++ 7.1.0 |
Public Member Functions | Static Public Member Functions | List of all members
Magick::ImageRef Class Reference
#include <ImageRef.h>
|
| | | ImageRef (void) | | | | | ImageRef (MagickCore::Image *image_) | | | | | ~ImageRef (void) | | | | size_t | decrease () | | | | MagickCore::Image *& | image (void) | | | | void | increase () | | | | bool | isShared () | | | | void | options (Options *options_) | | | | Options * | options (void) | | | | std::string | signature (const bool force_=false) | | |
|
| | static ImageRef * | replaceImage (ImageRef *imgRef, MagickCore::Image *replacement_) | | |
Definition at line 28 of file ImageRef.h.
| Magick::ImageRef::ImageRef | ( | void | | ) | |
Definition at line 20 of file ImageRef.cpp.
References GetPPException, Magick::Options::imageInfo(), and ThrowPPException.
| Magick::ImageRef::ImageRef | ( | MagickCore::Image * | image_ | ) | |
Definition at line 31 of file ImageRef.cpp.
| Magick::ImageRef::~ImageRef | ( | void | | ) | |
Definition at line 39 of file ImageRef.cpp.
References Magick::Image.
| size_t Magick::ImageRef::decrease | ( | | ) | |
Definition at line 50 of file ImageRef.cpp.
References Magick::throwExceptionExplicit().
| MagickCore::Image *& Magick::ImageRef::image | ( | void | | ) | |
Definition at line 68 of file ImageRef.cpp.
| void Magick::ImageRef::increase | ( | | ) | |
Definition at line 73 of file ImageRef.cpp.
Referenced by Magick::Image::Image(), and Magick::Image::operator=().
| bool Magick::ImageRef::isShared | ( | | ) | |
Definition at line 80 of file ImageRef.cpp.
| void Magick::ImageRef::options | ( | Magick::Options * | options_ | ) | |
Definition at line 91 of file ImageRef.cpp.
Referenced by Magick::Image::Image().
| Magick::Options * Magick::ImageRef::options | ( | void | | ) | |
Definition at line 97 of file ImageRef.cpp.
|
| Magick::ImageRef * Magick::ImageRef::replaceImage | ( | ImageRef * | imgRef, | | | | MagickCore::Image * | replacement_ | | | ) | | |
| static |
Definition at line 102 of file ImageRef.cpp.
References Magick::Image, Magick::MutexLock::lock(), and Magick::MutexLock::unlock().
Referenced by Magick::Image::replaceImage().
| std::string Magick::ImageRef::signature | ( | const bool | force_ = false | ) | |
Definition at line 128 of file ImageRef.cpp.
References GetPPException, and ThrowPPException.
The documentation for this class was generated from the following files: