- Mar 22, 2012
-
-
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
-
- Mar 20, 2012
-
-
Dave DeMarle authored
Change-Id: I31fa3c7c267cce709a0ad44ca6ba09af2592caa7
-
Dave DeMarle authored
Change-Id: I8254a4b4315d09cc1d29ab28d14b3d68e77bf6a2
-
- Mar 19, 2012
-
-
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
-
- Mar 16, 2012
-
-
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
-
- Mar 15, 2012
-
-
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
-
- Mar 14, 2012
-
-
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
-
- Mar 08, 2012
-
-
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
-
David Gobbi authored
In Python, the QVTKInteractor class wasn't inheriting any methods from its superclass vtkRenderWindowInteractor and was useless as a result. The python wrappers were confused because the prefix is "Q" instead of "vtk". The main kits have a vtkKitHierarchy.txt file that the wrappers can use to ascertain type and inheritance without relying on prefixes, a simple solution here is to use the hierarchy file that was generated for Rendering. Change-Id: Idba365ea61d7153dfd63f678dd36318ba429dc93
-
- Mar 05, 2012
-
-
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
-
- Mar 01, 2012
-
-
Dave DeMarle authored
Change-Id: I0e4f506374be6383c4843fef47ac7ed2e4b4099b
-
Kitware Robot authored
-
- Feb 29, 2012
-
-
Marcus D. Hanwell authored
Change-Id: If79e9b98cfaf965ed4c27c1f189c501be1fbafcb
-
Dave DeMarle authored
bd2770cd FIX: vtkImplicitPlaneRepresentation does not print ivar LockNormalToCamera
-
Robert Maynard authored
75944632 EnSight6 Reader vectors per element
-
Pat Marion authored
6dff01de Fix compiler warning and style issue
-
Dave DeMarle authored
3784f6d0 Fix issue with context timestamp when using QVTKWidget2.
-
Michael Jeulin-L authored
Change-Id: I715e9c3a2680c10b3fee317b9daa2188789f22cc
-
Kitware Robot authored
- Feb 28, 2012
-
-
Pat Marion authored
- silence 'assignment operator could not be generated' warning on vtkQtDebugLeaksModel::qObserver - rename variables to avoid shadow variable warnings - add comment about variable initialization in vtkDebugLeaks.cxx Change-Id: Id6b65f2cc8f5b3453820197a2bc7320c3ee7a7c6
-
Dave DeMarle authored
ccdaad8e BUG: Fix vtkImplicitPlaneRepresentation, redesign widget implementation: dd214570 ENH: Automatic plan orientation in vtkImplicitPlaneWidget2
-
Michael Jeulin-L authored
- Re-implement the Automatic plan orientation - Arrows (right, left, top, bottom) shift origin instead of '<' and '>' - Don't observe the representation but the camera directly - BuildRepresentation only when needed (if rep is changed) - Expose to API the edge color - Fix active/inactive mode with change cursor - Avoid highlighting cut plane and changing the mouse pointer in lockToCamera mode. - Reactivate rescaling. - Add a test for trying: Press ctrl key to change the mode when interacting. Change-Id: I9c8b8b2ccd04baf32b75178b59afc1fd0e148948
-
Will Schroeder authored
Add vtkImplicitPlaneRepresentation::SlaveNormalToCamera Fix trailing whitespace Change-Id: I1835eb6b31fa9ca7bde86782e19555f5f43af38b
-
David Luet authored
Fix that enables EnSight6Reader to read vectors per element data in a single file format. Single file format is when all the data for all the time steps for one variable are in a single file. Change-Id: I563c07e5fa07496c2326a3828c834d3f64076a14
-
Robert Maynard authored
674eea7b Properly fix the issue with reading scalar properties
-
Pat Marion authored
9182f039 Add Qt widget for displaying objects tracked by vtkDebugLeaks 75ca1bd2 Add new api to vtkDebugLeaks to track vtk object lifetime
-
David Luet authored
Corrected the original application of the patch which I did wrong. The new patch from David fixes the issue. Change-Id: Ib02c9f3c8e102039f1eb917a6e5fc8ab929a2b10
-