- 12 Aug, 2005 16 commits
-
-
Brad King authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Prabhu Ramachandran authored
platforms. In this approach we build a libvtkKITPythonD.so that is installed somewhere in the linker's path and then create a small libvtkKITPython.so extension module that links to libvtkKITPythonD.so. This makes it much easier to install and manage VTK-Python builds. This is because the Python extension modules do not need to link to each other. Many thanks to Brad King for all the hard work needed to get this working.
-
Prabhu Ramachandran authored
platforms. In this approach we build a libvtkKITPythonD.so that is installed somewhere in the linker's path and then create a small libvtkKITPython.so extension module that links to libvtkKITPythonD.so. This makes it much easier to install and manage VTK-Python builds. This is because the Python extension modules do not need to link to each other. Many thanks to Brad King for all the hard work needed to get this working.
-
Prabhu Ramachandran authored
-
Brad King authored
BUG: Searching for TK_XLIB_PATH uses settings from FindTCL so VTK_INCLUDE_TCL_TK_MODULES should be called first.
-
Berk Geveci authored
-
David Cole authored
-
Andy Cedilnik authored
-
David Cole authored
-
Dave Demarle authored
-
David Cole authored
-
Prabhu Ramachandran authored
vtkImageData as documented here: http://public.kitware.com/pipermail/vtk-developers/2005-July/003427.html
-
Dave Demarle authored
-
- 11 Aug, 2005 24 commits
-
-
Dean Inglis authored
-
Dean Inglis authored
ENH: 1) make ResetLine work in tandem with spline widget convenience method for geometric closure queries, 2) remove ivar mapper array in favour of on the fly where needed
-
Dean Inglis authored
ENH: 1) vtkParametricFunctionSource now generates spline representation, 2) add convenience to geometrically query close/open polydata line rep, 3) remove ivar mapper array in favour of on the fly where needed
-
Francois Bertel authored
-
Francois Bertel authored
COMP:Reinsert vtkOpengl.h because GLfloat is used. Also add a comment after include to make the Header testing happy
-
Berk Geveci authored
-
Berk Geveci authored
-
Berk Geveci authored
-
Lisa Avila authored
-
Brad King authored
BUG: VTK must provide a way for parent projects to choose BUILD_SHARED_LIBS and VTK_USE_RPATH before entering the main VTK/CMakeLists.txt file. This is now accomplished by putting this part of the code in a separate module VTK/CMake/vtkSelectSharedLibraries.cmake which is INCLUDEd from VTK/CMakeLists.txt but has include blockers so that it can be first included by a parent project. The error message for disabled installation due to VTK_USE_RPATH being ON has also been made more verbose. This addresses bug#2140.
-
Lisa Avila authored
-
Dave Demarle authored
BUG: 2091 The processID scalars filter made processors 1+ crop out almost all of their data, because shallowcopy did not copy extents.
-
David Cole authored
-
Clinton Stimpson authored
COMP: Fix Qt3 include.
-
David Cole authored
-
Clinton Stimpson authored
COMP: Fix Mac framework linking for Qt4 examples.
-
David Cole authored
-
Brad King authored
ENH: Header files are now installed to PREFIX/include/vtk-<version> instead of PREFIX/include/vtk. This is another step toward supporting multiple VTK versions installed in the same prefix.
-
Clinton Stimpson authored
COMP: Mac -- Fix framework link directory for building plugin.
-
Amy Squillacote authored
BUG: The first process was getting all the data, and all the other processes were getting their expected pieces. This was happening because the new pipeline was overwriting UPDATE_NUMBER_OF_PIECES. Now the first process only gets piece 0 of the data. (bug #2107)
-
Clinton Stimpson authored
COMP: Use uic3.exe instead of uic.exe3 on Windows.
-
Will Schroeder authored
-
Clinton Stimpson authored
ENH: Port Qt examples to Qt4.
-
Clinton Stimpson authored
ENH: Support empty CMAKE_BUILD_TYPE regardless of Qt's debug/release issues. COMP: Don't moc a .cxx file in Visual Studio. Visual Studio ends up not building the .o from the .cxx file because a custom build rule is there instead. Possibly a CMake 2.2 only issue?
-