Magick++
7.0.10
|
#include <Geometry.h>
Public Member Functions | |
Point () | |
Point (const char *point_) | |
Point (const Point &point_) | |
Point (const std::string &point_) | |
Point (double x_, double y_) | |
Point (double xy_) | |
~Point (void) | |
const Point & | operator= (const char *point_) |
const Point & | operator= (double xy_) |
Point & | operator= (const Point &point_) |
const Point & | operator= (const std::string &point_) |
operator std::string () const | |
bool | isValid () const |
double | x (void) const |
double | y (void) const |
Definition at line 206 of file Geometry.h.
Magick::Point::Point | ( | void | ) |
Definition at line 587 of file Geometry.cpp.
Magick::Point::Point | ( | const char * | point_ | ) |
Definition at line 593 of file Geometry.cpp.
Magick::Point::Point | ( | const Point & | point_ | ) |
Definition at line 600 of file Geometry.cpp.
Magick::Point::Point | ( | const std::string & | point_ | ) |
Definition at line 606 of file Geometry.cpp.
Magick::Point::Point | ( | double | x_, |
double | y_ | ||
) |
Definition at line 613 of file Geometry.cpp.
Magick::Point::Point | ( | double | xy_ | ) |
Definition at line 619 of file Geometry.cpp.
Magick::Point::~Point | ( | void | ) |
Definition at line 625 of file Geometry.cpp.
bool Magick::Point::isValid | ( | void | ) | const |
Definition at line 696 of file Geometry.cpp.
Referenced by Magick::Options::density(), Magick::Image::density(), and main().
Magick::Point::operator std::string | ( | ) | const |
Definition at line 669 of file Geometry.cpp.
const Magick::Point & Magick::Point::operator= | ( | const char * | point_ | ) |
Definition at line 629 of file Geometry.cpp.
const Magick::Point & Magick::Point::operator= | ( | double | xy_ | ) |
Definition at line 645 of file Geometry.cpp.
Magick::Point & Magick::Point::operator= | ( | const Point & | point_ | ) |
Definition at line 652 of file Geometry.cpp.
const Magick::Point & Magick::Point::operator= | ( | const std::string & | point_ | ) |
Definition at line 663 of file Geometry.cpp.
double Magick::Point::x | ( | void | ) | const |
Definition at line 701 of file Geometry.cpp.
Referenced by Magick::Image::density(), main(), Magick::operator==(), and Magick::Image::resample().
double Magick::Point::y | ( | void | ) | const |
Definition at line 706 of file Geometry.cpp.
Referenced by Magick::Image::density(), main(), Magick::operator==(), and Magick::Image::resample().