diff src/MatchFeatureFeeder.h @ 147:3673e2dae6a7 structure

Factor out getBestEdgeCost
author Chris Cannam
date Thu, 22 Jan 2015 12:04:44 +0000
parents 42381e437fcd
children 4159f6b71942
line wrap: on
line diff
--- a/src/MatchFeatureFeeder.h	Fri Jan 16 16:48:55 2015 +0000
+++ b/src/MatchFeatureFeeder.h	Thu Jan 22 12:04:44 2015 +0000
@@ -67,9 +67,10 @@
     void feed1();
     void feed2();
 
-    Finder *m_finder;
-    Matcher *m_pm1;
-    Matcher *m_pm2;
+    Finder *m_finder; // I own this, and it refers to m_pm1 and m_pm2
+    
+    Matcher *m_pm1;   // I do not own this
+    Matcher *m_pm2;   // I do not own this
 
     std::queue<std::vector<double> > m_q1;
     std::queue<std::vector<double> > m_q2;