![]() |
Magick++ 7.1.1
|
Public Member Functions | |
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) | |
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 | |
Private Attributes | |
size_t | _width |
size_t | _height |
::ssize_t | _xOff |
::ssize_t | _yOff |
bool | _isValid |
bool | _percent |
bool | _aspect |
bool | _greater |
bool | _less |
bool | _fillArea |
bool | _limitPixels |
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 | ( | 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.
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.
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.
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.
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.
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.
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.
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.
Magick::Geometry::operator std::string | ( | ) | const |
Definition at line 268 of file Geometry.cpp.
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 MagickCore::RectangleInfo & | rectangle_ | ) |
Definition at line 455 of file Geometry.cpp.
const Magick::Geometry & Magick::Geometry::operator= | ( | const std::string & | geometry_ | ) |
Definition at line 180 of file Geometry.cpp.
void Magick::Geometry::percent | ( | bool | percent_ | ) |
Definition at line 405 of file Geometry.cpp.
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.
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.
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.
ssize_t Magick::Geometry::yOff | ( | void | ) | const |
Definition at line 435 of file Geometry.cpp.
|
private |
Definition at line 136 of file Geometry.h.
|
private |
Definition at line 139 of file Geometry.h.
|
private |
Definition at line 137 of file Geometry.h.
|
private |
Definition at line 131 of file Geometry.h.
|
private |
Definition at line 134 of file Geometry.h.
|
private |
Definition at line 138 of file Geometry.h.
|
private |
Definition at line 140 of file Geometry.h.
|
private |
Definition at line 135 of file Geometry.h.
|
private |
Definition at line 130 of file Geometry.h.
|
private |
Definition at line 132 of file Geometry.h.
|
private |
Definition at line 133 of file Geometry.h.