mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3249 Well path target point picking operational.
Still work to do, however.
This commit is contained in:
@@ -19,11 +19,7 @@
|
||||
|
||||
#include "RimWellPath.h"
|
||||
|
||||
#include "cafPdmFieldCvfVec3d.h"
|
||||
#include "cafPdmObject.h"
|
||||
#include "cafPdmField.h"
|
||||
#include "cafAppEnum.h"
|
||||
#include "cafPdmPtrField.h"
|
||||
#include "cafPdmChildField.h"
|
||||
|
||||
class RimWellPathTarget;
|
||||
class RimWellPath;
|
||||
@@ -37,15 +33,14 @@ public:
|
||||
RimModeledWellPath();
|
||||
~RimModeledWellPath();
|
||||
|
||||
void createWellPathGeometry();
|
||||
void updateWellPathVisualization();
|
||||
void createWellPathGeometry();
|
||||
void updateWellPathVisualization();
|
||||
RimWellPathGeometryDef* geometryDefinition();
|
||||
|
||||
private:
|
||||
|
||||
virtual void defineUiTreeOrdering(caf::PdmUiTreeOrdering& uiTreeOrdering, QString uiConfigName) override;
|
||||
|
||||
caf::PdmChildField<RimWellPathGeometryDef*> m_geometryDefinition;
|
||||
|
||||
virtual void defineUiTreeOrdering(caf::PdmUiTreeOrdering& uiTreeOrdering, QString uiConfigName) override;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user