Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
MatchResult.hpp
00001 /* $Id$ */
00002 
00003 #ifndef _SPAF_MATCHRESULT_HPP_
00004 #define _SPAF_MATCHRESULT_HPP_
00005 
00006 #include "spaf/ComparisonResult.hpp"
00007 
00008 namespace jafar {
00009   namespace spaf {
00014     class MatchResult : public ComparisonResult {
00015       public:
00020         MatchResult(const Feature* _refFeature, const Feature* _candidateFeature);
00021         MatchResult(const Feature* _refFeature, const Feature* _candidateFeature, const ComparisonResult& cr);
00022         MatchResult(const MatchResult& rhs);
00023         MatchResult& operator=(const MatchResult& rhs);
00025         const Feature* referenceFeature() const;
00027         const Feature* candidateFeature() const;
00028         const ComparisonResult& comparisonResult() const;
00029       private:
00030         struct Private;
00031         Private* const d;
00032     };
00033   }
00034 }
00035 
00036 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

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