- 31 Jan, 2011 2 commits
-
-
David Partyka authored
-
David Partyka authored
-
- 20 Jan, 2011 1 commit
-
-
David Partyka authored
Change-Id: If25857b79d072ad890f0864c11660d3bb06817e0
-
- 18 Jan, 2011 1 commit
-
-
David Partyka authored
-
- 15 Dec, 2010 2 commits
-
-
Jean-Christophe Fillion-Robin authored
-
Jean-Christophe Fillion-Robin authored
-
- 07 Dec, 2010 1 commit
-
-
David Partyka authored
VTK now exports all of its installed targets into a VTKTargets.cmake file. Inclusion of this file allows other projects to import VTK targets and reference them directly, in a simple and flexible manner. Change-Id: Ifa501156a84be82fbc1e46de67e670de7ec2a99c
-
- 30 Nov, 2010 1 commit
-
-
David Gobbi authored
Just in case more than one sip.h exists on a system, make sure that the one in SIP_INCLUDE_DIR takes priority over the one inside python's include path.
-
- 09 Nov, 2010 1 commit
-
-
David Partyka authored
-
- 07 Nov, 2010 1 commit
-
-
David Partyka authored
This should improve build times for developers who turn VTK_USE_MPI and VTK_WRAP_PYTHON On/Off by only including python/mpi's include directory where necessary instead of at the top which will cause a complete rebuild of everything when toggleing these.
-
- 02 Oct, 2010 1 commit
-
-
David Gobbi authored
-
- 30 Sep, 2010 1 commit
-
-
David Gobbi authored
A new class called vtkPythonArgs has been added to simplify the conversion of Python args to C++ args. The vtkWrapPython.c code has been refactored into several smaller functions.
-
- 28 Sep, 2010 1 commit
-
-
Clinton Stimpson authored
-
- 24 Sep, 2010 1 commit
-
-
David Gobbi authored
-
- 17 Sep, 2010 1 commit
-
-
David Gobbi authored
-
- 17 Aug, 2010 1 commit
-
-
Thomas Otahal authored
-
- 03 Aug, 2010 2 commits
-
-
Clinton Stimpson authored
-
Clinton Stimpson authored
Enhanced vtkWrapPython to recognized Qt types used in VTK classes. Use SIP to wrap Qt classes for use with PyQt. Also added bridge code to make VTK types work in Qt classes.
-
- 16 Jun, 2010 3 commits
-
-
David Gobbi authored
Organizationally, it makes more sense for the python utility classes to be placed in Wrapping/Python than in Common. This means adding a new library called vtkPythonCore that represents the core python support for VTK, as compared to VTK classes for individual kits like Common/vtkPythonCommand.cxx and Rendering/vtkTkRenderWidgetPython.cxx.
-
David Gobbi authored
Add three methods to the python vtk module to provide convenience for creating, extracting values from, and casting values from vtkVariant objects.
-
David Gobbi authored
-
- 13 May, 2010 4 commits
-
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
We cannot transitively link in FFMPEG through vtkIO we must link it directly if enabled.
-
- 30 Apr, 2010 2 commits
-
-
David Partyka authored
-
David Partyka authored
We cannot transitively link in FFMPEG through vtkIO we must link it directly if enabled.
-
- 09 Mar, 2010 2 commits
-
-
Marcus Hanwell authored
Thanks to Eric E. Monson for spotting the last few bits of Python wrapping changes required to get the Charts kit installed and working correctly.
-
Marcus Hanwell authored
Additions so that import vtk.charts works as expected, and as it does in other VTK Python wrapped modules.
-
- 13 Jan, 2010 1 commit
-
-
Pat Marion authored
COMP: The new FindPythonLibs.cmake stores PY_STATIC_MODULES_LIST as a global property now. This fixes a link error when building with static python modules.
-
- 14 Dec, 2009 1 commit
-
-
Thomas Otahal authored
ENH: Added files and unit tests in VTK/Graphics for Matlab and Gnu R integration with VTK. Added new advanced CMake options VTK_USE_MATLAB_MEX and VTK_USE_GNU_R to enable builds with Matlab and R. Building the integration code requires a Matlab installation or an installation of GNU R compiled from source. The integration files will be compiled with the vtkGraphics library. Unit tests are located in VTK/Graphics/Testing/Cxx. Python examples are located in VTK/Examples/Infovis/Python.
-
- 04 Sep, 2009 1 commit
-
-
Jason Shepherd authored
-
- 28 Aug, 2009 1 commit
-
-
Randy Heiland authored
-
- 03 Aug, 2009 2 commits
-
-
Utkarsh Ayachit authored
explicitly sets the MPI_LIBRARY and MPI_EXTRA_LIBRARY.
-
Dave Partyka authored
COMP: fix pvtkpython to link in MPI directly as it no longer can i get it transitively from other vtk libraries that also link to MPI.
-
- 02 Aug, 2009 2 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- 04 Jun, 2008 1 commit
-
-
Ken Martin authored
-
- 02 Jun, 2008 1 commit
-
-
Utkarsh Ayachit authored
install the python extension modules using setup.py, instead simply use CMake. This may be needed by external projects (such as ParaView) that include VTK.
-
- 03 May, 2008 1 commit
-
-
Sebastien Barre authored
-