- 28 Mar, 2012 1 commit
-
-
David Gobbi authored
Change-Id: Ifc76340e581c5cf07b6c40b7ecd77f292b96962b
-
- 12 Mar, 2012 1 commit
-
-
Bill Lorensen authored
Mainly lying -> laying loose -> lose Change-Id: Iaa639ebcf5262ea6dfeb25cf21d6c49b5020458b
-
- 07 Mar, 2012 1 commit
-
-
Kyle Lutz authored
This fixes a number of misspellings in the comments of the source files in VTK/Wrapping. The misspellings were found using the codespell tool. Change-Id: I118d654d6e93caefd0541586416aa0d77690be33
-
- 05 Mar, 2012 1 commit
-
-
Marcus D. Hanwell authored
We missed one variable required by the Python wrapping, which must be defined to 0 if the kit is not being built. Change-Id: Iba44f3c1af27bcd22ab97d1f9d4ec2fab7414bf5
-
- 02 Mar, 2012 1 commit
-
-
Brad King authored
We may use only one thread library at a time. Instead of presenting a separate option for each one just choose the preferred library for the current platform automatically. Change-Id: I279057b968990b71163eeb90ce080fec83254cb3
-
- 01 Mar, 2012 1 commit
-
-
George Zagaris authored
Enable python wrapping for AMR kit iff VTK_USE_PARALLEL is defined. Change-Id: I2dac22e46171e7322cb8c5a3eafb62f5635707c2
-
- 16 Feb, 2012 3 commits
-
-
David Gobbi authored
In Python 2.7, the inspect.isclass() method became more restrictive, and the python documentation system stopped recognizing VTK classes as true Python classes, since VTK classes still use a mechanism from the days of Python 1.5. This patch makes PyVTKClass into a subclass of PyClass, and now the inspect module recognizes VTK classes as true Python classes. Change-Id: I83fa6b5adb7fdef53036069a83a2dae64dffd4ae
-
David Gobbi authored
Change-Id: I9da81d39f25807c01fc01ad5a584a5c8923c93d7
-
David Gobbi authored
Change-Id: I755286dda63769566962bf2532b84b5c36cd77ce
-
- 15 Feb, 2012 1 commit
-
-
David Gobbi authored
The python str and repr methods could recursively reference each other if special-wrapped types did not define a str method, which occurred when the C++ header didn't define operator<< for streaming. Change-Id: I29ba591ac933a37401674ad40d94d60e88d06a70
-
- 13 Dec, 2011 1 commit
-
-
Marcus D. Hanwell authored
The vtkstd forwarding headers are deprecated, move to using the STL headers directly. Change-Id: Iaeb5ea0c10d40b8e934b6a8ca18f28c3b022b924
-
- 16 Nov, 2011 1 commit
-
-
David Gobbi authored
Change-Id: I29a3dc3d942eab89453a433692899a66fdf7d4a3
-
- 24 Oct, 2011 1 commit
-
-
David Partyka authored
Change-Id: I8ea03dd6bcad307ac52ca9d64fe67a20c8a8e5cd
-
- 21 Oct, 2011 1 commit
-
-
Sankhesh Jhaveri authored
SetImageConnection(a) is the same as SetInputConnection(1,a) where, a=vtkAlgorithmOutput* vtkImageDifference changes: Use GetInputConnection(0,0) instead of GetInput() Use GetInputConnection(1,0) instead of GetImage()
-
- 12 Oct, 2011 1 commit
-
-
Sankhesh Jhaveri authored
For a filter to do GetWholeExtent, instead of, extent = filter.GetOutput().GetWholeExtent() new method is, extent = filter.GetExecutive().GetWholeExtent(filter.GetOutputInformation(0)) For a vtkImageData object, SetWholeExtent and SetUpdateExtent methods are not required.
-
- 06 Oct, 2011 1 commit
-
-
Jeff Baumes authored
When there are multiple include directories for MPI, as happens on Ubuntu with openmpi, quoting the argument to INCLUDE_DIRECTORIES causes both to be treated as one path, and MPI includes cannot be found.
-
- 14 Sep, 2011 1 commit
-
-
Jeff Baumes authored
Also adding some API to vtkDataReader/Writer to take advantage of the new functionality. Change-Id: Ice2d7ce8d772ac7a0409e021799263acfbe21204
-
- 01 Sep, 2011 1 commit
-
-
Panos Mavrogiorgos authored
Current implementation caused the rerderer_window to have inconsistent behavior on windows. Relevant discussion : http://www.vtk.org/pipermail/vtk-developers/2011-August/010284.html
-
- 17 Aug, 2011 1 commit
-
-
Change-Id: I9b12d7cc0b14aefef765b60f950ebb8a74b5acd7
-
- 25 Jul, 2011 6 commits
-
-
David Gobbi authored
Change-Id: I9d2de7817a8f44efaf7994571545bee8270151f6
-
David Gobbi authored
Change-Id: I853d3256e26a5302f34690578717b7e474599e98
-
David Gobbi authored
Change-Id: I5197c3f4dfe85e6743245db6dba37dbf7461dfe1
-
David Gobbi authored
Change-Id: Ie75fcdb81525ae1a6e747e10d9241b720af373be
-
David Gobbi authored
This patch includes a new FindPythonLibs.cmake that uses the python patchlevel header to generate PYTHON_VERSION variables for CMake, so that CMake scripts know what version of python is being used. It also adds a vtkPythonConfigure.h file that includes these variables, so that source files can check the python version before Python.h is included. This feature is used to avoid macro conflicts between Python.h and other header files included by VTK. Change-Id: I7c52e96cf5b3bf48e7c227e8d9ceae44671ae908
-
Jean-Christophe Fillion-Robin authored
* Also remove vtkStdString based methods Following suggestion of David Gobbi, since vtkStdString is a subclass of std::string, it is not necessary to have methods for both. Change-Id: I920ac7fbaccae7591f6906ed3adbb3ecaf77e2ea
-
- 18 Jul, 2011 1 commit
-
-
Jean-Christophe Fillion-Robin authored
* Also remove vtkStdString based methods Following suggestion of David Gobbi, since vtkStdString is a subclass of std::string, it is not necessary to have methods for both. Change-Id: I920ac7fbaccae7591f6906ed3adbb3ecaf77e2ea
-
- 17 Jul, 2011 1 commit
-
-
David Gobbi authored
Change-Id: I00937b4678bf5991186f208b0c31deeb4d510eae
-
- 16 Jul, 2011 1 commit
-
-
David Gobbi authored
Change-Id: I20cccf3f43e6b6fc103d7c4d76dcce4b1b17b18c
-
- 07 Jul, 2011 4 commits
-
-
David Gobbi authored
Change-Id: I9d2de7817a8f44efaf7994571545bee8270151f6
-
David Gobbi authored
Change-Id: I853d3256e26a5302f34690578717b7e474599e98
-
David Gobbi authored
Change-Id: I5197c3f4dfe85e6743245db6dba37dbf7461dfe1
-
David Gobbi authored
Change-Id: Ie75fcdb81525ae1a6e747e10d9241b720af373be
-
- 06 Jul, 2011 1 commit
-
-
David Gobbi authored
This patch includes a new FindPythonLibs.cmake that uses the python patchlevel header to generate PYTHON_VERSION variables for CMake, so that CMake scripts know what version of python is being used. It also adds a vtkPythonConfigure.h file that includes these variables, so that source files can check the python version before Python.h is included. This feature is used to avoid macro conflicts between Python.h and other header files included by VTK. Change-Id: I7c52e96cf5b3bf48e7c227e8d9ceae44671ae908
-
- 16 Jun, 2011 1 commit
-
-
Jean-Christophe Fillion-Robin authored
It's also important to understand that since _XOPEN_SOURCE is defined only by Python 2.3 and up, building VTK against an earlier version of python won't compiled. Change-Id: I7c52e96cf5b3bf48e7c227e8d9ceae44671ae908
-
- 10 Jun, 2011 1 commit
-
-
David Partyka authored
Change-Id: I2da0f34a99854c39c54c8c6274c0366fc51466b7
-
- 02 Jun, 2011 1 commit
-
-
David Gobbi authored
Change-Id: Ib6bed2eb45c6f7d7ba9f0bb4a511919ab8dfb7a9
-
- 01 Jun, 2011 4 commits
-
-
David Gobbi authored
Change-Id: Ibd87494be0698c604222d9fad5bd7d8dea30f8e4
-
David Gobbi authored
This reverts commit 2d05d083.
-
David Gobbi authored
Change-Id: I810440b72475f444bdadb43000998bc8b7375fe6
-
David Gobbi authored
Change-Id: Ia9477080cae2fdab0ae55bb7f657b85264e0f92b
-