- Oct 27, 2017
-
-
Allison Vacanti authored
-
- Oct 26, 2017
-
-
Allison Vacanti authored
Add an option to interleave the datasets across the workers instead of assigning blocks. This helps load balance certain types of datasets.
-
- Oct 19, 2017
-
-
73bb3f8b Fix PolyLineWidget by calling Modified on the Points Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !3460
-
3ecf1b7a Add git alias for sync and increase setup script version 2e091236 Add recursive flag to git pullall macro Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !3456
-
Mathieu Westphal (Kitware) authored
When the point are modified, Modified() must be called on the points as well.
-
- Oct 18, 2017
-
-
c1b2a579 Corrected calculation in vtkLookupShiftAndScale; fixed incorrect assert Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3459
-
Kenneth Moreland authored
Now that we have the git-gitlab-sync script, set up the associated git alias to use it. Also update the version number in SetupForDevelopment.sh so that the alias changes in this branch are updated.
-
Kenneth Moreland authored
The pullall macro does a git submodule update. Add the --recursive flag so that submodules of submodules also get added.
-
Sean McBride authored
Fixed an error in a range check. Reduced chance of getting an inf from a division. Corrected an assert to not suffer from an off-by-1 due to numerical error. Thanks to Lucas Gandel for the report.
-
78e1d5b6 Fix vtkCellPicker use of locator plus clipping planes Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !3443
-
Brad King authored
a8d1545e Merge branch 'upstream-GitSetup' into developer-setup 5cb9a477 GitSetup 2017-09-21 (e0a28f26) 3a0abe7b Revise GitSetup update script to get only files we need 94ffbc97 Merge branch 'upstream-GitSetup' into developer-setup 18a355af Add script to update GitSetup from upstream d2566004 Tell Git not to export the GitSetup directory 051596ee GitSetup 2015-08-03 (5119521f) Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3457
-
5d5e7bda fix an issue with computing line derivatives Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !3455
-
Brad King authored
* upstream-GitSetup: GitSetup 2017-09-21 (e0a28f26)
-
Code extracted from: https://gitlab.kitware.com/utils/gitsetup.git at commit e0a28f2682a3efe123b31bd066b7cfba0a66a57c (setup).
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
The `Utilities/GitSetup` directory is useful only in Git work trees and so does not need to be distributed with source tarballs.
-
74540cc3 Remove related legacy code in vtkSmartVolumeMapper 8de89d86 Remove deprecated methods in vtkSmartVolumeMapper 7e830ca4 Remove deprecated classes in Rendering/VolumeOpenGL 88f3181b Remove doc reference in vtkAMRVolumeMapper to removed classes 7d947aa5 Update examples to use newer classes 11d2f5d3 Remove references to deprecated classes in XML files 89244825 Remove Rendering/Volume/Testing/Tcl/gaussian.tcl e329fc55 Remove Rendering/Volume/Testing/Cxx/volProt.cxx ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3344
-
Code extracted from: https://gitlab.kitware.com/utils/gitsetup.git at commit 5119521f (5119521f).
-
cc18c47e Fix warnings and guard against invalid cell data copying Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3452
-
e33b90d0 vtkRenderingOpenVR: Support building the module externally 20629593 ExternalModule: Improve target export to allow build against external module 074d3212 ExternalModule: Ensure module built externally use required VTK flags 300863a7 ExternalModule: Set build types Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3451
-
- Oct 17, 2017
-
-
7153597d Fixed undefined behaviour in PLY code Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3428
-
Jean-Christophe Fillion-Robin authored
This enables building the module against an existing VTK build tree so that it can be packaged and distributed independently (e.g Slicer extension)
-
d497027e Add new baseline. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !3454
-
Cory Quammen authored
-
b5bdeda6 Lighting fix: single headlight ignored it's diffuse color Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3450
-
9ead442e develop.md: Update Leading Line indicating +1 means ready for integration Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !3453
-
Allison Vacanti authored
-
Aron Helser authored
When only a single headlight was active with intensity 1, it used a simplified shader that ignored the light's (diffuse) color. Add the color as a shader param and use it for this case.
-
Ken Martin authored
for some rendering engines the line derivative calculation returns values that are near zero when they should be zero causing issues. This topic addresses that.
-
Jean-Christophe Fillion-Robin authored
For reference, see https://www.vtk.org/pipermail/vtk-developers/2017-October/035502.html
-
844eb614 Updated example to show both Retina and non-Retina Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3434
-
Sean McBride authored
Also added a vtkTextActor with Japanese text as a demonstration of how to get the macOS system font appropriate for passing to VTK. Updated read me and screenshot.
-
Jean-Christophe Fillion-Robin authored
This commit backports the ITK external module infrastructure to allow building against a collection of VTK module externally built. In a nutshell, config files [1] associated with external modules are now configured into the VTK module directory found in the VTK binary directory and they have to be explicitly listed as components when using `find_package(VTK COMPONENTS NameOfExternalModule REQUIRED)`. More specifically, it implements the following changes: * List of enabled VTK module is now configured into `VTKConfig.cmake` instead of being set based on the list of `*.cmake` found in the VTK module directory. This allows to only consider VTK modules enabled in the original VTK build directory when using signature `find_package(VTK REQUIRED)` in user code or VTK remote module. * Each external module is now associated with its own target file independent of `VTKTargets.cmake` [1] module config files: ``` lib/cmake/vtk-8.1/Modules/vtkNameOfExternalModule-Headers.cmake lib/cmake/vtk-8.1/Modules/vtkNameOfExternalModule.cmake lib/cmake/vtk-8.1/Modules/vtkNameOfExternalModuleHierarchy.txt ```
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
This commit introduces vtkInitializeBuildTypes CMake module.
-
- Oct 16, 2017
-
-
6b106fb0 Update TestConnectivityFilter 2958a034 Change superclass of vtkConnectivityFilter f2b71559 Updated vtkConnectivityFilter documentation 0d79bd2a Produce different output types for connectivity filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !3440
-
d4489673 Added PrintSelf std outs for member variables of SegY reader 0dd74fc4 Added a vertical reference system variable to SegY reader 8d9ffa5d Fix segy depth calculation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3268
-
21d2a440 Check that docstrings are utf-8 478c4a6b Use tp_doc to store docstrings for wrappers. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3447
-