www/api/Magick++/classMagick_1_1Geometry.html
| Magick++ 7.1.0 |
Public Member Functions | List of all members
Magick::Geometry Class Reference
#include <Geometry.h>
|
| | | Geometry () | | | | | Geometry (const char *geometry_) | | | | | Geometry (const Geometry &geometry_) | | | | | Geometry (const std::string &geometry_) | | | | | Geometry (size_t width_, size_t height_,::ssize_t xOff_=0, ::ssize_t yOff_=0) | | | | | ~Geometry (void) | | | | const Geometry & | operator= (const char *geometry_) | | | | Geometry & | operator= (const Geometry &Geometry_) | | | | const Geometry & | operator= (const std::string &geometry_) | | | | | operator std::string () const | | | | void | aspect (bool aspect_) | | | | bool | aspect (void) const | | | | void | fillArea (bool fillArea_) | | | | bool | fillArea (void) const | | | | void | greater (bool greater_) | | | | bool | greater (void) const | | | | void | height (size_t height_) | | | | size_t | height (void) const | | | | void | isValid (bool isValid_) | | | | bool | isValid (void) const | | | | void | less (bool less_) | | | | bool | less (void) const | | | | void | limitPixels (bool limitPixels_) | | | | bool | limitPixels (void) const | | | | void | percent (bool percent_) | | | | bool | percent (void) const | | | | void | width (size_t width_) | | | | size_t | width (void) const | | | | void | xOff (::ssize_t xOff_) | | | | ::ssize_t | xOff (void) const | | | | void | yOff (::ssize_t yOff_) | | | | ::ssize_t | yOff (void) const | | | | | Geometry (const MagickCore::RectangleInfo &rectangle_) | | | | const Geometry & | operator= (const MagickCore::RectangleInfo &rectangle_) | | | | | operator MagickCore::RectangleInfo () const | | |
Definition at line 37 of file Geometry.h.
| Magick::Geometry::Geometry | ( | void | | ) | |
Definition at line 72 of file Geometry.cpp.
| Magick::Geometry::Geometry | ( | const char * | geometry_ | ) | |
Definition at line 87 of file Geometry.cpp.
| Magick::Geometry::Geometry | ( | const Geometry & | geometry_ | ) | |
Definition at line 103 of file Geometry.cpp.
| Magick::Geometry::Geometry | ( | const std::string & | geometry_ | ) | |
Definition at line 118 of file Geometry.cpp.
| Magick::Geometry::Geometry | ( | size_t | width_, |
| | | size_t | height_, |
| | | ::ssize_t | xOff_ = 0, |
| | | ::ssize_t | yOff_ = 0 |
| | ) | | |
| Magick::Geometry::~Geometry | ( | void | | ) | |
Definition at line 150 of file Geometry.cpp.
| Magick::Geometry::Geometry | ( | const MagickCore::RectangleInfo & | rectangle_ | ) | |
Definition at line 440 of file Geometry.cpp.
| void Magick::Geometry::aspect | ( | bool | aspect_ | ) | |
Definition at line 329 of file Geometry.cpp.
Referenced by Magick::operator==().
| bool Magick::Geometry::aspect | ( | void | | ) | const |
Definition at line 334 of file Geometry.cpp.
| void Magick::Geometry::fillArea | ( | bool | fillArea_ | ) | |
Definition at line 339 of file Geometry.cpp.
Referenced by Magick::operator==().
| bool Magick::Geometry::fillArea | ( | void | | ) | const |
Definition at line 344 of file Geometry.cpp.
| void Magick::Geometry::greater | ( | bool | greater_ | ) | |
Definition at line 349 of file Geometry.cpp.
Referenced by Magick::operator==().
| bool Magick::Geometry::greater | ( | void | | ) | const |
Definition at line 354 of file Geometry.cpp.
| void Magick::Geometry::height | ( | size_t | height_ | ) | |
Definition at line 359 of file Geometry.cpp.
Referenced by Magick::Image::annotate(), Magick::Image::extent(), Magick::Image::frame(), Magick::Image::Image(), Magick::operator<(), Magick::operator==(), and Magick::Image::size().
| size_t Magick::Geometry::height | ( | void | | ) | const |
Definition at line 364 of file Geometry.cpp.
| void Magick::Geometry::isValid | ( | bool | isValid_ | ) | |
Definition at line 369 of file Geometry.cpp.
Referenced by Magick::Image::annotate(), Magick::ReadOptions::density(), Magick::operator==(), Magick::Options::page(), Magick::Options::size(), and Magick::ReadOptions::size().
| bool Magick::Geometry::isValid | ( | void | | ) | const |
Definition at line 374 of file Geometry.cpp.
| void Magick::Geometry::less | ( | bool | less_ | ) | |
Definition at line 379 of file Geometry.cpp.
Referenced by Magick::operator==().
| bool Magick::Geometry::less | ( | void | | ) | const |
Definition at line 384 of file Geometry.cpp.
| void Magick::Geometry::limitPixels | ( | bool | limitPixels_ | ) | |
Definition at line 389 of file Geometry.cpp.
Referenced by Magick::operator==().
| bool Magick::Geometry::limitPixels | ( | void | | ) | const |
Definition at line 394 of file Geometry.cpp.
| Magick::Geometry::operator MagickCore::RectangleInfo | ( | | ) | const |
Definition at line 466 of file Geometry.cpp.
References width().
| Magick::Geometry::operator std::string | ( | | ) | const |
Definition at line 268 of file Geometry.cpp.
References Magick::throwExceptionExplicit().
| const Magick::Geometry & Magick::Geometry::operator= | ( | const char * | geometry_ | ) | |
Definition at line 154 of file Geometry.cpp.
| Magick::Geometry & Magick::Geometry::operator= | ( | const Geometry & | Geometry_ | ) | |
Definition at line 160 of file Geometry.cpp.
| const Magick::Geometry & Magick::Geometry::operator= | ( | const std::string & | geometry_ | ) | |
Definition at line 180 of file Geometry.cpp.
References Magick::Geometry.
| const Magick::Geometry & Magick::Geometry::operator= | ( | const MagickCore::RectangleInfo & | rectangle_ | ) | |
Definition at line 455 of file Geometry.cpp.
| void Magick::Geometry::percent | ( | bool | percent_ | ) | |
Definition at line 405 of file Geometry.cpp.
Referenced by Magick::operator==().
| bool Magick::Geometry::percent | ( | void | | ) | const |
Definition at line 410 of file Geometry.cpp.
| void Magick::Geometry::width | ( | size_t | width_ | ) | |
Definition at line 399 of file Geometry.cpp.
Referenced by Magick::Image::annotate(), Magick::Image::extent(), Magick::Image::frame(), Magick::Image::Image(), operator MagickCore::RectangleInfo(), Magick::operator<(), Magick::operator==(), and Magick::Image::size().
| size_t Magick::Geometry::width | ( | void | | ) | const |
Definition at line 415 of file Geometry.cpp.
| void Magick::Geometry::xOff | ( | ::ssize_t | xOff_ | ) | |
Definition at line 420 of file Geometry.cpp.
Referenced by Magick::Image::annotate(), Magick::Image::composite(), Magick::Image::extent(), Magick::Image::floodFillColor(), Magick::Image::floodFillTexture(), Magick::Image::frame(), Magick::operator==(), and Magick::Image::roll().
| ssize_t Magick::Geometry::xOff | ( | void | | ) | const |
Definition at line 425 of file Geometry.cpp.
| void Magick::Geometry::yOff | ( | ::ssize_t | yOff_ | ) | |
Definition at line 430 of file Geometry.cpp.
Referenced by Magick::Image::annotate(), Magick::Image::composite(), Magick::Image::extent(), Magick::Image::floodFillColor(), Magick::Image::floodFillTexture(), Magick::Image::frame(), Magick::operator==(), and Magick::Image::roll().
| ssize_t Magick::Geometry::yOff | ( | void | | ) | const |
Definition at line 435 of file Geometry.cpp.
The documentation for this class was generated from the following files: