- 03 Aug, 2016 3 commits
-
-
Sean McBride authored
-
Sean McBride authored
-
Sankhesh Jhaveri authored
1f429263 Test cases for shading with intensity projections 7e63bbdf Do not shade for max and min intensity blend modes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1666
-
- 01 Aug, 2016 3 commits
-
-
Sebastien Jourdain authored
81d86c11 Break multiple context 'with' statement for python 2.6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1761
-
Sebastien Jourdain authored
-
Utkarsh Ayachit authored
e1fe01a6 Cleanup QT5. 49a1993a Enable customization of find_package(). Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1754
-
- 31 Jul, 2016 1 commit
-
-
Bill Lorensen authored
bb2d1036 BUG: QuadraticPyramid::IntersectWithLine fails Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1738
-
- 29 Jul, 2016 2 commits
-
-
David Gobbi authored
5da6e11a slight perfomance improvement to vtkImageBlend Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1733
-
T.J. Corona authored
bf3267c7 Fixes to style and documentation in vtkPolygon. 34ab82e6 In vtkPolyhedron, edit comments to avoid wrng C4125 in Tcl-gen code. dc56dc40 Support for vtkPolygon::IsConvex() to handle colinear & degenerate points. cba94876 Add Convex check for vtkPolyhedron. edffbe43 Condense static vtkPolygon methods and add Convex check for vtkPolygon. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !959
-
- 28 Jul, 2016 14 commits
-
-
T.J. Corona authored
-
Seun Odutola authored
Added special case for RGB to RGB and RGBA to RGBA, where the loops are rewritten, transforming pointer arithmetic to indexing in order to allow auto-vectorization by clang. For the RGBA to RGBA case there was a noticeable gain of 3.2% in performance.
-
David Gobbi authored
4cc6d511 Optimize the reslice nearest neighbor interpolation 41fdbbf6 Use logical and in reslice nearest-neighbor path. 24b5ed72 Use vtkImagePointDataIterator in vtkImageReslice Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !1709
-
T.J. Corona authored
4665a1b9 Add vtkUnstructuredGridQuadricDecimation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1600
-
David Lonie authored
33c574fc Fix some non-linear cell contour implementations. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1319
-
T.J. Corona authored
vtkUnstructuredGridQuadricDecimation is a filter that decimates pure tetrahedral meshes. This version is minimally modified from its original implementation by H. T. Vo, which is described in "Streaming Simplification of Tetrahedral Meshes" by H. T. Vo, S. P. Callahan, P. Lindstrom, V. Pascucci and C. T. Silva, IEEE Transactions on Visualization and Computer Graphics, 13(1):145-155, 2007.
-
T.J. Corona authored
4c1b9632 Merge branch 'log-plot-behavior' of https://gitlab.kitware.com/tjcorona/vtk into log-plot-behavior 53be7324 vtkChartXY: Add an option to auto rescale axis range for log plots. 37501b13 vtkChartXY: Add an option to auto rescale axis range for log plots. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1584
-
Bill Lorensen authored
valgrind detected a Conditional jump or move depends on uninitialised value(s) The IntersectWithLine method was not passing the QuadraticePyramid's points to the triangle faces and the quad faces. New baselines will be required once the patch is approved.
-
T.J. Corona authored
aab8fed3 In vtkHoudiniPolyDataWriter, quiet assignment operator warnings. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1755
-
T.J. Corona authored
-
T.J. Corona authored
-
T.J. Corona authored
-
T.J. Corona authored
-
T.J. Corona authored
-
- 27 Jul, 2016 7 commits
-
-
Utkarsh Ayachit authored
In module configuration files generated for Qt-based modules, we now export find_package() calls that find specific components from Qt5 i.e. `find_package(Qt5 COMPONENTS Widgets)` instead of `find_package(Qt5Widgets)`.
-
Utkarsh Ayachit authored
`vtk_module_export_code_find_package` now supports passing arguments to the exported `find_package` call e.g. to pick specific components to load from the package.
-
T.J. Corona authored
dba517dc In TestMersenneTwister, add explicit cast to quiet Windows machines. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1753
-
Ken Martin authored
661ea5b5 fix a few warnings that have crept in Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !1746
-
T.J. Corona authored
-
Sean McBride authored
ddc42cf7 Fixed memory leaks in error paths a919d1fb Very trivial misc improvements 774079b6 Fixed cppcheck warning about dead branch 8005f343 Apply VTK_DELETE_FUNCTION to vtkFieldNode 85b232f7 Copy ivar when copying object to fix cppcheck warning 72d1d6a0 Adding missing va_end found by cppcheck c890364f Add Xcode’s xcuserdata folder to .gitignore 0fddb4d5 Add more VTK_DELETE_FUNCTION decorations Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1737
-
David Lonie authored
2f7110c7 Add support for reading/writing vtkMolecules in IO/Legacy. 375be371 Mark bond list as dirty when copying a vtkMolecule. 75499ca1 Add vtkMolecule::GetBondList(). 39a2e117 Overload graph copy methods in vtkMolecule. 07599a5d Fix typo in vtkMolecule. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1740
-
- 26 Jul, 2016 10 commits
-
-
Sean McBride authored
-
Sean McBride authored
-removed useless cast -improved comments -more declarations into for loop
-
Sean McBride authored
If the #if is 0, the else branch is dead. Reworked things to avoid warning. Also fixed pluralization of 0 case in output string.
-
Sean McBride authored
-
Sean McBride authored
-
Sean McBride authored
-
Utkarsh Ayachit authored
31b13ea5 Proposed fix for handling Exodus files that lack time 5ce9b66d Fixes bug introduced in 235bd27a. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1749
-
Andrew E Slaughter authored
(refs #16738) (cherry picked from commit 1cdf99cd)
-
Andrew E Slaughter authored
The bug is causing vtkExodusIIReader::GetNumberOfTimeSteps() reports an incorect value for files with a single timestep. Bug: http://www.vtk.org/Bug/view.php?id=16738 (closes #16738) (cherry picked from commit 62bf4066)
-
T.J. Corona authored
1fb38f41 In vtkCellIterator, provide a fast lookup for cell dimension. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1748
-