Added flip X/Y-axis on RimCase, will invert the sign of coordinates for the given flip axis.

p4#: 21453
This commit is contained in:
Magne Sjaastad
2013-04-26 13:19:34 +02:00
parent 8ccd89d3d1
commit 4b8e30e649
9 changed files with 90 additions and 32 deletions

View File

@@ -51,6 +51,9 @@ public:
caf::PdmField<QString> caseUserDescription;
caf::PdmField<bool> releaseResultMemory;
caf::PdmPointersField<RimReservoirView*> reservoirViews;
caf::PdmField<bool> flipXAxis;
caf::PdmField<bool> flipYAxis;
virtual bool openEclipseGridFile() { return false;}; // Should be pure virtual but PDM does not allow that.