- Apr 08, 2017
-
-
Sean McBride authored
snprintf is now part of C++11 and is already simulated for old versions of VS.
-
- Apr 07, 2017
-
-
533afda5 Provide unique id for vtk objects based on memory address Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2674
-
Scott Wittenburg authored
This change allows us to keep track of vtk objects when exporting a scene description. It relies on the fact that the memory address of objects does not change frequently, if ever.
-
eeabff00 Adding in a new filter to compute cell sizes. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2662
-
24bd6935 Marking the points array from vtkPointSet to be point data. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !2672
-
- Apr 06, 2017
-
-
9d16424b fix an issue with the opengl2 point gaussian mapper Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2670
-
Andrew Bauer authored
Previously the array was not marked when it was created through the dataset adapter interface so it had the default FIELD attribute.
-
Andrew Bauer authored
Previously Verdict was used to compute cell sizes but it only handled triangles, quads, tets and hexes. Adding a new filter to compute cell sizes and having the volume() method in algorithms.py to use that instead.
-
800a23bc adapt findospray for ospray version 1.2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2669
-
Ken Martin authored
it was rendering unitialized memory (and too much memory)
-
David E. DeMarle authored
starting in ospray 1.2, embree is no longer packaged and you must build it separately. This change fixes the "build vtk with ospray's build directory" option. The "build vtk with ospray's install directory" option appears to work as is, at least in the case I've tested where both ospray and embree are installed in the same place.
-
bc488c47 Added Extent support to the legacy reader and writer. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2577
-
00a209da Revert "Set VTK DPI in the render window set in QVTKOpenGLWidget" Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !2668
-
b7746436 Add python2/3 compatibility code for buffer Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !2666
-
Cory Quammen authored
This reverts commit 30ea407b. Some additional work is needed to size fonts appropriately with non-default DPI.
-
8a8788c2 Fix a type warning on sprintf in IO/Legacy/vtkDataWriter Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !2659
-
- Apr 05, 2017
-
-
Berk Geveci authored
The legacy reader and writers only used dimensions. This did not support extents that do not start at (0, 0, 0). Added initial support. Also bumped the version. The format version is now 4.2.
-
d2436daf Added (back) FiberSurface and ContinuousScatterPlot filters. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2653
-
Berk Geveci authored
These filters were contributed by Hamish Carr's team from University of Leeds. See the class files for more information on what the filters do.
-
Chris Harris authored
-
Mathieu Westphal (Kitware) authored
This commit fox a warning in vtkDataWriter for a incorrect usage of sprintf with vtkIdType
-
c327debd ENH: Bump WikiExamples tag to April 2017 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2663
-
Bill Lorensen authored
-
b5787491 cmake: export to the right filename Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Acked-by:
Chuck Atkins <chuck.atkins@kitware.com> Merge-request: !2658
-
6625c480 Fix framebuffers and window size for VR Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !2660
-
This commit fixes the definition of framebuffers and windows sizes in vtkOpenVRRenderWindow. It gets rid of the RenderWidth/RenderHeight member variables and uses the one from vtkWindow instead (i.e int Size[2]). Size is now set with the value returned by GetRecommendedRenderTargetSize().
-
- Apr 04, 2017
-
-
Ben Boeckel authored
Since 4be3ce91, the build-tree `VTKConfig` file includes an empty `Targets.cmake` file.
-
6cc35bd3 Merge branch 'upstream-Twisted' into twisted-remove-test-directories 6225fd32 Twisted 2017-03-30 (83a3a529) 9e50f263 Twisted: don't import test files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2661
-
e3648a64 ENH: Add Spline Driven Image Slicer as a remote module Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2657
-
Ben Boeckel authored
* upstream-Twisted: Twisted 2017-03-30 (83a3a529)
-
Code extracted from: https://gitlab.kitware.com/third-party/twisted.git at commit 83a3a5292c563c08b7ef8ac702ec43d717c35eda (for/vtk).
-
Ben Boeckel authored
-
Ben Boeckel authored
* vtkweb-python3-support: Web: Python 3 support - Python 2 module merged Web: Python3 compatible changes, future imports AutobahnPython: python3 compatible changes backport Twisted: clean up update.sh, remove Contributing Twisted 2017-03-30 (83a3a529) ThirdParty/Twisted, add update.sh script, readme ThirdParty Twisted: remove old version, import prep Merge-request: !2649
-
d08e98c5 Coverity issues 3544db49 Coverity warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2655
-
- Apr 03, 2017
-
-
Bill Lorensen authored
From Spline Driven Image Slicer http://www.vtkjournal.org/browse/publication/838"
-
30ea407b Set VTK DPI in the render window set in QVTKOpenGLWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2651
-
Will Schroeder authored
-
Will Schroeder authored
-
03647e64 Remove special characters from VTK source files. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2654
-
544d8bb3 Correct computation for Points and Cells based in int dimensions 8c23489f Adding support for vtkIdType numCells and numPoints in legacy I/O cea58b52 Replace stat() usage with vtksys::SystemTools::Stat Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !2595
-