mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2390 Intersections: Add noUpdate-version of appendIntersection and appendIntersectionBox
This commit is contained in:
@@ -49,8 +49,10 @@ public:
|
||||
caf::PdmField<bool> isActive;
|
||||
|
||||
void appendIntersectionAndUpdate(RimIntersection* intersection);
|
||||
void appendIntersectionNoUpdate(RimIntersection* intersection);
|
||||
|
||||
void appendIntersectionBoxAndUpdate(RimIntersectionBox* intersectionBox);
|
||||
void appendIntersectionBoxNoUpdate(RimIntersectionBox* intersectionBox);
|
||||
|
||||
bool hasActiveIntersectionForSimulationWell(const RimSimWellInView* simWell) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user