Jacob Støren
26db8d7351
#5285 Surface import command Items and parsing infrastructure
2020-01-08 12:09:50 +01:00
Jacob Støren
12e49656df
#5200 Allen results as separate results type only visible for faults
2019-12-20 13:55:56 +01:00
Kristian Bendiksen
0e4f9fe114
#5125 Show well measurements based on selection in RimWellMeasuremenInView.
2019-12-03 21:19:02 +01:00
Kristian Bendiksen
66ac8fee1d
#5125 Use category legend for well measurements without values.
2019-12-03 21:19:02 +01:00
Kristian Bendiksen
6efceea597
#5125 Make each well measurement a checkable entity.
2019-12-03 21:19:02 +01:00
Kristian Bendiksen
660d68a4d1
#5125 Update well measurement colors on legend changes in 3d views.
2019-12-03 21:19:02 +01:00
Jacob Støren
021af085a7
#5119 , #5120 Default case for intersection result
...
Fixed missing intersection colors when cellresults are turned off
2019-11-29 10:27:43 +01:00
Jacob Støren
ad25bb89c2
#5112 Add cell highlight on intersections with separate intersection result
2019-11-28 14:09:53 +01:00
Kristian Bendiksen
6bec758d15
#5001 Add RimWellMeasurementInViewCollection and legends.
2019-11-27 12:05:51 +01:00
Kristian Bendiksen
ea7df94649
#5001 Improve filtering of measurement collection.
2019-11-27 12:05:51 +01:00
Kristian Bendiksen
b4fea5f00a
#5001 Move RimWellMeasurementCollection from RimWellPath to
...
RimWellPathCollection.
Also add filtering of measurements by well path.
2019-11-27 12:05:51 +01:00
Kristian Bendiksen
37ab75bc2a
#5001 Add visualization for RimWellMeasurement.
2019-11-27 12:05:51 +01:00
Jacob Støren
191419b6b4
clang-format after intersection rename
2019-11-26 13:56:02 +01:00
Jacob Støren
06596673dc
Rename RimIntersectionHandle to RimIntersection
2019-11-26 13:26:37 +01:00
Jacob Støren
0a358941fb
Rename RivIntersectionBoxGeometryGenerator to RivBoxIntersectionGeometryGenerator
...
Rename RivIntersectionBoxSourceInfo to RivBoxIntersectionSourceInfo
2019-11-26 13:20:16 +01:00
Jacob Støren
4672528a4d
Rename RimintersectionBox to RimBoxIntersection
...
Rename RivIntersectionBoxPartMgr to RimBoxIntersectionPartManager
2019-11-26 13:14:55 +01:00
Jacob Støren
0e14c63f07
Rename crossSection to intersection in general code
2019-11-26 12:45:08 +01:00
Jacob Støren
54c96581f1
Rename RivIntersectionSourceInfo to RivExtrudedCurveIntersectionSourceInfo
2019-11-26 11:56:05 +01:00
Jacob Støren
0617b56850
Rename RivIntersectionGeometryGenerator to RivExtrudedCurveIntersectionGeometryGenerator
...
and RivIntersectionPartMgr to RivExtrudedCurveIntersectionPartMgr
2019-11-26 11:51:54 +01:00
Jacob Støren
152d2bde17
Rename RimIntersection to RimExtrudedCurveIntersection
2019-11-26 11:35:21 +01:00
Jacob Støren
bf8ed71641
Method rename
2019-11-26 10:35:45 +01:00
Jacob Støren
7aec88de3c
#5019 Fix wrong use of explicit scalar mappers for intersections
...
Only 2d intersection view is supposed to use them
2019-11-25 15:33:42 +01:00
Jacob Støren
4bafefa225
#5019 2D Intersection views based on separate intersection results now respects the animation toolbar
2019-11-25 13:02:35 +01:00
Jacob Støren
9bfe51b205
#5019 Support separate intersection results for 2Dintersection views
2019-11-25 11:40:57 +01:00
Jacob Støren
f3b458dfbc
Fix regressions for intersection views.
...
Introduced by cd08185678
Wrong scalar mappers used when coloring.
Wrong timestep used
2019-11-21 15:14:17 +01:00
Jacob Støren
c1df283369
Fix crash in intersection coloring wne geometry is missing
2019-11-21 12:43:26 +01:00
Jacob Støren
a181e0c11d
#5019 Refactoring Move IntersectionResultsColoringTool to a separate file
...
Also moved the implementation code
2019-11-20 13:59:16 +01:00
Jacob Støren
cd08185678
#5019 Use the static methods to color intersections as well
...
Move all the color/texture generation methods into a separate tools class.
(Only scope wise)
2019-11-20 13:01:25 +01:00
Jacob Støren
46f335ad0b
#5019 Refactor the color generation in the boxintersection into static methods
...
These methods are to be used from the normal intersections as well.
2019-11-20 12:00:43 +01:00
Jacob Støren
c79de08c40
Improve const-ness somewhat on some results color related methods
2019-11-20 10:39:48 +01:00
Jacob Støren
6e96570995
#5019 Position the separate source box/intersections correctly acc to displayOffset
2019-11-20 10:39:48 +01:00
Jacob Støren
dcb32c285f
Unification of color texturing code in Intersection and -Box
2019-11-20 10:39:48 +01:00
Jacob Støren
57dfd3b67a
Intersection color texturing: Remove dependency on view and RimEclipseResultColor
...
Also start to harmonize intersection and intersection box texturing
2019-11-20 10:39:48 +01:00
Jacob Støren
db0bbb96c4
#5019 Use hex grid interface creation from data source for all intersections
2019-11-20 10:39:48 +01:00
Jacob Støren
612332cbbc
#5019 Move RimIntersectionHandle to separate files Use in RimIntersectionBox
2019-11-20 10:39:48 +01:00
Jacob Støren
9ed3d8babc
#5019 WIP: Made fields in IntersectionHandle protected
2019-11-20 10:39:48 +01:00
Jacob Støren
8eb94eaabe
Fix bbox invalid assert in RiuViewer in debug build
2019-11-08 10:40:37 +01:00
Magne Sjaastad
0caaaf7159
clang-format : Fixes related to bug in clang-format plugin
...
The LLVM/clang plugin to visual studio has a bug related to single space formatting changes. This commit fixes invalid formatting related to these issues.
2019-11-07 07:37:50 +01:00
Jacob Støren
03b44fc36f
Avoid regenerating gridbox when unchanged
2019-11-05 09:30:58 +01:00
Magne Sjaastad
57cab2457e
clang-format : Set PenaltyBreakAssignment to 130
2019-11-04 15:08:09 +01:00
Magne Sjaastad
7c8cf60dba
clang-format : Set AllowAllParametersOfDeclarationOnNextLine to false
2019-11-04 14:35:41 +01:00
Magne Sjaastad
67e7bb0cf3
Fixes detected by cppcheck ( #4974 )
...
* Janitor : Remove obsolete pointer to dialog
* Janitor : Remove unused functions
* Janitor : Remove unused functions
* Janitor : Add explicit to constructors
* Janitor : Remove unused variables
* Janitor : Remove unused functions related to summary plot templates
* clang-tidy : Use nullptr instead of 0
* clang-tidy : Fix usage of virtual and override
* Upped to version 2019.08.2-dev.05
* Janitor : Remove unused variables
* Janitor : Clean up several cppcheck issues
* Janitor : Add cppcheck config files
* Janitor : Use const when possible
2019-11-03 08:37:03 +01:00
Jacob Støren
b0f8dfa9e6
#4849 Co-visualization: Simple use of the comparison view support in the Viewer classes
...
The feature is ready for testing.
2019-10-11 14:52:49 +02:00
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +02:00
Magne Sjaastad
3a317504bb
#4683 Fix line endings and execute clang-format
2019-09-06 10:56:43 +02:00
Magne Sjaastad
ef80f5b629
#4683 System : Remove obsolete include of cvfBase.h
2019-09-06 10:52:54 +02:00
Gaute Lindkvist
57b33b0d4c
First implementation of Headless ( #4392 )
...
* Revert "#4377 Octave : Use RiaLogging for error messages instead of QErrorMessage "
This reverts commit f758a8edb2
.
* Revert "#4380 Preferences : Changing scene font size when geo mech view is open causes crash"
This reverts commit df62a41397
.
* Revert "#4379 Documentation : Update command line parser for import of summary files"
This reverts commit d0b5357ed4
.
* Unfinished WIP
* Builds but crashes
* Refactored code now builds and runs
* ResInsight can now run the unittests headless
* Can run some command files successfully
* Build on Linux
* Extra headless hack header
* Moved PdmUiItem hack to cpp file
* Fix headless crash in RimWellAllocationPlot
* Handle error gracefully if ExportSnapshots command is executed from console
* Add caf::QIconProvider and remove some hacks
* Also made the greying out of disabled icons work for a couple of cases where it didn't.
* Linux build fix
* #4380 Reimplement fix df62a41397
by @magnesj on top of Headless code changes
* #4379 Reintroduce kode from d0b5357ed4
by @magnesj
* #4377 Restore f758a8edb2
in new Headless code
2019-05-06 10:36:05 +02:00
Magne Sjaastad
8ce9f63487
#4328 Stimulation wells in 3D-view: Render well head using pipe color
...
If well head is a real connection, render as normal connection. If dummy connection, render as pipe color
2019-04-26 13:30:29 +02:00
Magne Sjaastad
e2d21bb4f9
#4348 System , cppcheck : Remove unused local variables
2019-04-20 14:24:17 +02:00
Magne Sjaastad
3c2f4eb692
#4348 System , cppcheck : Remove unused variables
2019-04-20 14:14:29 +02:00