mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2360 Elm Props: Wire up reading of elm prop data into data structures
This commit is contained in:
@@ -31,6 +31,7 @@ class RifGeoMechReaderInterface;
|
||||
class RigFemPartCollection;
|
||||
class RigFemScalarResultFrames;
|
||||
class RigFemPartResultsCollection;
|
||||
class RifElementPropertyReader;
|
||||
|
||||
class RigGeoMechCaseData: public cvf::Object
|
||||
{
|
||||
@@ -47,8 +48,9 @@ public:
|
||||
const RigFemPartResultsCollection* femPartResults() const;
|
||||
|
||||
private:
|
||||
std::string m_geoMechCaseFileName;
|
||||
cvf::ref<RigFemPartCollection> m_femParts;
|
||||
cvf::ref<RigFemPartResultsCollection> m_femPartResultsColl;
|
||||
cvf::ref<RifGeoMechReaderInterface> m_readerInterface;
|
||||
std::string m_geoMechCaseFileName;
|
||||
cvf::ref<RigFemPartCollection> m_femParts;
|
||||
cvf::ref<RigFemPartResultsCollection> m_femPartResultsColl;
|
||||
cvf::ref<RifGeoMechReaderInterface> m_readerInterface;
|
||||
cvf::ref<RifElementPropertyReader> m_elementPropertyReader;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user