#3939 Make sure contour smoothing doesn't cause level overlap.

This commit is contained in:
Gaute Lindkvist
2019-01-10 16:07:58 +01:00
parent 8428e848de
commit 602bca4ea6
2 changed files with 22 additions and 6 deletions

View File

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