Noderesults are now read and displayed

The legend is not updated etc, but this is a start
This commit is contained in:
Jacob Støren
2015-05-04 18:16:57 +02:00
parent 6ff5f406d5
commit 20a8527607
6 changed files with 98 additions and 25 deletions

View File

@@ -67,6 +67,7 @@ public:
RimGeoMechCase* geoMechCase();
void loadDataAndUpdate();
virtual void createDisplayModelAndRedraw();
virtual void setCurrentTimeStep(int frameIdx){}
virtual void updateCurrentTimeStepAndRedraw(){}
@@ -80,7 +81,6 @@ public:
private:
virtual void updateViewerWidgetWindowTitle();
virtual void createDisplayModelAndRedraw();
virtual void resetLegendsInViewer();
void updateLegends();