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 4631 of file util_sparx.cpp.


Member Function Documentation

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

Definition at line 4633 of file util_sparx.cpp.

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

04634     {
04635         if( a.itht != b.itht )
04636         {
04637             return a.itht < b.itht;
04638         }
04639 
04640         return a.iphi < b.iphi;
04641     }


The documentation for this struct was generated from the following file:
Generated on Fri Aug 10 16:31:49 2012 for EMAN2 by  doxygen 1.4.7