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

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

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 EMAN::Util::group_proj_by_phitheta(), and operator<().

int d_ang::i
 

Definition at line 17991 of file util_sparx.cpp.

Referenced by EMAN::Util::group_proj_by_phitheta(), and operator<().

int d_ang::mirror
 

Definition at line 17992 of file util_sparx.cpp.

Referenced by EMAN::Util::group_proj_by_phitheta().


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