Fishbones : Propagate displayCoordTransform to well path part manager

This commit is contained in:
Magne Sjaastad
2017-05-05 12:12:51 +02:00
parent a8cab547a0
commit 2dcf3c75f5
5 changed files with 21 additions and 6 deletions

View File

@@ -38,6 +38,11 @@ namespace cvf
class ModelBasicList;
}
namespace caf
{
class DisplayCoordTransform;
}
class RivWellPathCollectionPartMgr : public cvf::Object
{
@@ -54,7 +59,8 @@ public:
cvf::Vec3d displayModelOffset,
cvf::Transform* scaleTransform,
double characteristicCellSize,
cvf::BoundingBox wellPathClipBoundingBox);
cvf::BoundingBox wellPathClipBoundingBox,
caf::DisplayCoordTransform* displayCoordTransform);
private:
caf::PdmPointer<RimWellPathCollection> m_wellPathCollection;