ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::util::Image::Point Struct Reference

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
 

Detailed Description

struct for holding pixel coordinates

Definition at line 56 of file Image.hpp.

Constructor & Destructor Documentation

§ Point()

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

Definition at line 61 of file Image.hpp.

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

Member Data Documentation

§ x

int pwiz::util::Image::Point::x

Definition at line 58 of file Image.hpp.

Referenced by pwiz::util::operator+(), and pwiz::util::operator-().

§ y

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: