Jacob Støren
6e55ca82e2
Fixed Problem regarding negative riTrans values
...
The reason was a bit sloppy detection of whether the surface normals was
pointing outwards or inwards in a cell.
The cells can be turned inside out due to depth/Z or mapaxis conditions.
2014-09-23 12:26:08 +02:00
Jacob Støren
01cfed9ab7
Fixed crash after copy/paste of view and case
2014-08-28 13:37:56 +02:00
Magne Sjaastad
76d6304f79
Pick info : Use IJK instead of XYZ
2014-08-26 13:41:34 +02:00
Magne Sjaastad
786f3bbd9c
Fwk: Moved static functions to pdmDocument
2014-08-19 10:57:08 +02:00
Magne Sjaastad
659c90e3e9
Fwk: Created a separate update function for uiIconState
2014-08-19 10:38:35 +02:00
Jacob Støren
7a3d90daa4
Removed fvector and replaced with FixedArray.
...
Needs replacing with std::array when we get to c++11
2014-08-14 10:56:21 +02:00
Jacob Støren
322823754b
Replaced dataAccessObject with resultAccessor
2014-08-14 10:56:20 +02:00
Magne Sjaastad
da108bfb03
Fwk: Moved function call out of initAfterRead
2014-08-14 10:56:15 +02:00
Magne Sjaastad
c579c61404
Fwk: Update enabled state for icons based on object toggle field
2014-08-14 10:56:07 +02:00
Magne Sjaastad
86b74e383e
Do nothing if no source tree can be created
2014-08-14 10:56:06 +02:00
Magne Sjaastad
d87c3da789
Fwk: Allow label text on check box widget
2014-08-14 10:55:46 +02:00
Jacob Støren
710395bb85
Created StructGrid...ToCellFaceMapper
...
Done to start refactoring to pave way for many new combined result
properties
2014-08-14 10:55:42 +02:00
Magne Sjaastad
cbc3238180
Do not show progress info when running from unit tests
2014-04-25 09:59:41 +02:00
Magne Sjaastad
19ff7075d3
Added serialization of pdm objects using QSettings
2014-04-22 13:17:27 +02:00
Magne Sjaastad
040dc12e1b
Added property dialog
2014-04-22 13:16:25 +02:00
Magne Sjaastad
89fc4629c8
Added default editor for quint64
2014-04-22 13:16:24 +02:00
Magne Sjaastad
b158c0da9d
Use polygon offsett to avoid flickering with mesh lines
2014-04-22 11:22:17 +02:00
Magne Sjaastad
bf9ecc7c5f
Changed how synchronization functions are detected
2014-04-15 11:50:04 +02:00
Magne Sjaastad
486f383de7
Integrated changes for framework
...
Pdm fields can contain a forward declared Pdm object without the include
file
VizFwk: Added VertexColoring shader to be able to use per vertex color
used from drawableGeo::setColorArray()
2014-04-11 11:06:42 +02:00
Magne Sjaastad
49a43a036e
Pick info and result info: Added face type
2014-01-03 14:59:52 +01:00
Magne Sjaastad
3e6954d7f5
Read multiple FAULTS keywords
...
A list of files are cached in the project file. When reading faults from
these files, make sure multiple FAULTS keywords in the same file is
parsed.
2014-01-03 09:44:13 +01:00
Jacob Støren
b52c0fcdd3
NNC: Added face to result info text
2013-12-19 10:50:48 +01:00
Magne Sjaastad
ec181e94f8
Added depth write to effect generator
2013-12-19 09:16:29 +01:00
Magne Sjaastad
f492f0eda2
Renaming
2013-12-19 09:16:29 +01:00
Jacob Støren
49fe3e9f4c
EffectGenerator: Renamed faceculling member
2013-12-18 13:53:32 +01:00
sigurdp
0100038db0
Experimental support for offsetting NNCs when drawing
...
Utilize polygon offset in conjunction with disabling of depth writes to
layer drawing of NNs on top of other fault drawing.
2013-12-18 12:13:44 +01:00
Magne Sjaastad
a617c4a430
Added more control of face culling
2013-12-18 09:31:43 +01:00
Jacob Støren
56b7053a15
StructGrid: Added Comment
2013-12-17 13:28:07 +01:00
sigurdp
28d0fbc476
Added support for multi-level polygon offset
...
Allow effect generator to tak multiple levels of polygon offsetting.
2013-12-17 13:11:46 +01:00
Magne Sjaastad
c32cf208f2
Removed redundant call
2013-12-17 11:52:42 +01:00
Jacob Støren
b23490106e
Added IntArray6
2013-12-12 22:18:17 +01:00
Jacob Støren
6660614657
Added NO_FACE to the face define
2013-12-12 22:18:09 +01:00
JacobStoren
5ca8911a68
Linux compile fixes
2013-12-09 15:48:55 +01:00
Jacob Støren
776ed7755e
Improved FixedArray
2013-12-06 14:22:01 +01:00
Magne Sjaastad
19737aa99a
Use const access for FixedArray. Added sorting of faults
2013-12-05 09:59:05 +01:00
sigurdp
477792e89d
Refactored naming of cvfqt:Utils member functions
2013-12-04 17:04:05 +01:00
sigurdp
cc72c7b2f6
Merged down changes from Resinsight dev branch
2013-12-04 16:06:48 +01:00
sigurdp
368af75bf2
Refactored ProgramOptions class
2013-12-04 14:56:04 +01:00
Jacob Støren
c7a4b48224
Linux compile fix
2013-12-04 14:37:54 +01:00
Jacob Støren
5f1e7204bf
Merge branch 'FwkBBAWUpdates' into dev
2013-12-04 12:09:18 +01:00
sigurdp
192f4bba59
Added conversion of lists/arrays plus renames
...
Renamed/deprecated fromQString(), new function is toString()
2013-12-04 11:51:12 +01:00
sigurdp
4db4e44668
Added member ProgramOptions::firstValue()
2013-12-04 11:49:05 +01:00
Jacob Støren
40b4a98498
Fixed error in comment
2013-12-04 11:24:57 +01:00
Jacob Støren
c608376c4e
Added ArrayWrapper and BoundingBoxTree to VizFwk
2013-12-04 11:24:53 +01:00
magnesj
65d9222d97
Fixes for Linux
2013-12-04 07:20:18 +01:00
Magne Sjaastad
12918ec107
Faults: Reading from Eclipse text files and basic visualization
...
Added reading of faults directly from Eclipse text files
Added named faults in project tree
Added fault geompetry parts
Added test data
2013-12-03 20:30:32 +01:00
sigurdp
58412c010c
Added cvf::ProgramOptions class to Fwk
...
Integrated from CS PF as of changelist 235
2013-11-29 13:00:09 +01:00
sigurdp
df5f1f85af
Integrated from CeeSol Perforce, changelist 203
...
AppFwk tests.
Added rotation to locator.
Caf::FrameAnimationControl : Set current frame to 0 if a framecount
change makes the current frame invalid
2013-11-01 16:54:24 +01:00
sigurdp
bbebebadd5
Added complete VizFwk
...
Added the complete VizFwk from the ResInsight branch in Perforce as of
changelist 190.
2013-11-01 08:49:42 +01:00
sigurdp
fbfbdfca84
Integrate Fwk updates from ResInsight/Perforce
...
Integrated Fwk updates in Resinsight branch up to changelist 173.
Summary of changes:
* Rewrite of cvf::OverlayItem to allow fixed user controlled positioning
of the items.
* Removed pure virtual functions OverlayItem::maximumSize() and
OverlayItem::minimumSize().
* Use caf::AboutDialog instead of modified cvfqt::BasicAboutDialog.
* Removed lapack from link line due to fail on Ubuntu 12.04 when lapack
isn't installed.
* Fix in OpenGLContext::saveOpenGLState() to avoid application
corruption when running on RedHat with VMWare.
* Removed unused font manager.
* Console assert handler only calls __debugbreak() if debugger is
present. Otherwise, calls abort(). Done after trouble running gtest
death tests.
* Made component access functions in Color3f, Color3ub, Color4f,
Color4ub inline.
* Added conversion functions between TextureImage and QImage to
cvfqt::Utils class.
* Optimized TextureImage::setPixel() - relies on new inlined
component-wise access functions for Color4ub.
* Added TextureImage::clear() and non-const version of
TextureImage::ptr().
2013-10-31 14:57:52 +01:00