Back to Imagemagick

Magick++: Magick::Geometry Class Reference

www/api/Magick++/classMagick_1_1Geometry.html

7.1.2-2117.1 KB
Original Source

| Magick++ 7.1.0 |

Public Member Functions | List of all members

Magick::Geometry Class Reference

#include <Geometry.h>

|

Public Member Functions

| | | 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 | | |

Detailed Description

Definition at line 37 of file Geometry.h.

Constructor & Destructor Documentation

Geometry() [1/6]

| Magick::Geometry::Geometry | ( | void | | ) | |

Definition at line 72 of file Geometry.cpp.

Geometry() [2/6]

| Magick::Geometry::Geometry | ( | const char * | geometry_ | ) | |

Definition at line 87 of file Geometry.cpp.

Geometry() [3/6]

| Magick::Geometry::Geometry | ( | const Geometry & | geometry_ | ) | |

Definition at line 103 of file Geometry.cpp.

Geometry() [4/6]

| Magick::Geometry::Geometry | ( | const std::string & | geometry_ | ) | |

Definition at line 118 of file Geometry.cpp.

Geometry() [5/6]

| Magick::Geometry::Geometry | ( | size_t | width_, | | | | size_t | height_, | | | | ::ssize_t | xOff_ = 0, | | | | ::ssize_t | yOff_ = 0 | | | ) | | |

~Geometry()

| Magick::Geometry::~Geometry | ( | void | | ) | |

Definition at line 150 of file Geometry.cpp.

Geometry() [6/6]

| Magick::Geometry::Geometry | ( | const MagickCore::RectangleInfo & | rectangle_ | ) | |

Definition at line 440 of file Geometry.cpp.

Member Function Documentation

aspect() [1/2]

| void Magick::Geometry::aspect | ( | bool | aspect_ | ) | |

Definition at line 329 of file Geometry.cpp.

Referenced by Magick::operator==().

aspect() [2/2]

| bool Magick::Geometry::aspect | ( | void | | ) | const |

Definition at line 334 of file Geometry.cpp.

fillArea() [1/2]

| void Magick::Geometry::fillArea | ( | bool | fillArea_ | ) | |

Definition at line 339 of file Geometry.cpp.

Referenced by Magick::operator==().

fillArea() [2/2]

| bool Magick::Geometry::fillArea | ( | void | | ) | const |

Definition at line 344 of file Geometry.cpp.

greater() [1/2]

| void Magick::Geometry::greater | ( | bool | greater_ | ) | |

Definition at line 349 of file Geometry.cpp.

Referenced by Magick::operator==().

greater() [2/2]

| bool Magick::Geometry::greater | ( | void | | ) | const |

Definition at line 354 of file Geometry.cpp.

height() [1/2]

| 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().

height() [2/2]

| size_t Magick::Geometry::height | ( | void | | ) | const |

Definition at line 364 of file Geometry.cpp.

isValid() [1/2]

| 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().

isValid() [2/2]

| bool Magick::Geometry::isValid | ( | void | | ) | const |

Definition at line 374 of file Geometry.cpp.

less() [1/2]

| void Magick::Geometry::less | ( | bool | less_ | ) | |

Definition at line 379 of file Geometry.cpp.

Referenced by Magick::operator==().

less() [2/2]

| bool Magick::Geometry::less | ( | void | | ) | const |

Definition at line 384 of file Geometry.cpp.

limitPixels() [1/2]

| void Magick::Geometry::limitPixels | ( | bool | limitPixels_ | ) | |

Definition at line 389 of file Geometry.cpp.

Referenced by Magick::operator==().

limitPixels() [2/2]

| bool Magick::Geometry::limitPixels | ( | void | | ) | const |

Definition at line 394 of file Geometry.cpp.

operator MagickCore::RectangleInfo()

| Magick::Geometry::operator MagickCore::RectangleInfo | ( | | ) | const |

Definition at line 466 of file Geometry.cpp.

References width().

operator std::string()

| Magick::Geometry::operator std::string | ( | | ) | const |

Definition at line 268 of file Geometry.cpp.

References Magick::throwExceptionExplicit().

operator=() [1/4]

| const Magick::Geometry & Magick::Geometry::operator= | ( | const char * | geometry_ | ) | |

Definition at line 154 of file Geometry.cpp.

operator=() [2/4]

| Magick::Geometry & Magick::Geometry::operator= | ( | const Geometry & | Geometry_ | ) | |

Definition at line 160 of file Geometry.cpp.

operator=() [3/4]

| const Magick::Geometry & Magick::Geometry::operator= | ( | const std::string & | geometry_ | ) | |

Definition at line 180 of file Geometry.cpp.

References Magick::Geometry.

operator=() [4/4]

| const Magick::Geometry & Magick::Geometry::operator= | ( | const MagickCore::RectangleInfo & | rectangle_ | ) | |

Definition at line 455 of file Geometry.cpp.

percent() [1/2]

| void Magick::Geometry::percent | ( | bool | percent_ | ) | |

Definition at line 405 of file Geometry.cpp.

Referenced by Magick::operator==().

percent() [2/2]

| bool Magick::Geometry::percent | ( | void | | ) | const |

Definition at line 410 of file Geometry.cpp.

width() [1/2]

| 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().

width() [2/2]

| size_t Magick::Geometry::width | ( | void | | ) | const |

Definition at line 415 of file Geometry.cpp.

xOff() [1/2]

| 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().

xOff() [2/2]

| ssize_t Magick::Geometry::xOff | ( | void | | ) | const |

Definition at line 425 of file Geometry.cpp.

yOff() [1/2]

| 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().

yOff() [2/2]

| 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: