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


Member Function Documentation

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

Definition at line 4690 of file util_sparx.cpp.

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

04691     {
04692         if( a.itht != b.itht )
04693         {
04694             return a.itht < b.itht;
04695         }
04696 
04697         return a.iphi < b.iphi;
04698     }


The documentation for this struct was generated from the following file:
Generated on Tue Jul 12 13:47:32 2011 for EMAN2 by  doxygen 1.4.7