- 16 Feb, 2016 4 commits
-
-
David Gobbi authored
-
060c531c Documentation: document that annotated tags are used Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1223
-
Ben Boeckel authored
-
9757e682 15998: Fix mismatched new/free in vtkOpenGLImageSliceMapper. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1222
-
- 15 Feb, 2016 2 commits
-
-
David Gobbi authored
By default, the SetArray() method uses free() rather than delete [] to release the memory, which in this case is allocated via new [] in the MakeTextureData() method.
-
9acf043f ENH: Add the VTK wiki examples as a remote module Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !1208
-
- 14 Feb, 2016 1 commit
-
-
Bill Lorensen authored
Run cmake with cmake -DModule_WikiExamples:BOOL=ON
-
- 12 Feb, 2016 9 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
* gl/sebastien.jourdain/fix-pvw-protocols: VTKWeb update to allow server side notification to client Merge-request: !1212
-
dfaf183c VTKWeb update to allow server side notification to client 8f0c2934 Merge topic 'release-fix-interactor-pyqt5-compatibility' into release 6b1d302f Fix mouse wheel zooming in PyQt interactor Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1212
-
3f579152 Fix vtkLoadPythonTkWidgets error with Python 2. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1215
-
David Gobbi authored
After the changes to make this module work with Python 3, it gives the following error under Python 2.7: UnboundLocalError: local variable 'unicode' referenced before assignment Creating a local variable from the builtin 'unicode' fixes the issue.
-
eacf1d20 15647 Fix bug with wrapping PyObject args in Python. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1213
-
bb8fe552 Python uses WRAP_EXCLUDE_PYTHON, not WRAP_EXCLUDE. bc23917e Small clarification to pointer wrapping for Python. 5188ddd5 Convert README_WRAP into markdown format. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1214
-
David Gobbi authored
-
David Gobbi authored
-
- 11 Feb, 2016 7 commits
-
-
David Gobbi authored
-
David Gobbi authored
The check for passthrough "PyObject *" args had an erroneous break statement, which caused all further args to be ignored.
-
Sebastien Jourdain authored
-
90425bc2 Initialize vtkSpanSpace::Resolution. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1210
-
David C. Lonie authored
Docs say it should be 100 by default, so I just used that.
-
cb70c136 Remove the Kaapi and Simple backends Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1205
-
0ff60a5b Use GL time query to probe mapper rendering time. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !1203
-
- 10 Feb, 2016 9 commits
-
-
271d072b Fixed wrong index being used. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !1206
-
59d994cb Remove an obsolete comment from README_WRAP. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1209
-
David Gobbi authored
It has been possible to call help() on instances of VTK classes ever since new-style classes were provided by the wrappers.
-
Sujin Philip authored
This removes the Kaapi and Simple backends, as they are no longer supported. OpenMP and TBB are the supported backends.
-
37dc2156 Add a way to check for SMP back-end type Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1204
-
Aashish Chaudhary authored
-
Sujin Philip authored
Defines a macro "VTK_SMP_<Backend-Name>" and macro VTK_SMP_BACKEND which expands to a string containing the back-end name.
-
54d93729 Add a test for default args in python wrappers. f2786d42 Handle default values for array parameters in python. 000e36f1 Minor tweak to signature to improve const correctness. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1201
-
Joachim Pouderoux authored
So far the TimeToDraw was always set to 0.0001. Now the time take by the rendering calls performed by the mapper is evaluated using the time query provided by the GPU for the previous frame. This patch allows to make vtkLODMapper work as expected. Limitation: - for new backend only. - not supported by GLES
-
- 09 Feb, 2016 7 commits
-
-
David Gobbi authored
When C++ args with default parameter values are wrapped, those same parameters should have the same default values in Python.
-
7989ffa9 Suppress the last cppcheck dashboard warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !1202
-
f53711be Force Time Filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1180
-
Sean McBride authored
-
Mathieu Westphal authored
-
799a06ed Use specified array to splatter volumes in vtkCheckerboardSplatter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1189
-
David Gobbi authored
Without this change, parameters like ( , int array[3] = 0) are required parameters when the method is called from python.
-
- 08 Feb, 2016 1 commit
-
-
3df75ed1 Fixed misc cppcheck warnings: 171efbea Fixed cast/alignment warning by cppcheck 22ad855c Update cppcheck suppressions e1836ec3 Fix cppcheck leak warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1187
-