Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SegmentsClosestMatcher.hpp
00001 /* $Id$ */
00002 
00003 namespace jafar {
00004   namespace dseg {
00005     class SegmentsSet;
00006     class SegmentsClosestMatcher {
00007       public:
00008         SegmentsClosestMatcher();
00009         ~SegmentsClosestMatcher();
00010         void match( SegmentsSet& set1, SegmentsSet& set2);
00011     };
00012   }
00013 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:18 for Jafar by doxygen 1.7.6.1
LAAS-CNRS