cmpang Struct Reference

List of all members.

Public Member Functions

bool operator() (const ori_t &a, const ori_t &b)

Detailed Description

Definition at line 4480 of file util_sparx.cpp.


Member Function Documentation

bool cmpang::operator() ( const ori_t a,
const ori_t b 
) [inline]

Definition at line 4482 of file util_sparx.cpp.

References b, ori_t::iphi, and ori_t::itht.

04483     {
04484         if( a.itht != b.itht )
04485         {
04486             return a.itht < b.itht;
04487         }
04488 
04489         return a.iphi < b.iphi;
04490     }


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