#2428 Fracture: backwards compatibility of "Show mesh"-toggle

This commit is contained in:
Rebecca Cox
2018-02-02 09:06:24 +01:00
parent f21f6e969f
commit eef5fe6e55
6 changed files with 144 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ public:
QString unit() const;
cvf::Color3f defaultColor() const;
bool showStimPlanMesh() const { return m_showStimPlanMesh; }
void setShowStimPlanMesh(bool showStimPlanMesh);
void loadDataAndUpdate();
void updateLegendData();