Use several colors for faults to be able to separate them

This commit is contained in:
Magne Sjaastad
2013-12-04 12:13:01 +01:00
parent 3189437d5a
commit 2d22d31e12
9 changed files with 121 additions and 93 deletions

View File

@@ -22,6 +22,9 @@
#include "cafPdmObject.h"
#include "cafPdmPointer.h"
#include "cvfBase.h"
#include "cvfColor3.h"
class RigFault;
//==================================================================================================
@@ -49,6 +52,10 @@ public:
caf::PdmField<QString> name;
caf::PdmField<bool> showFaultLabel;
caf::PdmField<bool> showFaultColor;
caf::PdmField<cvf::Color3f> faultColor;
private:
const RigFault* m_rigFault;
};