Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
SegmentsSelector.hpp
00001 /* $Id$ */
00002 
00003 #ifndef SEGMENTSSELECTOR_H
00004 #define SEGMENTSSELECTOR_H
00005 
00006 namespace jafar {
00007   namespace dseg {
00008     class SegmentsSet;
00015     class SegmentsSelector {
00016       public:
00017         SegmentsSelector();
00018         ~SegmentsSelector();
00019       public:
00020         SegmentsSet select( SegmentsSet& _segmentSet, SegmentsSet* _keep = 0 );
00021     };
00022   }
00023 }
00024 
00025 #endif //SEGMENTSSELECTOR_H
00026 
 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