- 13 Oct, 2011 6 commits
-
-
Marcus D. Hanwell authored
Added more points to the data, and reduced the number of bins in the histograms for the test to exercise a little more of the new API. Change-Id: Ie6c378811d0360e8578739b8b3fcbcfebc2ad96c
-
Kyle Lutz authored
This adds a flag indicating that the layout needs to be recalculated. Change-Id: Ibe11b32fa12c8cf2210ec028e9299cb9833ddc9a
-
Marcus D. Hanwell authored
Made the number of bins in the scatter plot matrix histograms configurable. I also adjusted the semantics around finding the bin centers and fixed a few bugs when changing column visibility. Change-Id: Ice902511db7ca5561be3ce215960b46ef53a5a8f
-
Marcus D. Hanwell authored
The active plot can now be set by clicking on a chart in the lower-left triangle (the scatter plots) and become the active plot in the top-right. Also added linked selections, showing selected points in the other views when selected in the top-right. Change-Id: I81c3a753d3473c757b4bb89f39e32588cd1dc9fa
-
Marcus D. Hanwell authored
This gives users of the charts the ability to disable a particular type of action entirely. Change-Id: I5acdd33a2f5c9d261b685413c04d0e23d8d673c3
-
Kitware Robot authored
-
- 12 Oct, 2011 1 commit
-
-
Kitware Robot authored
-
- 11 Oct, 2011 6 commits
-
-
b1e81bc1 BUG: Delete all charts, then resize.
-
Marcus D. Hanwell authored
Currently using a very simplistic resizing technique - clear all charts and update the layout from the beginning again. This ensures that the layout is correct even if it causes more copying than necessary. Change-Id: Ib25e513106da53de96d7ba313ff27cfd9332a522
-
Kyle Lutz authored
This adds a check to see if the input table is empty and if so does not set it as the input. Change-Id: I4f7d870e7f2b099bacac4f43bc762c2ccbb70348
-
Kyle Lutz authored
This sets the VisibileColumnsModified flag to true in the vtkScatterPlotMatrix::SetColumnVisibilityAll() method. Change-Id: I12e9ebbf3cfb6fae347944cda088612f4eb9541a
-
Kitware Robot authored
-
- 10 Oct, 2011 3 commits
-
-
070804e4 Fixing multi-path MPI include issue
-
Kitware Robot authored
- 09 Oct, 2011 1 commit
-
-
Kitware Robot authored
-
- 08 Oct, 2011 1 commit
-
-
Kitware Robot authored
-
- 07 Oct, 2011 11 commits
-
-
0ecabb4a Fix debug leak of DummyController.
-
b921193b Merge topic 'windreader-mpiio' into pv-master 61a3d1fe Shadowed variable warning. e546e5fa Uninitialized variable warning. 8320bcaf Compiler warnings. c04bf965 Sohail's wind reader additions. afaddec5 One more shadowed variable warning. 7736b777 Fix for shadowed variable warning. 2db9d498 PIMPL FilePtr removing mpi.h include from vtkWindBladeReader.h. f51134b5 Undoing minor change to vtkMPI.h. bd21c90c Possible fix for unfound mpi.h. 0f56df17 Shadowed variable warning. 3ce49daa Changed reads to read_alls. 56209af7 MPI fix to make it run with one processor. 76a9e183 Merge branch 'pv-master' into scdemo f7ac3519 Updated the reader to be able to parse the text in MPIIO. 8f0b1f22 Converted to be able to use MPI-IO when possible for binary data.
-
61a3d1fe Shadowed variable warning. e546e5fa Uninitialized variable warning. 8320bcaf Compiler warnings. c04bf965 Sohail's wind reader additions. afaddec5 One more shadowed variable warning. 7736b777 Fix for shadowed variable warning. 2db9d498 PIMPL FilePtr removing mpi.h include from vtkWindBladeReader.h. f51134b5 Undoing minor change to vtkMPI.h. bd21c90c Possible fix for unfound mpi.h. 0f56df17 Shadowed variable warning. 3ce49daa Changed reads to read_alls. 56209af7 MPI fix to make it run with one processor. 76a9e183 Merge branch 'pv-master' into scdemo f7ac3519 Updated the reader to be able to parse the text in MPIIO. 8f0b1f22 Converted to be able to use MPI-IO when possible for binary data.
-
050f33df BUG: Need to set information for the stencil output if present.
-
David Gobbi authored
-
Jon Woodring authored
Change-Id: I7b230ee8de15e233ae7ff63bda14097eddd6e9a0
-
David Partyka authored
-
Kitware Robot authored
- 06 Oct, 2011 5 commits
-
-
Jeff Baumes authored
When there are multiple include directories for MPI, as happens on Ubuntu with openmpi, quoting the argument to INCLUDE_DIRECTORIES causes both to be treated as one path, and MPI includes cannot be found.
-
964bb684 Revert "Fix QVTKWidget refresh on resize problem on Windows"
-
Julien Finet authored
This reverts commit 8a679e20. On Windows, Qt::WA_PaintOnScreen is actually supported when providing a paintEngine. This is what QGLWidget does, even on Windows. The problem we faced with "Fix QVTKWidget refresh on resize problem on Windows" was that when using the cache image, the qt backingstore was flushing (on window activated event) an old buffer of the qvtkwidget instead of the cached image.
-
Jon Woodring authored
Change-Id: I7075e1f63f3b7949d5012a0156dbaca183a3ee38
-
Kitware Robot authored
-
- 05 Oct, 2011 6 commits
-
-
9a5ca53e BUG: Fix bugs with the reslice stencil output
-
David Gobbi authored
The vtkImageReslice filter has a vtkImageStencilData output that masks the pixels in the output image that map to pixels in the input image (as opposed to those that map to out-of-bounds). This commit fixes a couple bugs with the stencil generation.
-
c00d2a3f BUG: If prop matrix changed, vtkImageResliceMapper incompletely updated.
-
David Gobbi authored
The ResliceMatrix member of vtkImageResliceMapper did not have its timestamp modified when it changed, and as a result the reslicer in the mapper did not always update when it should.
-
Jon Woodring authored
Change-Id: I451e6c8dbcedd0b0065d128470c0b85998d95876
-
Jon Woodring authored
Change-Id: I87e1ee0dbfbda197f3804ff759afdd5da9c0425b
-