#1665 Add setTimeStep command to command file interface

This commit is contained in:
Bjørnar Grip Fjær
2017-07-27 10:39:59 +02:00
parent 8af00bc1b4
commit 2c88d4bee9
4 changed files with 100 additions and 1 deletions

View File

@@ -139,6 +139,7 @@ public:
// Animation
int currentTimeStep() const { return m_currentTimeStep;}
void setCurrentTimeStep(int frameIdx);
void setCurrentTimeStepAndUpdate(int frameIdx);
void updateCurrentTimeStepAndRedraw();
@@ -237,7 +238,6 @@ private:
RimViewLinker* viewLinkerIfMasterView() const;
friend class RiuViewer;
void setCurrentTimeStepAndUpdate(int frameIdx);
void endAnimation();
private: