Removed ternary specific code and cleaned up includes

This commit is contained in:
Magne Sjaastad
2014-05-06 22:40:25 +02:00
parent 7c6ff0c533
commit 918f2c4305
2 changed files with 9 additions and 92 deletions

View File

@@ -96,9 +96,6 @@ public:
cvf::ScalarMapper* scalarMapper() { return m_currentScalarMapper.p(); }
cvf::OverlayScalarMapperLegend* legend() { return m_legend.p(); }
int linearDiscreteLevelCount() const;
RangeModeType rangeMode() const;
protected:
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);
@@ -110,8 +107,6 @@ private:
cvf::ref<cvf::Color3ubArray> interpolateColorArray(const cvf::Color3ubArray& colorArray, cvf::uint targetColorCount);
double roundToNumSignificantDigits(double value, double precision);
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool * useOptionsOnly);
private:
caf::PdmPointer<RimReservoirView> m_reservoirView;