- 06 Jun, 2018 1 commit
-
-
Berk Geveci authored
Added support to the parallel XML formats to read & write time information as field data. Time value is stored and read from a field array named TimeValue. This can then be leveraged by readers that support file series.
-
- 05 Jun, 2018 5 commits
-
-
Utkarsh Ayachit authored
4b477bb5 vtkPythonAlgorithm: cleanup exception reporting code. b248b5ba vtkAlgorithm.py: add missing import. f4cb0f96 Add `vtkPythonScopeGilEnsurer` to vtkPythonAlgorithm. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !4364
-
Shreeraj Jadhav authored
f4dfbc4e ComputeGradient Flag Not Checked For FastApprox=off e941b55e Fix For Wrong Field Name Passed To PointAverage Filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sujin Philip <sujin.philip@kitware.com> Merge-request: !4366
-
Shreeraj Jadhav authored
When the ComputeGradient and FastApproximation flags are false, gradient field was being returned as part of the resultset. Added code to remove the gradient filter in this scenario.
-
David Gobbi authored
b1d58ab6 Add missing const qualifier to [in] arrays Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4352
-
Todd Martin authored
Change array syntax from pointer to dynamic array Add size hints for dynamic arrays
-
- 04 Jun, 2018 6 commits
-
-
Ken Martin authored
aa2d4c85 update a test and add a valid image for hythloth Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4371
-
David Gobbi authored
6d948e12 Add const qualifier to [in] arrays Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4368
-
Ken Martin authored
The valid image is for a test that seems to require a lot of vali dimages probably indicating a bad test.
-
Nicolas Vuaille authored
7a649386 Fix molecule initialization Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !4345
-
Shreeraj Jadhav authored
A bug causes the vtkmGradientFilter class to fall back to vtkGradientFilter due to an exception thrown by PointAverage filter. This is fixed by passing the correct field name to PointAverage filter. The issue was reported as a segmentation fault (issue #213). However, the segfault was not reproducible since the code has changed since then.
-
Nicolas Vuaille authored
* Fix a leak * Ensure atomic data array to be an unsigned short array * Remove Warning
-
- 03 Jun, 2018 3 commits
-
-
Todd Martin authored
-
Utkarsh Ayachit authored
vtkPythonAlgorithm's exception reporting code has issues with Python 3 where it could segfault. Cleaning it up to simply use `PyErr_Print`. We typically already capture stdout/stderr to pipe to VTK's error reporting mechanism hence nothing special needs to be done.
-
Utkarsh Ayachit authored
-
- 02 Jun, 2018 1 commit
-
-
Cory Quammen authored
c1b7db37 Reorganize vtkInternals constructors Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4367
-
- 01 Jun, 2018 6 commits
-
-
Cory Quammen authored
Reorganized the constructors to initialize members of the vtkInternals internal class in an initialization list to avoid a cppcheck performance warning. It also simplifies the code somewhat.
-
Kyle Edwards authored
cef4ba44 Add find-module for double-conversion Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !4365
-
Andrew Bauer authored
b84df9dc Updating to C++11 standards and fixing memory access bug. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !4329
-
David E. DeMarle authored
-
David E. DeMarle authored
ffee7dc5 fixing unnecessary volume updates in ospray on updates to tf. 403cf28b Add cell valued unstructured volume support to OSPRay mapper e964f766 Fix material params with textures and add principled materials. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4363
-
Kyle Edwards authored
The CMake config module for double-conversion isn't always included, and it doesn't work for VTK anyway, so this change adds our own find-module that works with VTK.
-
- 31 May, 2018 18 commits
-
-
Utkarsh Ayachit authored
vtkPythonAlgorithm did not work when using VTK/ParaView with Python threading support. Fixed that.
-
Cory Quammen authored
5522cf1d Fix warning caused by redundant member variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !4361
-
Carson Brownlee authored
removing unecessary volume copy and commit from ospray on tf edits, removing whitespace, fixing segfault with older ospray versions. (cherry picked from commit 15a601f5)
-
Tim Rowley authored
ospray-1.6.0 will support cell valued unstructured volumes. (cherry picked from commit 716f1d05)
-
Carson Brownlee authored
adding Principled Material and d param for obj retaining actor material when setting vertex colors adding ospray material texture fix to spheres and cylinders fixing unused param warnings updating test image and removing old ones (cherry picked from commit b9b56e17)
-
Cory Quammen authored
-
Marcus D. Hanwell authored
5a319f29 Consistently use vtkNew, remove C-style cast 89f977ce Update incorrect file name in test Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Chris Harris <chris.harris@kitware.com> Merge-request: !4355
-
Sankhesh Jhaveri authored
6eea6c56 Pass coincident topology parameters to glyph3d helper Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !4359
-
Sankhesh Jhaveri authored
This change fixes the issue where setting the relative coincident topology offset parameters were being ignored by the vtkGlyph3DMapper
-
Ken Martin authored
89fdefa7 test was one of the slowest so make faster Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4356
-
Ken Martin authored
43c675b1 fix a ABR error in the STLWriter for binary header Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4357
-
Ken Martin authored
7850a078 rev wikiexamples to ge a new valid image Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4354
-
Ken Martin authored
was using a string compare on a binary blob which may not have a string terminator
-
Ken Martin authored
test was taking 8 sec on a fast system rel build make it take less than a second
-
Ken Martin authored
c1f84d56 fix an unused var warning in this class Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4353
-
Marcus D. Hanwell authored
The rest of the test uses vtkNew, be consistent within the test. Removed a C-style cast that was not needed.
-
Marcus D. Hanwell authored
-
Ken Martin authored
update for Stocks valid image
-