This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 12 Sep, 2017 6 commits
-
-
David E. DeMarle authored
This reverts commit 13647772.
-
Ben Boeckel authored
b24aff7e vtkGDALRasterReader: remove unnecessary method 801630af netcdfcpp: use override f037dc33 DICOMParser: use override 160f22af clang-tidy: fix override issues Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !3216
-
Cory Quammen authored
c88f7197 Update STL writer test to reflect non-triangle polygon support 4fba12d5 Add on-the-fly triangulation on non-triangle cells d5e7af70 Style: eliminate space between function name and open paren Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !3260
-
Cory Quammen authored
-
Cory Quammen authored
If an input dataset had non-triangle cells, the STL writer would report that it could not write the dataset and would return an error. This commit changes the behavior so that non-triangles are triangulated and written to the STL file. This is done on-the-fly to minimize additional memory consumption.
-
Cory Quammen authored
-
- 11 Sep, 2017 11 commits
-
-
David Gobbi authored
65f353a8 Rename "vtk.mutable()" to "vtk.reference()". 19d97caa Wrap pass-by-reference for pointers. c2fac23c Split PyVTKMutableObject according to type. 8661ac40 Add SIZEHINT to vtkCellArray 2de7b282 Add VTK_SIZEHINT for the wrappers. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !3224
-
Sean McBride authored
1a0541e5 Made a method take a const param, other misc cleanup Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !3178
-
Ben Boeckel authored
This is already provided by the baseclass.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
This run of `clang-tidy` removes unnecessary `virtual` keywords and adds `VTK_OVERRIDE` where necessary.
-
Ken Martin authored
2e02ed17 fix test for 32bit IdType builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sean McBride <sean@rogue-research.com> Merge-request: !3256
-
David E. DeMarle authored
81841602 fix a performance warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3252
-
Shawn Waldon authored
50bcdabd windows: Add compile option for AcceleratorsVTKm to avoid obj sizelimits 1eceee9e Make SetupForDevelopment.sh initialize the VTKm submodule f6cde6b1 vtkm should put its dlls in the bin dir like the other 3rd party libs 22b316d8 Add vtkm submodule is initialized sanity check 92b1fef9 Change install location to avoid clobbering system VTKm headers 8522506f VTKm within VTK configures and builds 935708a2 Add VTKm submodule Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3227
-
Ken Martin authored
It was overflowing IdTYpe
-
Brad King authored
f76e167a Fixed undefined ptr overflow Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !3254
-
- 09 Sep, 2017 3 commits
-
-
Sean McBride authored
Fixed the same UB in 3 tests: vtkViewsInfovisCxx-TestHierarchicalGraphView vtkViewsInfovisCxx-TestIconGlyphFilter vtkViewsInfovisCxx-TestSpanTreeLayoutStrategy Where GetBuffer() returned 0 and MaxId was -1, resulting in a pointer to 0xFFFFFFFF. Even though 1 is added right after, it's apparently UB to even have this temporary overflowed pointer. Crazy. Anyway, calculating the offset first seems no worse for readability and correctness. Found by clang 5 UBSan.
-
Sean McBride authored
769fe2cf Fixed undefined signed int overflow in hash function Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3253
-
Sean McBride authored
Found by UBSan running unit tests.
-
- 08 Sep, 2017 16 commits
-
-
David E. DeMarle authored
-
Ken Martin authored
269549b2 fix a couple more places where data arrays were modified Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3249
-
Sean McBride authored
3d63614f Some minor updates to SimpleCocoaVTK example Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !3246
-
David E. DeMarle authored
293c4b40 make function arguments const since it is safe and wise to do so e166d94c remove useless code Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3250
-
Ken Martin authored
5abc0618 deprecate scalar material mode Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !3245
-
David E. DeMarle authored
-
David Gobbi authored
The original name vtk.mutable() is still available, but vtk.reference() is now the preferred name, and documentation will be updated to reflect this.
-
Ken Martin authored
but yet not marked as modified.
-
Bill Lorensen authored
ee2885c2 ENH: Bump PoissonRecontruction version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3248
-
Ken Martin authored
The old scalar material mode was largely unused or used in an inappropriate manner and yet adds complexity and cost to the code. Thsi topic removes it and replaces it with an implementation that is similar to VTK_MATERIALMODE_AMBIENT_AND_DIFFUSE so that scalar colors are used for ambient and diffuse colors but the ambient and diffuse intensities are still respected.
-
David Gobbi authored
51a76fb9 Add missing Modified calls to vtkImagePlaneWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !3247
-
Bill Lorensen authored
The PoissonReconstruction remote module has recently been refactored to be a cleaner remote module. The previous version tried to be both a remote module and a stand alone library.
-
Mathieu Westphal authored
6690c9e9 Redesign the PlotLine and PlotPoint BadPoint algorithm Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3237
-
Mathieu Westphal authored
0f84f771 Updating gl2ps Third Party so Interface are synchronized with upstream Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Reviewed-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !3242
-
Mathieu Westphal authored
fafd3064 Adding a test for a previously fixed polyhedron segfault Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !3236
-
Mathieu Westphal authored
This fixes an issue with BadPoints hiding other points Fix #17687 This redesign the algorithm so it is more consise This also add a test and update a faulty baseline
-
- 07 Sep, 2017 4 commits
-
-
David E. DeMarle authored
-
Sean McBride authored
- guarded C++ only code - avoided cast - updated comments
-
David Gobbi authored
The margin and cursor actors were not updating during interaction. This calls Modified() on the point arrays to update the buffers.
-
David E. DeMarle authored
e58f4875 fix comp warnings detected by visual studio 06799089 handle the case of material from field data arrays 0b27ed2e Connect advanced materials to an implementation in OSPRay's path tracer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3241
-