mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2552 Simulation well heads for branches in 2d intersection view
This commit is contained in:
@@ -50,14 +50,16 @@ public:
|
||||
const caf::DisplayCoordTransform * displayXf);
|
||||
void appendFlattenedDynamicGeometryPartsToModel(cvf::ModelBasicList* model,
|
||||
size_t frameIndex,
|
||||
const caf::DisplayCoordTransform * displayXf);
|
||||
const caf::DisplayCoordTransform * displayXf,
|
||||
double xOffset);
|
||||
|
||||
|
||||
|
||||
private:
|
||||
void buildWellHeadParts(size_t frameIndex,
|
||||
const caf::DisplayCoordTransform * displayXf,
|
||||
bool doFlatten);
|
||||
bool doFlatten,
|
||||
double xOffset);
|
||||
void clearAllGeometry();
|
||||
Rim3dView* viewWithSettings();
|
||||
RimSimWellInViewCollection* simWellInViewCollection();
|
||||
|
||||
Reference in New Issue
Block a user