Refactored GeoMechView createDisplayModel

Made adding well paths less obfuscated
Preparing for #314 Property Filter
This commit is contained in:
Jacob Støren
2015-06-22 09:09:33 +02:00
parent 088bc12459
commit 8f2090eccf
6 changed files with 110 additions and 88 deletions

View File

@@ -35,6 +35,7 @@ namespace cvf
{
class BoundingBox;
class Scene;
class ModelBasicList;
class Transform;
}
@@ -114,8 +115,9 @@ public:
protected:
void setDefaultView();
void addWellPathsToScene(cvf::Scene* scene,
const cvf::Vec3d& displayModelOffset,
void addWellPathsToModel(cvf::ModelBasicList* wellPathModelBasicList,
const cvf::Vec3d& displayModelOffset,
double characteristicCellSize,
const cvf::BoundingBox& wellPathClipBoundingBox,
cvf::Transform* scaleTransform);