#2635 3D well log curves: Give new curves different colors

This commit is contained in:
Rebecca Cox
2018-03-22 13:26:33 +01:00
parent 7024ee045c
commit 73a08fffc4
2 changed files with 18 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ class Drawable;
class Effect;
class Part;
class BoundingBox;
class Color3f;
}
namespace caf
@@ -72,6 +73,8 @@ private:
double wellPathCenterToPlotStartOffset(Rim3dWellLogCurveCollection::PlanePosition planePosition) const;
double planeWidth() const;
cvf::Color3f curveColor(size_t index);
private:
cvf::ref<Riv3dWellLogCurveGeometryGenerator> m_3dWellLogCurveGeometryGenerator;