#include <TMuiRoadFinder.h>
| Public Methods | |
| bool | operator() (Road &road1, Road &road2) | 
| 
 | ||||||||||||
| 
 Definition at line 420 of file TMuiRoadFinder.h. 
 00421     {
00422       if(road1.get_cluster_list() < road2.get_cluster_list()) {
00423         return true;
00424       } 
00425       else {
00426         return false;
00427       }
00428     }
 | 
