Gaute Lindkvist
602bca4ea6
#3939 Make sure contour smoothing doesn't cause level overlap.
2019-01-10 16:07:58 +01:00
Gaute Lindkvist
8428e848de
#3941 Improve contour map performance by several measures
...
* Discarding triangles that aren't inside current level. Big gain.
* Checking bbox for contour levels. Minor gain.
* Doing less interpolation. Minor gain.
2019-01-10 14:53:37 +01:00
Gaute Lindkvist
1a5fdec2d3
#3934 Make contour map colors exactly match the contour lines.
2019-01-09 09:09:26 +01:00
Gaute Lindkvist
bac377a4eb
#3934 Optionally (on default) smooth all contour lines
2019-01-09 08:42:20 +01:00
Gaute Lindkvist
7fccdf7153
#3934 Implement area threshold for contour polygons
2019-01-09 08:42:20 +01:00
Gaute Lindkvist
f099b8a747
Make contour map labels default on
2019-01-08 11:07:37 +01:00
Gaute Lindkvist
8de9a46c6a
Rename RimContourMapProjection::generateTriangles to generateTrianglesWithVertexValues
...
Signed-off-by: Gaute Lindkvist <lindkvis@gmail.com>
2019-01-08 11:07:37 +01:00
Gaute Lindkvist
71cacc550f
#3881 Smooth outer contour line and clip geometry
2019-01-08 11:07:37 +01:00
Gaute Lindkvist
ec0419a945
#3881 Prepare for better edge clipping by making interpolation function more accessible.
2019-01-08 11:07:36 +01:00
Gaute Lindkvist
c1f9e664cd
#3876 Fix picking offset issue arising from contour line fixes.
2019-01-01 16:20:04 +01:00
Gaute Lindkvist
6754f837d4
#3876 First label implementation. Not rotated yet.
2018-12-21 09:48:56 +01:00
Gaute Lindkvist
d259f8f33a
Move display transforms from contour map
2018-12-20 14:10:20 +01:00
Gaute Lindkvist
10da90350f
#3876 Create Counter Clockwise closed polygons out of the contour line segments
2018-12-20 09:47:25 +01:00
Jacob Støren
c4cc33b624
#3639 Add map projection icon for Contour maps
2018-12-04 15:13:19 +01:00
Gaute Lindkvist
20534775d6
#3809 Make Flow diagnostics work with contour maps
2018-11-30 13:47:46 +01:00
Gaute Lindkvist
fcc8ee6e27
#3736 Fix Linking issues related to Contour Maps.
...
* They are not allowed to be master views so a few things should be disallowed.
2018-11-22 13:39:07 +01:00
Gaute Lindkvist
094ae45dcd
Formatted contour map code and renamed some methods.
2018-11-21 09:33:21 +01:00
Gaute Lindkvist
66d5cedb2e
#3716 Ensure static results can be shown if there are no dynamic results.
2018-11-20 14:54:30 +01:00
Gaute Lindkvist
b41217455f
#3689 Change order of result aggregation types
2018-11-20 11:32:02 +01:00
Gaute Lindkvist
58c5f066c3
#3700 Fix bugs related to cell positions and grid extent.
2018-11-20 11:31:22 +01:00
Gaute Lindkvist
42d3e65416
#3700 Add visual picking marker and improve map results
...
* Fix "off by half a cell" errors and improve smoothness using averaging and interpolation
2018-11-19 15:24:18 +01:00
Gaute Lindkvist
e2cc7fb423
#3699 Show global east west position when picking on Contour Maps.
2018-11-15 15:19:19 +01:00
Gaute Lindkvist
c99fb71c36
#3687 Fix view updates if creating a brand new contour map, not based on existing view
2018-11-14 13:49:57 +01:00
Gaute Lindkvist
387741d0c1
#3530 Support picking on 2d Maps.
2018-11-14 13:43:55 +01:00
Gaute Lindkvist
052b3e0c7c
2d Maps: Remove volume adjustment code with little effect.
2018-11-13 14:43:52 +01:00
Gaute Lindkvist
a8feee287c
#3681 and #3680 Introduce regular sum and fix column result.
2018-11-13 14:43:52 +01:00
Gaute Lindkvist
667518c849
#3628 2d Maps: Weighting by result parameters
2018-11-09 15:25:45 +01:00
Gaute Lindkvist
669b40df20
#3654 2d Maps: set mean aggregation as default.
...
* Top used to be default, but is our least attractive view because it suffers from more edge effects than other views, because the deeper k-levels of for instance Norne is wider than the top level.
* Set it to Oil-column by mistake earlier, which doesn't work well when creating from an existing 3d View because it doesn't match the result parameter.
2018-11-09 11:47:19 +01:00
Gaute Lindkvist
72d3a6b46f
#3595 Implement auto naming for contour maps
2018-11-09 10:40:05 +01:00
Gaute Lindkvist
53fad80e89
2d Maps: Renames to make classes and variables more consistent.
...
* Everything is now named something related to ContourMap:
- Rim2dEclipseView -> RimContourMapView
- Rim2dGridProjection -> RimContourMapProjection
....
2018-11-09 09:11:29 +01:00