- Jul 02, 2015
-
-
Mathieu Westphal (Kitware) authored
-
- Jul 01, 2015
-
-
1531bc37 BUG: Missing data file Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !355
-
Bill Lorensen authored
The golf.csv file used by the ParticleReader example was missing.
-
- Jun 30, 2015
-
-
8044bf4e ENH: Unit Test for Linear, Quadratic and BiQuadratic Cells Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !338
-
Bill Lorensen authored
Test all of the Cell API for Linear, Quadratic and BiQuadratic cells (except for clipping and contouring). Attempt to numerically validate tested methods. This Unit Test has uncovered the following errors and/or inconsistencies: DOC: Cells that use Newton's method to find coordinates did not consistently report a bad determinant. All cells now use vtkDebugMacro. BUG: Polygon Intersection test failed for points on vertices and edges BUG: Polyhedron Intersection test failed for points on vertices, edges and faces BUG: Pyramid Wrong pcoords for apex. BUG: QuadraticPyramid Missing test for apex singularity when finding position ENH: QuadraticPyramid Improved shape functions BUG: QuadraticTriangle Derivatives() method was changing input pcoords. EvaluatePosition set pcoord[2] to wrong value. BUG: BiQuadraticTriangle EvaluatePosition method set pcoord[2] to wrong value. DOC: BiQuadraticQuadraticHexahedron Reported error for divergence of newton's method. Most cells do not do this DOC: TriQuadraticHexahedron Reported error for divergence of newton's method. Most cells do not do this BUG: QuadraticPolygon Derivatives() method was changing input pcoords. DOC: QuadraticQuad Copy/paste error describing pcoord transformation Reported error for divergence of newton's method. Most cells do not do this
-
- Jun 29, 2015
-
-
ef328bcf Fix vtkAxis scaling when TileScale is set on the renwin. 48b5509f Account for TileScale in RenderWindowToImage filter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !267
-
- Jun 26, 2015
-
-
58d3c349 Fix for clear depth call on es Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !343
-
ec9015c7 Make sure PV texture fix hits the other use cases Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !341
-
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
-
David C. Lonie authored
Now vtkAxis will show the same number of ticks and the same relative text size when magnifying the image. Text will still be a little funky if the scaling is anisotropic, but at the moment our freetype engine doesn't support anisotropic dpi (not sure if the MPL backend can or not). New API: vtkContextScene::GetLogicalTileScale() returns the renderwindow tilescale or (1, 1) depending on whether ScaleTiles is enabled. There are some random fixes where vtkAxis objects were being used without a scene, which led to segfaults when trying to look up the tile scale internally.
-
David C. Lonie authored
Update the filter to respect the original tilescale of the window.
-
Ken Martin authored
-
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
-
Ken Martin 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.
-