Jacob Støren
fefd4d2fe8
#5429 Use const reference instead of copy
...
Had no effect on Win64 but is better style
2020-01-31 15:01:53 +01:00
Jacob Støren
d32db574cb
#5318 Surface Intersection geometry with results
2020-01-17 13:24:25 +01:00
Jacob Støren
e05f9320d7
Rename to appendIntersectionFacesToModel
2020-01-17 13:24:24 +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
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
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
Magne Sjaastad
fe9e567825
#4683 clang-format on all files in ApplicationCode
2019-09-06 10:57:22 +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
Gaute Lindkvist
798e3ff19e
#4256 Update fonts in Project and views when changing preferences
2019-04-12 14:47:21 +02:00
Jacob Støren
726f5ee596
Remove compiler warnings
2019-01-25 16:19:14 +01:00
Magne Sjaastad
6db80f40b9
#3856 Update copyright headers
2019-01-09 15:29:24 +01:00
Bjørn Erik Jensen
35405ebafc
#3706 Annotations. First commit. Not tested
2018-11-23 13:33:59 +01:00
Magne Sjaastad
6346ed012c
clang-tidy : Remove redundant 'virtual' and add 'override'
2018-10-18 19:45:57 +02:00
Magne Sjaastad
5a1acc124f
#3512 System : Remove unused functions
2018-10-17 13:52:48 +02:00
Magne Sjaastad
09baef3e1c
Remove local variable definition shadowing other variable
2018-09-28 09:39:10 +02:00
Magne Sjaastad
acf6a17c40
Fix warnings
2018-09-27 20:49:47 +02:00
Magne Sjaastad
0127e0c1b5
#3343 Holo Lens : Use default surface color from geo mech
2018-09-21 14:14:19 +02:00
Magne Sjaastad
163193dc6c
Whitespace
2018-09-21 14:14:19 +02:00
Magne Sjaastad
32237b6c7c
#3401 HoloLens : Add detection of mesh line parts
2018-09-21 14:14:19 +02:00
Magne Sjaastad
bbebbf108f
#3340 Remove unused variables
2018-09-10 10:27:54 +02:00
Jacob Støren
9025cedecb
#3204 Add double precision to OffshoreSphericalCoords
2018-08-14 11:41:20 +02:00
Jacob Støren
fb7a7e39eb
#3201 #3202 Split in separate files. Move offshore spherical coords stuff to separate file in RiaTools
2018-08-14 11:41:19 +02:00
Magne Sjaastad
76913aded5
CppCheck : Use std::array
2018-08-10 16:05:35 +02:00
Magne Sjaastad
aeae19c748
#3185 Use std::array instead of FixedArray
2018-08-07 10:07:42 +02:00
Magne Sjaastad
5bbc0ee89f
CppCheck : memcpy did not copy all data as intended
2018-08-03 07:12:40 +02:00
Magne Sjaastad
a90755c899
Guard null pointer access
2018-06-29 16:42:23 +02:00
Magne Sjaastad
451ce82aa9
Guard null pointer access
2018-06-29 16:42:23 +02:00
Jacob Støren
73c0373264
#2940 Geomech: Display offset in place for intersections
2018-05-18 14:02:54 +02:00