- Nov 24, 2010
-
-
David Gobbi authored
-
- Nov 23, 2010
-
-
David Gobbi authored
-
- Nov 22, 2010
-
-
David Gobbi authored
The MNI tag files were developed at the Montreal Neurological Institute for storing anatomical tags with labels and other data. These files are used together with MNI transform files, MNI object files, and MINC image files.
-
241cb68e BUG: RequestData segfault if optional inputs not set.
-
David Gobbi authored
The RequestData method in vtkWriter would call GetUpdateTime() on all inputs, without first checking whether the input was a null pointer.
-
703b5e8e BUG: Would sometimes store cell scalars as point scalars.
-
David Gobbi authored
-
David Gobbi authored
-
David Gobbi authored
-
Kitware Robot authored
-
- Nov 21, 2010
-
-
Marcus D. Hanwell authored
This commit addresses several minor issues with code style. Replaced some C style casts, fixed variable case etc. Change-Id: Ic68712f1c4f65dce443a9eec949801e1f3bdb465
-
Hagen Mölle authored
Change-Id: Ie8a7f573f78c34a3870f1af55885e5d0e163df4d
-
Hagen Mölle authored
Change-Id: I949b7fa616e662a806bc6082a2058f6b366182ed
-
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
-
Kitware Robot authored
- Nov 20, 2010
-
-
Marcus D. Hanwell authored
This makes the code simpler, and visibility makes sense for non-visible parents etc too, such as transforms and clips. Change-Id: Id69cf67945e4b8e785db8eea36503348bcd38ee7
-
8257efdd Now using the curtain height set via API by the user.
-
f1898659 BUG: Fix memory leak in vtkMNITransformReader.
-
David Gobbi authored
-
945bbdea BUG: Fix bugs in vtkMNIObjectWriter, vtkMNITransformReader.
-
Aashish Chaudhary authored
Change-Id: I2bd3557991cbf1a3401f0f1aab07efc4f023f999
-
Kitware Robot 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.
-