the NUM_RUN is now set using the xml config.refindx in each class

This commit is contained in:
Jamie Allen
2012-02-22 19:41:16 +01:00
parent a51a98a099
commit 245d67cf8f
11 changed files with 49 additions and 11 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ bool RefractiveIndex::_vid_stream_open;
bool RefractiveIndex::_vid_toggle_on;
string RefractiveIndex::_location;
ofxXmlSettings XML;
ofxXmlSettings RefractiveIndex::XML;
void RefractiveIndex::setup()
{
+2
View File
@@ -9,6 +9,7 @@
#include "AnalysisAdaptor.h"
#include "ofxOpenCv.h"
#include "ofxXmlSettings.h"
class RefractiveIndex : public ofBaseApp
{
@@ -61,5 +62,6 @@ public:
// this should be in xml
static string _location;
static ofxXmlSettings XML; // made this static so we can access RUN_NUM in the analyses
};