#2585 3D well log curves: Create visualization for a curve, random offsetted from a well path

This commit is contained in:
Rebecca Cox
2018-03-09 13:15:01 +01:00
parent 16551c05c4
commit 06504b6fef
11 changed files with 261 additions and 4 deletions

View File

@@ -809,6 +809,14 @@ void RimWellPath::add3dWellLogCurve(Rim3dWellLogCurve* rim3dWellLogCurve)
m_3dWellLogCurves->add3dWellLogCurve(rim3dWellLogCurve);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
std::vector<Rim3dWellLogCurve*> RimWellPath::vectorOf3dWellLogCurves() const
{
return m_3dWellLogCurves->vectorOf3dWellLogCurves();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------