- 31 Aug, 2005 16 commits
-
-
Will Schroeder authored
-
David Cole authored
BUG: Reverting yesterday's automatic SetInput --> SetInputConnection change where it should not have been done... (actors and widgets only have SetInput and they should still use SetInput)
-
Will Schroeder authored
-
Andy Cedilnik authored
-
Brad King authored
-
David Cole authored
The widget's BuildRepresentation() serves to take its ivar vtkPlaneSource and generate a 2D polyline outline of its bounds. This should only be called after UpdatePlane since within that method, RestrictPlaneToVolume is enforced, the vtkPlaneSource could be modified, and hence, the outline rep will be inconsistent. This manifests itself when interacting as though the plane outline "bounces" off the widget's resliced image and then bounces back as one tries to drag past the input image data bounds.
-
Will Schroeder authored
-
Will Schroeder authored
-
David Cole authored
BUG: Reverting yesterday's automatic SetInput --> SetInputConnection change where it should not have been done... (actors and widgets only have SetInput and they should still use SetInput)
-
Will Schroeder authored
-
Sebastien Barre authored
-
David Cole authored
-
Andy Cedilnik authored
-
Will Schroeder authored
-
Will Schroeder authored
-
Andy Cedilnik authored
-
- 30 Aug, 2005 16 commits
-
-
Sebastien Barre authored
-
David Cole authored
COMP: Fix broken continuous dashboard... Didn't catch it on test build because file only included when VTK_USE_MPI is ON.
-
Brad King authored
ENH: Updated wrapping commands to use new macros instead of loaded commands. Also updated configuration of python wrappers to use separate module and shared library like the rest of VTK.
-
Brad King authored
ENH: Updated wrapping commands to use new macros instead of CMake C++-implemented commands. Also updated configuration of python wrappers to use separate module and shared library like the rest of VTK.
-
David Cole authored
ENH: Change pipeline usage pattern (under Examples and */Testing only) from old style a.SetInput(b.GetOutput()) to a.SetInputConnection(b.GetOutputPort())... Changes were made by automatic replacement via regular expression matching in tcl, py, cxx and java files. Files under Examples (especially tcl and py scripts) need more review since they don't automatically run on any dashboards. Additionally, some SetInput calls may still remain. Reason for making these changes: consistency, to be good examples to people trying to learn the new pipeline.
-
Brad King authored
-
Sebastien Barre authored
-
Sebastien Barre authored
-
Brad King authored
-
Brad King authored
ENH: Removed need for CMake 2.0 VolumeRendering asm headers hack by changing the headers to .cxx files. The needed symbols are extern-declared where they are used. The generated sources are no longer #include-d so they are now sources and not headers.
-
Andy Cedilnik authored
-
Sebastien Barre authored
BUG: fix, do not render if we have no input. Usually this would not be a problem but with the new pipeline, if one end is loose, we have a problem. Thanks to Prabhu for spotting it.
-
David Cole authored
-
Andy Cedilnik authored
-
Berk Geveci authored
-
Andy Cedilnik authored
-
- 29 Aug, 2005 8 commits
-
-
David Cole authored
COMP: Use same condition for addingTestAVIWriter that is used for adding vtkAVIWriter; similarly for TestMovieWriter and vtkMPEG2Writer. Fixes broken continuous...
-
David Cole authored
ENH: Automatically set default value for VTK_USE_VIDEO_FOR_WINDOWS based on the result of a TRY_COMPILE if it has never been set in the cache. Add new internal only VTK_VFW_SUPPORTS_CAPTURE flag; if the video capture routines of vfw32 are supported, vtkWin32VideoSource is included. If VTK_USE_VIDEO_FOR_WINDOWS is OFF, vfw32 is not linked in, and neither the vtkAVIWriter nor the vtkWin32VideoSource class is available. Activate/add tests for recently added MPEG2Writer and AVIWriter classes. (Cross fingers for those other platforms...)
-
Brad King authored
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
Berk Geveci authored
-
Brad King authored
ENH: Picking better default for CMAKE_INSTALL_PREFIX on Windows by using ProgramFiles environment variable.
-
Utkarsh Ayachit authored
BUG: fixes the issues with using vtkpython for converting tests. Instead a the file configured with the list of classes in each Kit is used to determine the vtk class names while converting tests.
-