#2390 Intersections: Add noUpdate-version of appendIntersection and appendIntersectionBox

This commit is contained in:
Rebecca Cox
2018-01-24 11:30:39 +01:00
parent 97aab5bda5
commit 140b75df88
2 changed files with 21 additions and 3 deletions

View File

@@ -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;