- Nov 22, 2010
-
-
David Gobbi authored
-
David Gobbi authored
-
- Nov 21, 2010
-
-
David Gobbi authored
This change allows vtkMNIObjectWriter to be used as an exporter. If given a mapper, it will color the object exactly the same way that the mapper does.
-
David Gobbi authored
-
- Nov 20, 2010
-
-
David Gobbi authored
-
- Nov 19, 2010
-
-
David Gobbi authored
Fix the polyline output in vtkMNIObjectWriter, and fix a NAN error (log of zero) in the vtkMNITransformReader. Improve test coverage.
-
43f7f593 BUG: Tweak to text rendering.
-
Marcus D. Hanwell authored
Attempt to address font rendering issues with mesa by tweaking offsets. Change-Id: I9805a7fca462e82260665245c3a58820271dd185
-
aa7ae854 Corrected the print self to include RebuildLocator.
-
Robert Maynard authored
-
Kitware Robot authored
-
- Nov 18, 2010
-
-
49b4c416 COMP: Fix bool conversion warning in vtkFreeTypeTools.
-
David Gobbi authored
-
18baacfb COMP: Fix vtkNetCDFCFReader type conversion warnings.
-
David Gobbi authored
-
775e2a31 BUG: Fix vtkImageData GetIncrement thread safety issue.
-
David Gobbi authored
The vtkImageData methods GetIncrement(vtkIdType inc[3]) and GetIncrement(vtkIdType& incX, vtkIdType& incY, vtkIdType& incZ) were not thread safe, because they would recompute and set the Increments ivar as a side-effect. This patch fixes the issue by not setting the ivar when these methods are called.
-
8eaec2d6 COMP: Fixed lots of compiler warnings in vtkReebGraph.
-
Marcus D. Hanwell authored
It still has lots of macros, and I changed some things that did not seem logical. It still appears to work, and the test passes locally. We should work on backing out the nested macros, and adding in member functions, type safety, style conformity and all that good stuff. Change-Id: I2664ee25fc0264d0676c1bd8f92f5ab70b0972d2
-
29cbe52b Text widget was not computing the bounds at the right place.
-
Utkarsh Ayachit authored
This was causing ParaView to now show the text representation correctly when loaded from a state file in batch mode.
-
cab16d87 Fixed minor logic error.
-
Utkarsh Ayachit authored
-
28a62f67 Add helper vtkbooleanmacro to function. Add a see also ref
-
Mathieu Malaterre authored
Change-Id: Ie173314f3cc3764a3b55852fecb2609e9de48c76
-
410a7f95 Better error handling in vtkDICOMImageReader
-
Mathieu Malaterre authored
-
db05a1be Fix See Also section
-
Mathieu Malaterre authored
-
Kitware Robot authored
-
- Nov 17, 2010
-
-
5a675031 BUG: Remove header for header testing test.
-
David Partyka authored
-
dcb7d2d5 ENH: New key UNRESTRICTED_UPDATE_EXTENT for unlimited extents.
-
7ae1bfe9 COMP: Fix unused variable warning.
-
David Gobbi authored
-
a603257e COMP: Properly link osmesa libraries when in use.
-
David Partyka authored
-
Kitware Robot authored
-
- Nov 16, 2010