ProteoWizard
Public Member Functions | Public Attributes
pwiz::util::Image::Point Struct Reference

struct for holding pixel coordinates More...

#include <Image.hpp>

List of all members.

Public Member Functions

 Point (int _x=0, int _y=0)

Public Attributes

int x
int y

Detailed Description

struct for holding pixel coordinates

Definition at line 56 of file Image.hpp.


Constructor & Destructor Documentation

pwiz::util::Image::Point::Point ( int  _x = 0,
int  _y = 0 
)
inline

Definition at line 61 of file Image.hpp.

: x(_x), y(_y) {}

Member Data Documentation

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-().


The documentation for this struct was generated from the following file: