Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

EMAN::XYData::Pair Struct Reference

#include <xydata.h>

List of all members.

Public Member Functions

 Pair (float xx, float yy)
bool operator< (const Pair &p) const

Public Attributes

float x
float y


Constructor & Destructor Documentation

EMAN::XYData::Pair::Pair float  xx,
float  yy
[inline]
 

Definition at line 54 of file xydata.h.

References x, and y.

00055                         :x(xx), y(yy)
00056                         {
00057                         }


Member Function Documentation

bool EMAN::XYData::Pair::operator< const Pair p  )  const [inline]
 

Definition at line 59 of file xydata.h.

References x, and x.

00060                         {
00061                                 return (x < p.x);
00062                         }


Member Data Documentation

float EMAN::XYData::Pair::x
 

Definition at line 64 of file xydata.h.

Referenced by operator<().

float EMAN::XYData::Pair::y
 

Definition at line 65 of file xydata.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 11 13:43:15 2013 for EMAN2 by  doxygen 1.3.9.1