(#404) Displaying well path name when a well path is picked

TODO: Display depth and additional well data
This commit is contained in:
Pål Hagen
2015-09-07 12:21:22 +02:00
parent 27f8f34538
commit 4d4ed88041
7 changed files with 110 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ public:
void scheduleGeometryRegen() { m_needsTransformUpdate = true; }//printf("R"); }
void appendStaticGeometryPartsToModel(cvf::ModelBasicList* model, cvf::Vec3d displayModelOffset,
double characteristicCellSize, cvf::BoundingBox wellPathClipBoundingBox);
double characteristicCellSize, cvf::BoundingBox wellPathClipBoundingBox, size_t wellPathIndex);
private:
caf::PdmPointer<RimWellPathCollection> m_wellPathCollection;
@@ -59,7 +59,7 @@ private:
cvf::ref<cvf::Transform> m_scaleTransform;
bool m_needsTransformUpdate;
void buildWellPathParts(cvf::Vec3d displayModelOffset, double characteristicCellSize, cvf::BoundingBox wellPathClipBoundingBox);
void buildWellPathParts(cvf::Vec3d displayModelOffset, double characteristicCellSize, cvf::BoundingBox wellPathClipBoundingBox, size_t wellPathIndex);
struct RivPipeBranchData
{