d_ang Struct Reference

List of all members.

Public Member Functions

 d_ang (float _d, int _i, int _m)
bool operator< (const d_ang &a) const

Public Attributes

float d
int i
int mirror

Detailed Description

Definition at line 17989 of file util_sparx.cpp.


Constructor & Destructor Documentation

d_ang::d_ang ( float  _d,
int  _i,
int  _m 
) [inline]

Definition at line 17993 of file util_sparx.cpp.

17993 :d(_d), i(_i), mirror(_m) {}


Member Function Documentation

bool d_ang::operator< ( const d_ang a  )  const [inline]

Definition at line 17994 of file util_sparx.cpp.

References d, and i.

17994 { return d < a.d || (d == a.d && i < a.i); }


Member Data Documentation

float d_ang::d

Definition at line 17990 of file util_sparx.cpp.

Referenced by operator<().

int d_ang::i

Definition at line 17991 of file util_sparx.cpp.

Referenced by operator<().

int d_ang::mirror

Definition at line 17992 of file util_sparx.cpp.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 11 12:42:14 2013 for EMAN2 by  doxygen 1.4.7