#include <TMuiRoadFinder.h>
| Public Methods | |
| bool | operator() (Road &road1, Road &road2) | 
| 
 | ||||||||||||
| 
 Definition at line 406 of file TMuiRoadFinder.h. 
 00407     {
00408       if(road1.get_cluster_list() == road2.get_cluster_list()) {
00409         return true;
00410       } 
00411       else {
00412         return false;
00413       }
00414     }
 | 
