#1056 Added support for flow data for cell edge in 3D view

This commit is contained in:
Magne Sjaastad
2017-01-11 15:03:39 +01:00
parent 8970d93a4d
commit f16228ecc5
6 changed files with 164 additions and 108 deletions

View File

@@ -83,8 +83,11 @@ public:
void loadResult();
bool hasResult() const;
bool hasCategoryResult() const;
bool isUsingSingleVariable() const;
RimEclipseCellColors* singleVarEdgeResultColors();
RimLegendConfig* legendConfig();
PropertyType propertyType() const;
void minMaxCellEdgeValues(double& min, double& max);
void posNegClosestToZero(double& pos, double& neg);
@@ -115,7 +118,6 @@ private:
caf::PdmPointer<RimEclipseView> m_reservoirView;
double m_ignoredResultScalar;
bool isUsingSingleVariable() const;
caf::PdmField<caf::AppEnum< PropertyType > > m_propertyType;
caf::PdmChildField<RimLegendConfig*> m_legendConfig;