Performance: Avoid regeneration of geometry on result change

This commit is contained in:
Jacob Støren
2015-05-13 13:03:22 +02:00
parent 860151074b
commit 04c9639b0b
3 changed files with 19 additions and 12 deletions

View File

@@ -79,8 +79,9 @@ private:
void updateLegends();
caf::PdmPointer<RimGeoMechCase> m_geomechCase;
cvf::ref<RivGeoMechPartMgr> m_geoMechVizModel;
cvf::ref<cvf::Transform> m_scaleTransform;
cvf::ref<RivGeoMechPartMgr> m_geoMechFullModel;
bool m_isGeoMechFullGenerated;
cvf::ref<cvf::Transform> m_scaleTransform;
};