www/api/Magick++/classMagick_1_1Coordinate.html
| Magick++ 7.1.0 |
Public Member Functions | List of all members
Magick::Coordinate Class Reference
#include <Drawable.h>
|
| | | Coordinate (void) | | | | | Coordinate (double x_, double y_) | | | | virtual | ~Coordinate () | | | | void | x (double x_) | | | | double | x (void) const | | | | void | y (double y_) | | | | double | y (void) const | | |
Definition at line 48 of file Drawable.h.
|
| Magick::Coordinate::Coordinate | ( | void | | ) | |
| inline |
Definition at line 52 of file Drawable.h.
|
| Magick::Coordinate::Coordinate | ( | double | x_, | | | | double | y_ | | | ) | | |
| inline |
Definition at line 56 of file Drawable.h.
|
| virtual Magick::Coordinate::~Coordinate | ( | | ) | |
| inlinevirtual |
Definition at line 60 of file Drawable.h.
|
| void Magick::Coordinate::x | ( | double | x_ | ) | |
| inline |
Definition at line 62 of file Drawable.h.
Referenced by Magick::operator<(), and Magick::operator==().
|
| double Magick::Coordinate::x | ( | void | | ) | const |
| inline |
Definition at line 63 of file Drawable.h.
|
| void Magick::Coordinate::y | ( | double | y_ | ) | |
| inline |
Definition at line 65 of file Drawable.h.
Referenced by Magick::operator<(), and Magick::operator==().
|
| double Magick::Coordinate::y | ( | void | | ) | const |
| inline |
Definition at line 66 of file Drawable.h.
The documentation for this class was generated from the following file: