mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3939 Make sure contour smoothing doesn't cause level overlap.
This commit is contained in:
@@ -118,7 +118,7 @@ public:
|
||||
cvf::Vec3d origin3d() const;
|
||||
|
||||
protected:
|
||||
void smoothPolygonLoops(ContourPolygons* contourPolygons, bool favourExpansion);
|
||||
void smoothContourPolygons(ContourPolygons* contourPolygons, const ContourPolygons* clipBy, bool favourExpansion);
|
||||
double interpolateValue(const cvf::Vec2d& gridPosition2d) const;
|
||||
|
||||
void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue) override;
|
||||
|
||||
Reference in New Issue
Block a user