![]() |
Magick++ 6.9.13
|
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, bool xNegative_=false, bool yNegative_=false) | |
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 | xNegative (bool xNegative_) |
bool | xNegative (void) const |
void | xOff (::ssize_t xOff_) |
::ssize_t | xOff (void) const |
void | yNegative (bool yNegative_) |
bool | yNegative (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 | _xNegative |
bool | _yNegative |
bool | _isValid |
bool | _percent |
bool | _aspect |
bool | _greater |
bool | _less |
bool | _fillArea |
bool | _limitPixels |
Definition at line 35 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 89 of file Geometry.cpp.
Magick::Geometry::Geometry | ( | const Geometry & | geometry_ | ) |
Definition at line 107 of file Geometry.cpp.
Magick::Geometry::Geometry | ( | const std::string & | geometry_ | ) |
Definition at line 124 of file Geometry.cpp.
Magick::Geometry::~Geometry | ( | void | ) |
Definition at line 160 of file Geometry.cpp.
Magick::Geometry::Geometry | ( | const MagickCore::RectangleInfo & | rectangle_ | ) |
Definition at line 350 of file Geometry.cpp.
|
inline |
Definition at line 213 of file Geometry.h.
|
inline |
Definition at line 218 of file Geometry.h.
|
inline |
Definition at line 223 of file Geometry.h.
|
inline |
Definition at line 228 of file Geometry.h.
|
inline |
Definition at line 233 of file Geometry.h.
|
inline |
Definition at line 238 of file Geometry.h.
|
inline |
Definition at line 243 of file Geometry.h.
|
inline |
Definition at line 248 of file Geometry.h.
|
inline |
Definition at line 253 of file Geometry.h.
|
inline |
Definition at line 258 of file Geometry.h.
|
inline |
Definition at line 263 of file Geometry.h.
|
inline |
Definition at line 268 of file Geometry.h.
|
inline |
Definition at line 273 of file Geometry.h.
|
inline |
Definition at line 278 of file Geometry.h.
Magick::Geometry::operator MagickCore::RectangleInfo | ( | ) | const |
Definition at line 380 of file Geometry.cpp.
Magick::Geometry::operator std::string | ( | ) | const |
Definition at line 286 of file Geometry.cpp.
const Magick::Geometry & Magick::Geometry::operator= | ( | const char * | geometry_ | ) |
Definition at line 164 of file Geometry.cpp.
Magick::Geometry & Magick::Geometry::operator= | ( | const Geometry & | Geometry_ | ) |
Definition at line 170 of file Geometry.cpp.
const Magick::Geometry & Magick::Geometry::operator= | ( | const MagickCore::RectangleInfo & | rectangle_ | ) |
Definition at line 367 of file Geometry.cpp.
const Magick::Geometry & Magick::Geometry::operator= | ( | const std::string & | geometry_ | ) |
Definition at line 192 of file Geometry.cpp.
|
inline |
Definition at line 289 of file Geometry.h.
|
inline |
Definition at line 294 of file Geometry.h.
|
inline |
Definition at line 283 of file Geometry.h.
|
inline |
Definition at line 299 of file Geometry.h.
|
inline |
Definition at line 304 of file Geometry.h.
|
inline |
Definition at line 309 of file Geometry.h.
|
inline |
Definition at line 314 of file Geometry.h.
|
inline |
Definition at line 319 of file Geometry.h.
|
inline |
Definition at line 324 of file Geometry.h.
|
inline |
Definition at line 329 of file Geometry.h.
|
inline |
Definition at line 334 of file Geometry.h.
|
inline |
Definition at line 339 of file Geometry.h.
|
private |
Definition at line 144 of file Geometry.h.
|
private |
Definition at line 147 of file Geometry.h.
|
private |
Definition at line 145 of file Geometry.h.
|
private |
Definition at line 137 of file Geometry.h.
|
private |
Definition at line 142 of file Geometry.h.
|
private |
Definition at line 146 of file Geometry.h.
|
private |
Definition at line 148 of file Geometry.h.
|
private |
Definition at line 143 of file Geometry.h.
|
private |
Definition at line 136 of file Geometry.h.
|
private |
Definition at line 140 of file Geometry.h.
|
private |
Definition at line 138 of file Geometry.h.
|
private |
Definition at line 141 of file Geometry.h.
|
private |
Definition at line 139 of file Geometry.h.