Now reading Odb-file and creating display model

Nothing shows up yet, but we're getting there
This commit is contained in:
Jacob Støren
2015-04-27 13:51:22 +02:00
parent ea3d2dc40d
commit 0f3d9ffa60
14 changed files with 327 additions and 8 deletions

View File

@@ -29,7 +29,8 @@ public:
~RigGeoMechCaseData();
RigFemPartCollection* femParts();
const RigFemPartCollection* femParts() const;
private:
cvf::ref<RigFemPartCollection> m_femParts;