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


Detailed Description

Definition at line 52 of file xydata.h.


Constructor & Destructor Documentation

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

Definition at line 54 of file xydata.h.

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.

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 12:45:37 2013 for EMAN2 by  doxygen 1.4.7