- Jul 13, 2015
-
-
Utkarsh Ayachit authored
vtkNetCDFCAMReader did not deal with periodicity of the domain correctly. There were cases (as demonstrated by the report BUG) where the cells we incorrectly split. Fixed the code to be more robust to the potential ways in which the points in the cells are defined. Also includes some performance tweaks e.g. using vector instead of map. This deprecates the SetCellLayerRight/GetCellLayerRight API on the reader. This API is no longer needed since the reader makes an informed decision when deciding which side to place the cells that overlap the periodic boundary.
-
- Jul 08, 2015
-
-
e4c6f5c5 BUG #15155: Fix issues with temporal interpolator. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !368
-
59b354cb BUG: Replace deprecated functions. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !380
-
- Jul 07, 2015
-
-
Dan Lipsa authored
-
96baf8e8 BUG: Get rid of error printouts from TestRIBExporter Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !371
-
f3872507 Add a warning if there is not a scene set on the vtkAxis instance. fd6c85fb Use max(tdx, tdy) to determine string bound scaling... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !369
-
61e11ad8 Deprecating FrontBuffer member and double passing tests if necesssary 93e821f5 fixup python testing Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !361
-
- Jul 06, 2015
-
-
Dan Lipsa authored
This fixes: ERROR: In /Common/ExecutionModel/vtkImageAlgorithm.cxx, line 137 vtkOpenGLTexture (0x7fa67b434bc0): Definition of Execute() method should be in subclass and you should really use the ExecuteData(vtkInformation *request,...) signature instead and ERROR: In /home/danlipsa/src/VTK/IO/Image/vtkTIFFWriter.cxx, line 137 vtkTIFFWriter (0x2028280): Unsupported data type: double ERROR: In /home/danlipsa/src/VTK/IO/Image/vtkTIFFWriter.cxx, line 248 vtkTIFFWriter (0x2028280): Could not get data from input. ERROR: In /home/danlipsa/src/VTK/IO/Image/vtkTIFFWriter.cxx, line 410 vtkTIFFWriter (0x2028280): Problem writting trailer.
-
2a3dcbd7 BUG: Fix version for ghost documentation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !370
-
Dan Lipsa authored
-
bdf3b4c2 Defer matplotlib initialization for text rendering. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !349
-
David C. Lonie authored
This is a common issue, worth notifying devs when something is amiss.
-
David C. Lonie authored
...rather than anisotropic scaling, since we can't render fonts like that anyway.
-
e6e67374 Do not force manifest selection for vtkhdf5 libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !345
-
- Jul 04, 2015
-
-
Utkarsh Ayachit authored
vtkTemporalInterpolator changed the output dataobject to be same ptr as the internally cached dataobject. That meant that when the output was reset for a subsequent execution, the cached dataobject would get reset/reinitialized too! That was causing the report bug. Fixed by not changing the output data object ptr, instead shallow copying the cached value to it (as is the norm in VTK filters).
-
- Jul 03, 2015
-
-
69ff5a03 ENH: Restore Common/DataModel Cxx tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !353
-
6fad8fe7 ENH: TestChangeInformation does not print error message. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !352
-
Mathieu Westphal (Kitware) authored
-
- Jul 02, 2015
-
-
David E DeMarle authored
Added Edge Annotation functionality to vtkCornerAnnotation The vtkCornerAnnotation class provides extremely useful functionality for adding 2D text overlay annotations to the corners a rendering, but does not support adding the such overlays centered along the edges of the rendering, which is very commonly used for medical imaging annotation (A/P S/I R/L). This enhancement adds support for edge annotations (at the TopEdge, BottomEdge, LeftEdge, and RightEdge annotation positions) to the previously existing corner positions, allowing any combination of edge and corner annotations, with no changes to existing code that uses the corner annotation functionality. I also cleaned up some confusing layout calculation code that is common to all types of annotation (though it still could use more refactoring). The example has been updated to test both types of overlays, requiring a change to the baseline output. It is worth considering renaming the entire class to vtkEdgeAnnotation, as that would more generally characterize its functionality (as corners are parts of edges, but edges are not parts of corners), but this would require modification to all third-party code using this class and may not be desirable. See merge request !166
-
14912887 ENH: Removed unused vtkExplicitCell Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !362
-
Bill Lorensen authored
vtkExplicitCell may be leftover from some early experiments.
-
784ea237 Update Get macro for paraview parsers. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !356
-
85f46e79 Fix the median computation in vtkImageMedian3D. f978e5a1 Replace the O(n^2) median algorithm with an O(n) one. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !350
-
11929aed Fixing 14897 mantis bug, adding VTKTargets.cmake in install Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !360
-
Mathieu Westphal (Kitware) authored
-
d12e8007 BUG: InteractorEventRecorder bug results warning about passive observer. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !323
-
7f7eb201 BUG: Fix warning 'Resetting view-up since view plane normal is parallel' Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !359
-
5693e5f1 BUG: Fix warning 'Resetting view-up since view plane normal is parallel' Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !358
-
6890ae40 ENH: Remove unused tcl tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E DeMarle <dave.demarle@kitware.com> Reviewed-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !354
-
Mathieu Westphal (Kitware) authored
-
- Jul 01, 2015
-
-
Dan Lipsa authored
This test used the default view up and then did a vtkRenderer::ResetCamera which resulted in warning Warning: In /home/danlipsa/src/VTK/Rendering/Core/vtkRenderer.cxx, line 1043 vtkOpenGLRenderer (0x1b45060): Resetting view-up since view plane normal is parallel
-
Dan Lipsa authored
This test used the default view up and then did a vtkRenderer::ResetCamera which resulted in warning Warning: In /home/danlipsa/src/VTK/Rendering/Core/vtkRenderer.cxx, line 1043 vtkOpenGLRenderer (0x1b45060): Resetting view-up since view plane normal is parallel
-
90bd6dc1 Add test and fix reader a5e481dc fix header test 7bb9fd44 Fix error with java wrapping 5d3c7d68 code cleaning 54f52ce1 Enhance and optimize Xdmf2 reader and writer to support static meshes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !347
-
David E DeMarle authored
Fix depth peeling with antialiasing Patch restores the aa state after the peels like the OpenGL1 version did. @ken-martin See merge request !351
-
David C. Lonie authored
-
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.
-
Bill Lorensen authored
Restore Cxx tests that were not ported to vtk6. Minor cleanup on the tests. CellLocator2 removed because it was redundant with CellLocaotr (now TestCellLocator).
-
Joachim Pouderoux authored
-
- Jun 30, 2015
-
-
Bill Lorensen authored
These tests were not ported to vtk6. Furthermore there are python and/or Cxx tests that are the same as these tests. The unused tests were found using the Utilities/Maintenance/VTKTestsByLanguage.py script.
-