Added temp method to get latest image in old imagesequencer

This commit is contained in:
Anton Arbring
2015-04-17 21:25:33 -04:00
parent 8483c9b321
commit 9893a6ee20
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -56,7 +56,7 @@ public:
std::string& getActiveInstrument(){ return _activeInstrument; };
std::string findActiveInstrument(double time);
std::string ImageSequencer::getLatestImage();
static ImageSequencer* _sequencer;
@@ -74,6 +74,7 @@ private:
std::string _defaultCaptureImage;
std::string _activeInstrument;
std::string _latest;
};
} // namespace openspace