mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
3D Well Log Curves(#2678): Remove curve drawing options that aren't yet implemented.
* drawing style (i.e. filled) * coloring style (i.e. color by curve value)
This commit is contained in:
@@ -43,19 +43,6 @@ public:
|
||||
CAMERA_ALIGNED_SIDE2
|
||||
};
|
||||
|
||||
enum DrawStyle
|
||||
{
|
||||
LINE,
|
||||
FILLED
|
||||
};
|
||||
|
||||
enum ColoringStyle
|
||||
{
|
||||
SINGLE_COLOR,
|
||||
CURVE_VALUE,
|
||||
OTHER_RESULT
|
||||
};
|
||||
|
||||
public:
|
||||
Rim3dWellLogCurve();
|
||||
virtual ~Rim3dWellLogCurve();
|
||||
@@ -63,8 +50,6 @@ public:
|
||||
void updateCurveIn3dView();
|
||||
|
||||
DrawPlane drawPlane() const;
|
||||
DrawStyle drawStyle() const;
|
||||
ColoringStyle coloringStyle() const;
|
||||
cvf::Color3f color() const;
|
||||
bool isShowingCurve() const;
|
||||
|
||||
@@ -80,8 +65,6 @@ protected:
|
||||
protected:
|
||||
caf::PdmField<QString> m_name;
|
||||
caf::PdmField<caf::AppEnum<DrawPlane>> m_drawPlane;
|
||||
caf::PdmField<caf::AppEnum<DrawStyle>> m_drawStyle;
|
||||
caf::PdmField<caf::AppEnum<ColoringStyle>> m_coloringStyle;
|
||||
caf::PdmField<cvf::Color3f> m_color;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user