www/api/Magick++/classMagick_1_1ReadOptions.html
| Magick++ 7.1.0 |
Public Member Functions | List of all members
Magick::ReadOptions Class Reference
#include <STL.h>
|
| | | ReadOptions (void) | | | | | ReadOptions (const ReadOptions &options_) | | | | | ~ReadOptions () | | | | void | density (const Geometry &geomery_) | | | | Geometry | density (void) const | | | | void | depth (size_t depth_) | | | | size_t | depth (void) const | | | | void | ping (const bool flag_) | | | | bool | ping (void) const | | | | void | quiet (const bool quiet_) | | | | bool | quiet (void) const | | | | void | size (const Geometry &geometry_) | | | | Geometry | size (void) const | | | | MagickCore::ImageInfo * | imageInfo (void) | | |
Definition at line 857 of file STL.h.
| Magick::ReadOptions::ReadOptions | ( | void | | ) | |
Definition at line 790 of file STL.cpp.
| Magick::ReadOptions::ReadOptions | ( | const ReadOptions & | options_ | ) | |
Definition at line 798 of file STL.cpp.
| Magick::ReadOptions::~ReadOptions | ( | | ) | |
Definition at line 804 of file STL.cpp.
| void Magick::ReadOptions::density | ( | const Geometry & | geomery_ | ) | |
Definition at line 809 of file STL.cpp.
References Magick::CloneString(), and Magick::Geometry::isValid().
| Magick::Geometry Magick::ReadOptions::density | ( | void | | ) | const |
Definition at line 817 of file STL.cpp.
References Magick::Geometry.
| void Magick::ReadOptions::depth | ( | size_t | depth_ | ) | |
Definition at line 825 of file STL.cpp.
| size_t Magick::ReadOptions::depth | ( | void | | ) | const |
Definition at line 830 of file STL.cpp.
| MagickCore::ImageInfo * Magick::ReadOptions::imageInfo | ( | void | | ) | |
Definition at line 871 of file STL.cpp.
Referenced by Magick::readImages().
| void Magick::ReadOptions::ping | ( | const bool | flag_ | ) | |
Definition at line 835 of file STL.cpp.
Referenced by Magick::pingImages().
| bool Magick::ReadOptions::ping | ( | void | | ) | const |
Definition at line 840 of file STL.cpp.
| void Magick::ReadOptions::quiet | ( | const bool | quiet_ | ) | |
Definition at line 845 of file STL.cpp.
Referenced by Magick::readImages().
| bool Magick::ReadOptions::quiet | ( | void | | ) | const |
Definition at line 850 of file STL.cpp.
| void Magick::ReadOptions::size | ( | const Geometry & | geometry_ | ) | |
Definition at line 855 of file STL.cpp.
References Magick::CloneString(), and Magick::Geometry::isValid().
| Magick::Geometry Magick::ReadOptions::size | ( | void | | ) | const |
Definition at line 863 of file STL.cpp.
References Magick::Geometry.
The documentation for this class was generated from the following files: