the NUM_RUN is now set using the xml config.refindx in each class
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user