Jafar
|
00001 /* $Id$ */ 00002 00003 #ifndef _SEGMENTS_SIMPLE_MATCHER_HPP_ 00004 #define _SEGMENTS_SIMPLE_MATCHER_HPP_ 00005 00006 #include <kernel/jafarMacro.hpp> 00007 00008 namespace jafar { 00009 namespace dseg { 00010 class SegmentsSet; 00022 class SegmentsSimpleMatcher { 00023 public: 00024 SegmentsSimpleMatcher(); 00025 ~SegmentsSimpleMatcher(); 00026 void match( SegmentsSet& set1, SegmentsSet& set2); 00027 public: 00032 JFR_DEFINE_PARAM_RW( double, threshold, setThreshold) 00033 }; 00034 } 00035 } 00036 00037 #endif
Generated on Wed Oct 15 2014 00:37:18 for Jafar by doxygen 1.7.6.1 |