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


Member Function Documentation

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

Definition at line 4335 of file util_sparx.cpp.

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

04336     {
04337         if( a.itht != b.itht )
04338         {
04339             return a.itht < b.itht;
04340         }
04341 
04342         return a.iphi < b.iphi;
04343     }


The documentation for this struct was generated from the following file:

Generated on Sat Nov 21 02:20:06 2009 for EMAN2 by  doxygen 1.5.6