Preparing for result visualization

Calculated mapping vx to node nad elmnode reults
This commit is contained in:
Jacob Støren
2015-04-30 14:19:43 +02:00
parent 1f51eb92b3
commit 791a25e6e9
7 changed files with 50 additions and 18 deletions

View File

@@ -24,6 +24,7 @@
#include "cafPdmPointer.h"
class RimLegendConfig;
class RimGeoMechView;
//==================================================================================================
///
@@ -37,11 +38,17 @@ public:
RimGeoMechResultSlot(void);
virtual ~RimGeoMechResultSlot(void);
void setReservoirView(RimGeoMechView* ownerReservoirView);
caf::PdmField<RimLegendConfig*> legendConfig;
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool * useOptionsOnly);
private:
caf::PdmField<QString> m_resultType;
caf::PdmField<QString> m_resultVariable;
caf::PdmField<QString> m_componentName;
caf::PdmPointer<RimGeoMechView> m_reservoirView;
};