|
ProteoWizard
|
struct for holding pixel coordinates More...
#include <Image.hpp>
Public Member Functions | |
| Point (int _x=0, int _y=0) | |
Public Attributes | |
| int | x |
| int | y |
|
inline |
| int pwiz::util::Image::Point::x |
Definition at line 58 of file Image.hpp.
Referenced by pwiz::util::operator+(), and pwiz::util::operator-().
| int pwiz::util::Image::Point::y |
Definition at line 59 of file Image.hpp.
Referenced by pwiz::util::operator+(), and pwiz::util::operator-().
1.8.1.1