- Jul 17, 2015
-
-
John Tourtellott authored
-
- Jul 10, 2015
-
-
John Tourtellott authored
-
John Tourtellott authored
-
- Jun 26, 2015
-
-
John Tourtellott authored
For use by downstream processes. One double value is stored for each raster band.
-
90dfa378 Allow NIFTI reader and writer to handle planar RGB files. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !321
-
6c006646 Fix TessellatorFilter so it does not crash with quadratic polygon cells. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Tristan Coulange <tristan.coulange@kitware.com> Merge-request: !342
-
19736b26 Performance cleanup. 2606ebe9 Mark ticks as dirty when enabling/disabling log scale. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !331
-
- Jun 25, 2015
-
-
32f5e6d9 Fix blank slices that appear in some TIFF volumes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !340
-
Joachim Pouderoux authored
-
3c9d9626 Close the DICOM file immediately after reading it. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !339
-
f51d10d3 Intel compiler 11.1 template typedef issue Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !330
-
60df241e Some fixes for PV ColorOpacityTableEditing Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !336
-
- Jun 24, 2015
-
-
ce110d71 Fix bug with bad TIFF tag on char/short format Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !337
-
David Gobbi authored
The logic for skipping subfiles that aren't part of the primary image (e.g. subfiles that contain reduced-resolution slices) was incorrect. When the reader encountered such subfiles, it would simply move on to the next slice of the image, without setting the voxel values for the current slice. Now, the "slice" counter and the "page" counter are distinct from one another, since not all pages become image slices.
-
David Gobbi authored
The vtkDICOMImageReader would keep the last file open until the reader itself was destructed. On Windows, this often means that the file cannot be deleted or moved until the application closes.
-
Marcus D. Hanwell authored
The writer only supports the writing of unsigned (the default), change the volume to match the behavior of the single image. This could be improved further in follow up commits if support for signed types is needed.
-
Ken Martin authored
This patch fixes some issues realed to texture mapping with multiple textures. This was showing up when depthpeeling was being used at the same time as scalar coloring by texturem where the texture was changing often.
-
ea532fa5 Expose mode-shape-range meta-data to downstream filters. 636fc932 Cleanup initialization of TimeStepRange/ModeShapeRange. e66cef8c Remove vtkExodusIIReader::UpdateTimeInformation(). Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Nathan <ndfabia@sandia.gov> Merge-request: !335
-
655c4cf7 Change while loop condition for osx. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !275
-
- Jun 23, 2015
-
-
cdd2e19a BUG: Fix test volume of interest to match data extents Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !326
-
Utkarsh Ayachit authored
Filters downstream from vtkExodusIIReader has access to mode_shape in FieldData, but there was no way of getting information for the range of the mode shapes. This changes added support for a new "mode_shape_range" array that provides this meta-data. Also adding "mode_shape" and "mode_shape_range" arrays only when HasModeShapes is true. Otherwise, these variables are meaningless.
-
Utkarsh Ayachit authored
vtkExodusIIReader now initializes TimeStepRange and ModeShapeRange in just 1 place consistently i.e. in a method called in RequestInformation(). Also making the reader not change the values of TimeStepRange and ModeShapeRange based on whether the HasModeShapes is true/false. This makes it hard for applications to consistently access this information since it would change based on the value of HasModeShapes.
-
Utkarsh Ayachit authored
This method is never called by anything. Hence, removing it to avoid confusion.
-
73b3d40e Add more support of Quadratic Polygon cells. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Tristan Coulange <tristan.coulange@kitware.com> Merge-request: !333
-
d6da179a More minor fixes efc7e9f0 A couple minor fixes that PV exposed Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !332
-
Joachim Pouderoux authored
- Cell type name was not set. - Add support for cell type in vtkDataSetSurfaceFilter and vtkUnstructuredGridGeometryFilter
-
- Jun 22, 2015
-
-
Ken Martin authored
-
Ken Martin authored
-
David C. Lonie authored
There were a couple spots that were calculating unused values. Moved them to only be calculated when needed.
-
David C. Lonie authored
-
2a505d9e Fix "#pragma warning" warning in gcc Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !327
-
Sujin Philip authored
Intel's 11.1 compiler version is not able to correctly handle the typedef inside the template class - BaseType. This is a workaround for that since there are some customers using this compiler.
-
1ce4ac63 Fix issue on Apple 3edf1f1b Fixes for failing tests 6d167984 More cleanup and fixes for 2D this time 3d4cf61e Fix prim id issue on mac d6a29684 Support wide lines in the polydata mappers on 3.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !322
-
- Jun 20, 2015
-
-
b052d7bb COMP: TestPentagonalPrism mempry leak Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !329
-
Bill Lorensen authored
The recently add test, TestPentagonalPrism had memory leaks.
-
- Jun 19, 2015
-
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
-
Ken Martin authored
Support wide lines in 3.2 using a geometry shader. This patch includes a number of cleanups to make using geometry shaders easier etc.
-