- May 12, 2012
-
-
Dave DeMarle authored
Change-Id: I648fa2c4a99043a1cd70333ed5766372c608990d
-
Dave DeMarle authored
Change-Id: Ie3387cc1728d553f85f6238ea3398627e3bc32a0
-
- May 11, 2012
-
-
Dave DeMarle authored
This reverts commit 35944bf09ccba7f42eb014678033395405feb9aA9. Dashboards found a divide by zero in the alpha computation. Change-Id: I1dd36aad689cd138cc3b912b7711ae4426d57b8f
-
- May 10, 2012
-
-
Sebastien Jourdain authored
Change-Id: I168cce8362bd849015df93de2afad32854373dab
-
Sebastien Jourdain authored
Change-Id: I2051f3576c6c6f5c1fd99c52fe41cee85bab80ec
-
Sebastien Jourdain authored
Change-Id: Iaeaaf1376afa0a6194f8673938adc7d872a0ff67
-
Dave DeMarle authored
Not sure why the register on path was there, but I don't think it should be. Also make sure the picker is freed in all return paths. Thanks Alex Malyushytskyy for pointing this out. Change-Id: I1a019ee50a3b1eb3216f884bd54d52ba38ee7c8d
-
- May 07, 2012
-
-
Dave DeMarle authored
Change-Id: Idf818c3ddd5d2328e960525edc30a690a445e757
-
- May 06, 2012
-
-
Dave DeMarle authored
I am excluding these methods from the test because they manufacture a new list, which the smoke test doesn't know it should manually delete. I believe a proper fix is to rename these methods because GetX in VTK implies an accessor behavior. Change-Id: Ib2aad1a9965e0eeeccec70a3cfb5fd55c2111d96
-
- May 05, 2012
-
-
Dave DeMarle authored
Change-Id: I45d5e1e49aa9154edd826f02687ffc6bd3eff464
-
Dave DeMarle authored
Change-Id: Ib3e3030499c7c2000c74e070518fdc693abc02d3
-
Dave DeMarle authored
Change-Id: Ia685755b71cf3e69aa9d27ea13b6418587c5d71a
-
Dave DeMarle authored
Change-Id: I1a5f922d4375e2e0e58989034b881c10220e2655
-
Dave DeMarle authored
Change-Id: Icc6ae55f7830ac0f82191c264aea798805ff18b4
-
Dave DeMarle authored
Now that these kits are wrapped in tcl, the set/get smoke test caught two return uninitialized ivar bugs. Change-Id: I6a9092a9151171d1709279d79016010c6bcb351d
-
- May 04, 2012
-
-
David Gobbi authored
The Description line for an important interface method was missing, causing the method to be left undocumented by doxygen. Change-Id: I9a0b866b07e5af423b7455577cc583cc8a47d20d
-
David Gobbi authored
The visibility flag of members of the vtkImageStack was ignored. If a stack had only one member and if the vtkImageStack had a non-identity matrix, then the member's matrix was not reset correctly after the initial poke. Change-Id: If7246d5cc8cff3cc8bd3ad2cb143ba78141f173c
-
- May 02, 2012
-
-
Goodwin Lawlor authored
Change-Id: Ic5acba1b7cac68faa7885f22b47e1a9f3602a7ab
-
- May 01, 2012
-
-
Dave DeMarle authored
Change-Id: I7ace63c5e6f56da87419c1c6dc504ea07729e2a7
-
Clinton Stimpson authored
vtkRenderView needs to be initialized differently now, and only giving it the vtkRenderWindow is sufficient. Otherwise, we get two windows with one interactor. Change-Id: I7d470e3f926689ca110532043bc8d1dcad1d5ce7
-
Dave DeMarle authored
Change-Id: Ib46fd747a84cfad2015d8d1a2d765f378762c26a
-
Dave DeMarle authored
Change-Id: Id0550a43c3407e3768f6d252d2ca996c7e283040
-
- Apr 26, 2012
-
-
Clinton Stimpson authored
Change-Id: Ib4697b9465d555d510d9ee835f3e907daadb4a06
-
- Apr 23, 2012
-
-
Marcus D. Hanwell authored
Just use a string, and removed inline from the protected methods - should be private if we want to inline them. Change-Id: I72b03b417e009862574e5ef27506dec64f73455f
-
Kyle Lutz authored
This fixes a compilation error in which the Qt headers required by the OpenQube headers could not be found because the Qt include directories were not setup when compiling VTK/Chemistry. Change-Id: I60a38ca2d95b62571955c6498421eeeceb6aa3b8
-
David Gobbi authored
A modification to GUISupport/Qt/CMakeLists.txt in commit 7aaf1d8e, meant to enhance the wrapping QVTKInteractor, had some serious side effects on the wrapping in this directory. These were undetected because this directory is only wrapped if VTK_WRAP_PYTHON_SIP is ON. This commit reverts the changes of commit 7aaf1d8e and instead fixes the QVTKInteractor issue by hard-coding its name into vtkWrapPython.c. After this is merged, the hard-coded class name will be removed from vtkWrapPython.c in the master branch. Change-Id: I1dd2f6227997e9df62710e76459361de4c7b2459
-
Dave DeMarle authored
Change-Id: I0c28ac07fa0c62ba20fc91f89b58f423f6691faf
-
Dave DeMarle authored
Change-Id: Iad003a0d6fb9b85dd1abccdbd8adb4a7636b55a6
-
Dave DeMarle authored
Change-Id: I1005acf98e18eaf98593aa0c97b386ef7f04fd04
-
Pavel Pokutnev authored
To be able to catch allocation failures, when VTK is running in the context of other framework (e.g. MFC), we should use (...) in the catch handler instead of std::bad_alloc. If hosting framework implements its own operator new, it's possible that it will throw own defined exception and not the standard std::bad_alloc! In the case of MFC this is CMemoryException, so it would not be handled correctly and crash. BUG ID 0013018: http://vtk.org/Bug/view.php?id=13018 Change-Id: Ic47b1666116a4299d85e9b86a5d1b13a72822a94
-
David Gobbi authored
Change-Id: Ib160d59a69d103501de97a5899dac5b89bfb77ae
-
Dave DeMarle authored
Change-Id: I337eabe2854293fec60391af0ba7a8ef09b22541
-
- Apr 10, 2012
-
-
Marcus D. Hanwell authored
It seems that intptr_t has moved into stdint.h. Change-Id: I87679d716d258a213e4794adfd6b202911b49f27
-
- Apr 06, 2012
-
-
Dave DeMarle authored
Change-Id: I31e5f285ab373253bc3558ae29a76a4d57cf2b6f
-
Dave DeMarle authored
Change-Id: I4beda3819e5e68a683f81b738e9be0efdf5a2f04
-
- Apr 05, 2012
-
-
David Gobbi authored
In VTK 6, the SetInput method will be gone. In commit 0061b2d5, the SetInput calls were replaced by SetInputConnection. The purpose of this commit is to backport all VTK-5 compatible parts of that commit to the VTK 5.10 release. Change-Id: I2ca67735e29ea3ff41b2af095f3cf891caca0421
-
David Gobbi authored
The two build examples, vtkMy and vtkLocal, were not setting the prefix/suffix for the python modules. On Windows, modules must be built with a ".pyd" suffix, because the .dll suffix has been deprecated since Python 2.5. On Linux/Unix/OS X, modules should have the "lib" prefix stripped. Change-Id: I9b9c6bb1d4ab010a46a4b9237afd5d683b21a02e
-
- Apr 04, 2012
-
-
Clinton Stimpson authored
Change-Id: I7742bd09f424f30862a5b49f4df508dfe643c6df
-
Clinton Stimpson authored
This fixes link errors on Windows with Infovis/Views off, and fixes link errors on Linux with -Wl,--no-undefined. Change-Id: Ifcee058b73c4dd22cf370a8f02cc974f6626d166
-
- Mar 22, 2012
-
-
David Gobbi authored
Commit 1993b941 made the event enum constants invisible to the wrappers. This change makes it possible for the wrappers to expand the macros used to define the constants, and hence allows the constants to be wrapped again. Change-Id: Ib36d00f80caf7d87cdfcd479c15e6ebc176e240e
-