Public Member Functions | |
bool | operator() (const ori_t &a, const ori_t &b) |
Definition at line 4571 of file util_sparx.cpp.
|
Definition at line 4573 of file util_sparx.cpp. References ori_t::iphi, and ori_t::itht. 04574 { 04575 if( a.itht != b.itht ) 04576 { 04577 return a.itht < b.itht; 04578 } 04579 04580 return a.iphi < b.iphi; 04581 }
|