diff include/Motion.hpp @ 196:aeab0b88c9b6

began testing of FeatureGraph
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 20 Dec 2011 00:31:37 -0500
parents 09c7881073f3
children 0a27fa343257
line wrap: on
line diff
--- a/include/Motion.hpp	Fri Dec 16 11:34:07 2011 -0500
+++ b/include/Motion.hpp	Tue Dec 20 00:31:37 2011 -0500
@@ -124,7 +124,10 @@
    */
   std::vector<std::vector<unsigned int> > getFeatureGroups(void);
 
-  std::string informationString(void);
+  std::string informationString(void) const;
+
+  int getNVertices(void) const;
+  int getNEdges(void) const;
 
 protected:
   float connectionDistance;