This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 22 Nov, 2017 2 commits
-
-
Philippe Pébaÿ authored
This version of the test better corresponds to the intent of material interface reconstruction, in that a material mask is now explicitly specified. Non-regression image updated accordingly.
-
Philippe Pébaÿ authored
This commit addresses to main issues: 1. The AxisReflection was /adding/ modified arrays, as opposed to modifying in situ the interface arrays (vectors and intercepts). This had initially made on purpose with the intent of temporary retaining the original arrays for debugging purposes. However, this had been forgotten and left in place. As a result, interface computations after a reflection where incorrect. This bug was not revealing itself in the test harness so far as this combination (reflection + interface computations) was not exercised. As a result, this commit addresses the issue but also verifies this combination. Furthermore, the HTG source was modified in order to allow for the specification of intercepts arrays in the form that exercise this configuration. 2. The Geometry extraction was not building material interfaces, as a result of some code having been leftover during the HTG-v2 merger in VTK 8. This commit fixes this issue, and also adds a unit test to verify material extraction together with its corresponding non-regression image.
-
- 10 Nov, 2017 2 commits
-
-
Ken Martin authored
f40fc314 Remove vtkPUnstructuredGridGhostDataGenerator from docs 8e607a80 Remove legacy classes from ParallelGeometry Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3327
-
Julien Finet authored
50583161 Fix crash in transforms when doing DeepCopy after Identity Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Shawn Waldon <shawn.waldon@kitware.com> Merge-request: !3556
-
- 09 Nov, 2017 1 commit
-
-
Julien Finet authored
-
- 07 Nov, 2017 9 commits
-
-
David E. DeMarle authored
Seems these ghost references were introduced in cc5101a8 without the accompanying data files. They have never been used in master so I am removing them to fix data file tarball generation.
-
Maynard, Robert authored
a09f1d3f Bump vtk-m to the official vtk-m 1.1.0 tag. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3543
-
Allison Vacanti authored
6f2a7bb5 Add log scaling to vtkPiecewiseFunction. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3500
-
Maynard, Robert authored
-
Ben Boeckel authored
b82b0bc8 Merge branch 'upstream-expat' into update-expat-2.2.5 45bb9431 expat 2017-11-06 (a71d7ff2) ababb4db expat: update the readme name Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3541
-
Julien Finet authored
09e44a64 Restore GL_BLEND and GL_DEPTH_TEST after vtkSSAAPass is rendered Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !3003
-
Lipsa, Dan authored
438d235a Fix catch warning. a891b532 Use PDAL instead of Pdal for vtkPDALReader Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3540
-
Lipsa, Dan authored
-
Julien Finet authored
Issue 16996
-
- 06 Nov, 2017 23 commits
-
-
David E. DeMarle authored
7ffb2af4 fixup some not marked override comp warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3542
-
David E. DeMarle authored
-
David E. DeMarle authored
3e806668 use vtkNew to alloc the points and polys a69e71b4 fix memory leak in vtkSTLReader when vtkSTLReader failed to read STL file Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2709
-
David E. DeMarle authored
38394ecb Detect OSMesa with 16 or 32 bits color channel size. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3290
-
David E. DeMarle authored
ade80f89 add libharu static name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3048
-
David E. DeMarle authored
bdf4e620 fix the code review result, follow vtk coding style bb380abc add more integer type support for vtkPLY, fix some resource leak Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2710
-
David E. DeMarle authored
7861835e Fix infinite loop in traversing function. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3140
-
Tim Thirion authored
9a9b91cd BUG: Disable BUILD_TESTING for iOS framework a75ef055 ENH: Expose ios deployment target in CMake config 1df22d17 BUG: Properly cross-compile for vtkios simulators 745898a4 ENH: Expose vtkDICOM and vtkRenderingImage modules Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Tim Thirion <tim.thirion@kitware.com> Merge-request: !3537
-
David E. DeMarle authored
76c73cc4 Merge remote-tracking branch 'origin/master' into refactor-numpy-support 5fb25358 Refactor numpy support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !3448
-
David E. DeMarle authored
98dd0471 Fixed -Wtautological-constant-compare warning; removed useless size check Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3521
-
Alexis Girault authored
-
Alexis Girault authored
Can not use `CMAKE_OSX_DEPLOYMENT_TARGET` because it will set the minimum version for macosx and not iphoneos or ios-simulator. Issue filed in CMake: https://gitlab.kitware.com/cmake/cmake/issues/17431 Instead, update the proper flags in the toolchain files by passing the `IOS_DEVELOPMENT_TARGET` during configuration. Default `IOS_DEVELOPMENT_TARGET` to the current sdk version (latest). It used to default to ios 5.0 for the simulators (2011) and ios 8.0 for the devices (2014).
-
Alexis Girault authored
Architecture was hardcoded to both simulator architectures in ios.simulator.toolchain.cmake, and was not taking the architectures in IOS_SIMULATOR_ARCHITECTURES into account. Configure ios.simulator.toolchain.cmake.in like done for devices with ios.device.toolchain.cmake.in Also remove the `CMAKE_OSX_ARCHITECTURES` from the crosscompile macro since it is already define in each toolchain file.
-
Alexis Girault authored
-
Ben Boeckel authored
* upstream-expat: expat 2017-11-06 (a71d7ff2)
-
Expat Upstream authored
Code extracted from: https://gitlab.kitware.com/third-party/expat.git at commit a71d7ff2950e3e54da8709637dd19a7a31ee458f (testing/2.2.5).
-
Ben Boeckel authored
-
Allison Vacanti authored
23c83c08 fixed test - index error 874296aa fixed shadowed variable a547d36d fixed a segfault when reading polyhedral cells from pvtp files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3532
-
Maynard, Robert authored
b048dc98 Move VTK-m submodule forward to get latest improvements Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3535
-
Lipsa, Dan authored
-
Cory Quammen authored
16f2bfea Misc. doxy and comment typo fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3538
-
Unknown authored
Typos fixes for documentation and source code comments. This commit is a follow up to: https://gitlab.kitware.com/vtk/vtk/merge_requests/3424
-
Menno Deij - van Rijswijk authored
-
- 03 Nov, 2017 3 commits
-
-
Lipsa, Dan authored
c6a1f927 Remove logging. 23f7cd61 Do not ignore non-existing warning on GCC 6. f2448746 Fix warning. 92cea922 Ignore PDAL warnings. 4d61a6c0 Don't need LasReader, only Reader fb2d40c3 Additional baseline. 75fafdfe PDAL_DIRECTORIES do not specify full paths. 451f6b68 Use runtime types rather than hardcoded ones. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3491
-
David E. DeMarle authored
8b7f482b fix size_t vs int32_t conversion warnings from visual studio Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3534
-
Sean McBride authored
1cd1f80f Removed a few of the remaining illegal names containing double underscores Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3527
-