- May 13, 2014
- May 11, 2014
-
-
Utkarsh Ayachit authored
c19112e5 Remove OpenGL error checks that were causing errors.
-
Utkarsh Ayachit authored
The OpenGL error checks in those code itself raise OpenGL errors when this code was called while building a display list (tracked using bugle). Checks in this API is an overkill anyways. The called code should to the checking if needed. Change-Id: If1daaaa9a7c8c4131a11c2b6d52a10b9a18a162f
-
- May 10, 2014
-
-
Zack Galbreath authored
4ffb1c50 fix failing R tests reported by CDash
-
- May 09, 2014
-
-
David Gobbi authored
050c2df6 Fix warning about trailing comma in enum list.
-
David Gobbi authored
Change-Id: I82f4b76f30f7b7b57c6050727a5927516791a2d4 Clang: commas at the end of enumerator list are a C++11 extension [-Wc++11-extensions]
-
David Gobbi authored
21f10c8c Clean up vtkMedicalImageProperties PrintSelf.
-
Zack Galbreath authored
This commit should resolve any "R is already initialized" errors. Change-Id: Ie1814e1dffaa1a975b5305df0a1a66d3edff5304
-
- May 08, 2014
-
-
Zack Galbreath authored
21d92cf5 change the way we shut down the R interface b77eff3c fix potential segmentation fault
-
- May 07, 2014
-
-
Brad King authored
Qt5 packages provide libraries to VTK in the form of imported targets. VTK libraries that link to them get exported with dependencies on the imported targets. We must make them available to applications that link to these VTK libraries too. Teach each module that depends on Qt5 to export code that runs when an application loads the module as part of its build process. Find the needed Qt5 package on behalf of the application to satisfy the module's dependency on it. Change-Id: Ib638ccafa084fbb06c20eb09464265501ccafc80
-
George Zagaris authored
df25648b BUGFIX: Fix issue with unigrid enzo datasets
-
George Zagaris authored
9bfa169c ENH: Rename nodes to points in vtkStructuredData
-
Joachim Pouderoux authored
98fcc712 Fix and clean vtkWin32OpenGLRenderWindow class.
-
Joachim Pouderoux authored
The fix concerns the window name (title): before this patch, the name could only be set once the window was created. A default name was provided and appears in the title bar. The window name can now be set before the window creation as under the X implementation for instance. Fixed some nonsence code in GetPosition(). On the side, the code has been cleaned (coding style, useless comments...) Change-Id: I9e47941a932b1137964f93c6929bc0d0a2971ba3
-
- May 06, 2014
-
-
Sebastien Jourdain authored
53d52a87 Add support for mobile device interaction
-
Sebastien Jourdain authored
1f777440 NIFTI makes IOImage module depend on vtkzlib.
-
Sebastien Jourdain authored
Change-Id: I6280c8faf0b57081a156e7e2f90ebd8a9df49c66
-
David Gobbi authored
This dependency has to be stated explicitly. This error wasn't caught immediately because, on most sytems, vtkzlib is linked transitively via vtktiff and vtkpng. Change-Id: I36408557a7eed266fe05cdc891fc75dc1259502e
-
Zack Galbreath authored
The use of atexit() was causing R code that uses the parallel library to fail nondeterministically. Change-Id: Iff8eaafd786341f7bc10d50338c50525be492385
-
Ben Boeckel authored
964d6c80 Filters/Geometry: Hide WriteGrid if ENABLE_IO isn't on 2b67930d Filters/Geometry: Remove some unused functions from tests
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Ie60bd383aa22b225de246e543369e876095a23c6
-
118242d9 Merge topic 'tiff-zeiss' into master c28d5026 Merge topic 'ExposeSlabSum' into master 048419fb Add SetSlabModeToSum() to vtkImageResliceMapper. 8dc4fbe9 Merge topic 'CleanHyperTreeGrid' into master 07512db9 Merge topic 'nifti' into master e7aa61da Add reader/writer for NIFTIv1 and NIFTIv2 files. c13f410a Merge topic 'RestoreInteractionWidgetTests' into master 1098bc2e Merge topic 'fix-locator-recreation' into master 7ff8bfd0 Two fixes for certain lsm (zeiss) tiff images. 33916af1 Merge topic 'tiled-tiff-extent' into master 0fe573e8 Fix the extent for tiled tiff files. eb1a585d ENH: Provide PlaybackFile for recorded interaction events f82238ed PERF: Parallel streamline was slow. Fixed. f183298c Merge topic 'python-ptr-erase' into master 666ec458 Merge topic 'vtkweb_ssl' into master d47d6677 Merge topic 'catalyst-web-better-workflow' into master ...
-
- May 05, 2014
-
-
David Gobbi authored
d24747f6 Fix clang errors on array initialization
-
Joachim Pouderoux authored
Change-Id: I9c90b018f0f9477462b28f970b30d15084005ce4
-
- May 04, 2014
-
-
David Gobbi authored
Change-Id: I721d91a75a04f485a34aeed9fa04b154d892b1f8
-
- May 02, 2014
-
-
Robert Maynard authored
7ff8bfd0 Two fixes for certain lsm (zeiss) tiff images.
-
David Gobbi authored
048419fb Add SetSlabModeToSum() to vtkImageResliceMapper.
-
Ben Boeckel authored
It is unused otherwise. Change-Id: Ic13a1e15ae2dd121b0122e7b520551184da57e2c
-
Ben Boeckel authored
Change-Id: Ic1ae3928ee171531136d42630fec6484eb0a9cbd
-
David Gobbi authored
This change allows vtkImageResliceMapper to produce images that look like digitally reconstructed radiographs. It required a new property to be added to vtkImageReslice, called ScalarScale, so that the output intensity can be appropriately scaled to the slab thickness, which is specified in physical units of distance (typically millimeters). An existing test was modified in order to test this new feature. A ScalarShift property was also added for symmetry with ScalarScale, plus an OutputScalarType property so that vtkImageReslice can output a different scalar type than its input (useful for avoiding overflow with SetSlabModeToSum()). This change also fixes a performance issue that was introduced in August 2011 when the SetInterpolator() method was added: that change caused the scalar conversion to always clamp to the limits of the output type, even when clamping was unecessary. Now, clamping is only done when needed. Change-Id: I5e55db509e8ec537632a7a7e063a3bc0c50d9d20
-
Joachim Pouderoux authored
d0c862b4 Clean an enhance hypertree grids.
-
- May 01, 2014
-
-
David Gobbi authored
e7aa61da Add reader/writer for NIFTIv1 and NIFTIv2 files.
-
David Gobbi authored
This patch adds support for reading and writing NIFTI files, as well as full access to the NIFTI header. Versions 1 and 2 of the NIFTI header are supported, and the reader can also be used to read Analyze 7.5 files, though the only Analyze header elements that are supported are the ones that overlap with NIFTI. Automatic compression and expansion for gzipped files is also provided whenever the filename ends with a .gz extension. Change-Id: Iead3afb1a65d8c01aa52f3ca55c6da2f08703375
-
Bill Lorensen authored
eb1a585d ENH: Provide PlaybackFile for recorded interaction events
-
Berk Geveci authored
f82238ed PERF: Parallel streamline was slow. Fixed.
-
- Apr 30, 2014
-
-
David Gobbi authored
The first fix is that some zeiss images set PlanarConfig to "SEPARATE" (i.e. separate color planes) even when NumberOfSamples is 1. When the number of samples is one, the PlanarConfig can be safely ignored. The second fix is that ReadVolume assumed that the number of slices was always equal to NumberOfPages, which was in conflict with ExecuteInformation which set the number of slices to SubFiles if SubFiles > 0 (cf line 505). This caused a crash, because ReadVolume was reading more data than the reader had allocated space for. Change-Id: I822e45a53c210b5edebfe8ce27443fe1434110ba
-