- 01 May, 2012 3 commits
-
-
Dave DeMarle authored
Change-Id: I7ace63c5e6f56da87419c1c6dc504ea07729e2a7
-
Dave DeMarle authored
Change-Id: Ib46fd747a84cfad2015d8d1a2d765f378762c26a
-
Dave DeMarle authored
Change-Id: Id0550a43c3407e3768f6d252d2ca996c7e283040
-
- 26 Apr, 2012 1 commit
-
-
Clinton Stimpson authored
Change-Id: Ib4697b9465d555d510d9ee835f3e907daadb4a06
-
- 23 Apr, 2012 9 commits
-
-
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
-
- 10 Apr, 2012 1 commit
-
-
Marcus D. Hanwell authored
It seems that intptr_t has moved into stdint.h. Change-Id: I87679d71
-
- 06 Apr, 2012 2 commits
-
-
Dave DeMarle authored
Change-Id: I31e5f285ab373253bc3558ae29a76a4d57cf2b6f
-
Dave DeMarle authored
Change-Id: I4beda3819e5e68a683f81b738e9be0efdf5a2f04
-
- 05 Apr, 2012 2 commits
-
-
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
-
- 04 Apr, 2012 2 commits
-
-
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
-
- 22 Mar, 2012 1 commit
-
-
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
-
- 20 Mar, 2012 2 commits
-
-
Dave DeMarle authored
Change-Id: I31fa3c7c267cce709a0ad44ca6ba09af2592caa7
-
Dave DeMarle authored
Change-Id: I8254a4b4315d09cc1d29ab28d14b3d68e77bf6a2
-
- 19 Mar, 2012 5 commits
-
-
Bill Lorensen authored
A user, Rémi Blanc, reported that Visual Studio Express 2008 defines DIFFERENCE. For VTK, enum values should have a VTK_ prefix to avoid potential current and future name clashes. This patch replaces DIFFERENCE, UNION and INTERSECTION with VTK_DIFFERENCE, VTK_UNION and VTK_INTERSECTION. Applications that use the methods SetOperationToDifference, SetOperationToUnion and SetOperationToIntersection will not need to update their code. Applications that use vtkBooleanOperationPolyDataFilter::DIFFERENCE, vtkBooleanOperationPolyDataFilter::UNION or vtkBooleanOperationPolyDataFilter::INTERSECTION will need to update their code. Change-Id: I26dae4a1c36c359bbe62e070a0d372fc53ccc449
-
Dave DeMarle authored
Change-Id: Icf58e20d23a4fa0f61e1d30e53541ddda6ff17f8
-
Dave DeMarle authored
Change-Id: I6e8656a2322fd64d4d66a232aa8b11c2e6864762
-
Dave DeMarle authored
Change-Id: Iff517872b49e2cd66e4e33a4928ebc13e00051b9
-
David Gobbi authored
In commit 4a8b64c5, the lex rule for std::string was changed to avoid conflicts with std::stringstream. Unfortunately, the new rule contained an error, causing std::string to be ignored. Change-Id: I38781b2f4e4b2be67818c2b05c4677a3eea91d02
-
- 16 Mar, 2012 2 commits
-
-
Dave DeMarle authored
Change-Id: I807b319b438a08dcd6236c9e149a5941859e14ab
-
Dave DeMarle authored
The netcdfcxx option isn't important or modified often enough to warrant top billing. Also make a note that vtk's findhdf4 is unimportant so no dev wastes time on it in the future. Change-Id: I0cb6dc08530a9ba87c613fd56c81ce95cdfb7aba
-
- 15 Mar, 2012 1 commit
-
-
David Gobbi authored
In VTK 5.10 the vtkImageActor was reimplemented with vtkImageSliceMapper. As an unwanted side-effect, the use of SetDisplayExtent caused the GetSliceNumberMin/Max methods to always return the current slice. This patch fixes the problem and restores backwards compatibility. Change-Id: If01bfd47cd7bfa3d8ff98a7c8b979f628f23ec23
-
- 14 Mar, 2012 1 commit
-
-
David Gobbi authored
An "if" was disabled by debug code, this should have been removed in commit 38c8cd8a (on July 6 2006!) but was overlooked. Thanks to Leila Baghdadi for identifying the problem. Change-Id: I61c39acdb6ba231bc49ba9659b67a736d2841764
-
- 08 Mar, 2012 8 commits
-
-
Dave DeMarle authored
Change-Id: Ib8911152f8e086c61847644e073a7055258cb75a
-
Dave DeMarle authored
Change-Id: I0c76e0deaf9f4c0e6af08628e25995bacff82b16
-
Dave DeMarle authored
Change-Id: I7e73ec8f46bb1530e5688709c16d9cbacc9091c1
-
Dave DeMarle authored
Change-Id: I4ae98e6d63b862e52c9312f5901b4fa61f9aa6e0
-
Dave DeMarle authored
Change-Id: I319ca955a8a6fe011c9b167ff9cf76895f82fb14
-
Marcus D. Hanwell authored
The axes in the top and right of the vtkChartXY charts were not behaving correctly, the variables calculating the new transforms needed to be initialized as in the bottom and left cases before transforming them. Change-Id: I505f5fb198e494bf678ffc9031596b47c49d9421
-
Marcus D. Hanwell authored
The header states "shouldn't be exposed to users anymore", and so we should probably look at how we might achieve the same thing with the API that is intended to be exposed to users. This compiles and works with Boost 1.49. Change-Id: I2086f227c45692bd6aa224742369d70f71b5b264
-
David Gobbi authored
Fix the counter types used for iterating over arrays to avoid signed/unsigned errors. Check the return value from fread() calls to verify that script reads are successful. Remove the unused variable "path2" from vtkRInterface.cxx. Change-Id: Ic717bc0fd2bea7cb5be0785c89aa347bb5211ff1
-