Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
appearanceAbstract.hpp
Go to the documentation of this file.
00001 
00009 #ifndef APPEARANCEABSTRACT_H_
00010 #define APPEARANCEABSTRACT_H_
00011 
00012 
00013 namespace jafar {
00014   namespace rtslam {
00015 
00016     class AppearanceAbstract {
00017       public:
00018         AppearanceAbstract();
00019         virtual ~AppearanceAbstract();
00023         virtual AppearanceAbstract* clone() = 0;
00024     };
00025   }
00026 }
00027 
00028 #endif /* APPEARANCEABSTRACT_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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