diff scanpath.h @ 8:4ea605899aca

Hide controls for supernatant.
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Tue, 14 May 2013 10:34:32 +0100
parents 5b659bc0b572
children 0e03760cf2d9
line wrap: on
line diff
--- a/scanpath.h	Wed Feb 06 13:48:49 2013 +0000
+++ b/scanpath.h	Tue May 14 10:34:32 2013 +0100
@@ -11,6 +11,7 @@
 #define _SCANPATHH
 #include "lump.h"
 #include "spring.h"
+#include "json.h"
 #include <vector>
 struct Element{
     Lump * eLump;
@@ -77,9 +78,12 @@
     // redone stuff
     void initWavetables();
     void addElement(Lump* const aLump, Spring * const aSpring);
-
+    Lump * getLump(int index);
+    Spring * getSpring(int index);
+    
     void updateWavetables();
 
+    Json::Value convertToJsonForSaving();
 };
 
 #endif
\ No newline at end of file