Public Member Functions | |
| bool | operator() (const ori_t &a, const ori_t &b) |
Definition at line 4333 of file util_sparx.cpp.
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 }
1.5.6