- Apr 01, 2020
-
-
Ben Boeckel authored
Fixes: #17821
-
Ben Boeckel authored
-
Ben Boeckel authored
-
4155492a fix vtkCellTypeSource for Lagrange and Bezier tetrahedron 5417160f remove unused variables b7474c72 FixNodeOrderLagrangeWedge ac3af3ac Fix the point order in GenerateBezier/LagrangeCurves Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6640
-
234f65eb fix master 977c1a15 Fix the point order in GenerateBezier/LagrangeCurves a1b2049c Fix SetParametricCoords for Lagrange and Bezier curve Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6643
-
- Mar 31, 2020
-
-
b8d2c70d release: add progress bars to the backport script 8f3525c9 release: add script to automate backporting commits for a milestone bdf42b96 gitlabapi: add simple GitLab API module Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !6644
-
Ben Boeckel authored
-
Ben Boeckel authored
Co-authored-by:
T.J. Corona <tj.corona@kitware.com>
-
Ben Boeckel authored
-
- Mar 30, 2020
-
-
(cherry picked from commit 79f8a7d7)
-
(cherry picked from commit da432c3d)
-
(cherry picked from commit 92be4201)
-
229a6f50 Removing further 33aabe39 Adding a deprecated QVTKOpenGLWidget and correct tests 29bb2a0d Adding QVTKRenderWidget f55f45fa Removing QVTKWidget and all related classes 61ecb7d1 Removing QVTKWidget2 and GUISupportQtOpenGL module 2138f8b3 Rename QVTKOpenGLWidget into QVTKOpenGLStereoWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6642
-
(cherry picked from commit 0440c91c)
-
(cherry picked from commit c6336c60)
-
(cherry picked from commit 6e0337a5)
-
(cherry picked from commit 2f06700a)
-
(cherry picked from commit 91a053d7)
-
(cherry picked from commit 4daf10b9)
-
758b93ef Updating Example to use QVTKRenderWidget 5471207c HDRI OpenGL/Raytracing unification a088fb4a Handle to ghost array in vtkDataObject level 4240ba8d Fixed SimpleCocoaVTK example to build with VTK 9 d8efa425 fix master d7776482 Add environment rotate to trackball camera 89d9d9fe Handle .vtu files with unsupported offset and cell types Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6637
-
- Mar 27, 2020
-
-
florian maurin authored
-
florian maurin authored
-
florian maurin authored
-
florian maurin authored
(cherry picked from commit da432c3d)
-
(cherry picked from commit e2612729)
-
(cherry picked from commit 4e066473)
-
This MR exposes ghosts at the vtkDataObject level. Any subclass of vtkDataObject holding a data array labelled as "vtkGhostType" can now be retreived by calling vtkDataObject::GetGhostArray(int type), where type is a vtkDataObject::AttributeTypes (cherry picked from commit cf2ede9f)
-
- Build with VTK_VERSIONED_INSTALL=OFF to keep version numbers out of paths. - Updated for VTK 9.0, notably added libvtkRenderingUI.a to the Xcode project. (cherry picked from commit 9aa81f09)
-
(cherry picked from commit 2259023d)
-
Changes to vtkXMLUnstructuredGridReader restricted the offset and cell DataArray types to int, long, and long long. However, the reader used to support other DataArray types for these arrays and now produces an error when attempting to read a file with this type offset/cell id. This change checks whether the specified data array type is valid, and if not, converts the data read from the file to an acceptable type (long long to handle potentially large offsets and cell ids). Added test for a non-supported offset and cell array type to verify the conversion works. (cherry picked from commit 49b763af)
-
61d8d21b Fix dependencies of wrappers on hierarchy files Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6630
-
David Gobbi authored
-
- Mar 26, 2020
-
-
a74ff00c Reduce the number of headers used while wrapping cb8356aa Apply additional hierarchy files when wrapping Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6627
-
David Gobbi authored
The wrapper source code doesn't need headers for classes that are passed by reference.
-
David Gobbi authored
The module hierarchy file includes all the classes that are implemented in the DEPENDS dependency chain. The wrappers, however, also require information about certain classes that are implemented outside of this dependency chain. Specifically, if a class header contains a forward reference to another class, and if that other class is used in the interface, then the wrappers require a hierarchy file that provides information about that class. A solution to this problem is for the wrappers to use the hierarchy files for all modules in PRIVATE_DEPENDS, in addition to using the module's own hierarchy file. This will bring in more hierarchy files than is strictly necessary, of course, but too many is better than too few.
-
- Mar 25, 2020
-
-
8a616212 dev/build: add docs for building wheels Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6615
-
c87d0d49 FindNetCDF: use the imported netcdf target Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by: Butui Hu Merge-request: !6614
-
- Mar 23, 2020
-
-
Ben Boeckel authored
Fixes: #17804
-
Ben Boeckel authored
Fixes: #17811
-