- 31 Jan, 2011 6 commits
-
-
Hua Yang authored
-
06ae62e1 Remove debugging message.
-
David Partyka authored
-
7aae3c2b Add PYTHON_LIBRARY as an interace to vtkPythonCore.
-
David Partyka authored
-
Kitware Robot authored
-
- 30 Jan, 2011 5 commits
-
-
3cb73911 ENH: Converted a few chart tests to use vtkNew.
-
Marcus D. Hanwell authored
-
1c348fcb PERF: Increase color mapping speed, by 40% in some cases.
-
David Gobbi authored
Use array indexing instead of postincrement: 5% speed increase. Skip isnan() check for integer data: 35% speed increase. Use isnan() instead of vtkMath::IsNan() for float data: 12% Total integer speed increase: 40% Total float speed increase: 18% Note that using aligned 32-bit memory copies for RGBA instead of using four 8-bit memory copies would provide a further 35% speed increase, at the cost of code readability.
-
Kitware Robot authored
-
- 29 Jan, 2011 6 commits
-
-
0cb2c720 BUG: Fixed test segfault on Linux and Windows.
-
Thomas Otahal authored
Fixed standard list iteration code in front chain layout strategy and also fixed some compiler warnings.
-
f4c61c39 ENH: Added circle packing layout classes to VTK.
-
57907496 ExecuteInformation / ExecuteData should return on error
-
Stephen Aylward authored
-
Kitware Robot authored
-
- 28 Jan, 2011 15 commits
-
-
Thomas Otahal authored
The vtkCirclePackLayout filter is similar to the area layout filter in Infovis and produces a triple for each vertex in an input vtkTree. The triple represents the (X, Y, Radius) of the circle for that vertex. There is a concrete implementation of the vtkCirclePackLayoutStrategy class for a "front chain" based circle packing layout. There is also a regression test for the layout classes and a poly data mapper class for the packed circle layout.
-
0625aaeb COMP: fixed more clang warnings
-
Sean McBride authored
-
David Partyka authored
-
David Partyka authored
-
David Partyka authored
-
b6ac378e Added Set that takes no arguments.
-
Berk Geveci authored
The goal is to allow Python wrappers to add IntegerVectors that are empty to the information objects.
-
ffcd0f1c COMP: fixed a whole bunch of clang dashboard warnings
-
7a6b5144 BUG: implemented vtkSleep on Mac OS, unified triplicated implementation
-
Sean McBride authored
-
Sean McBride authored
-
0980b68b Force setting VTK_MPI* vars with the ones found by FindMPI.
-
David Partyka authored
-
Kitware Robot authored
-
- 27 Jan, 2011 5 commits
-
-
a8219fb9 Added the ability to request individual blocks/datasets to the XML reader.
-
Berk Geveci authored
If available, the XML multi-block reader now reads meta-data for bounds and extents. If a request for specific datasets is avaiable, the reader reads only those.
-
fde623fc Adjust logic so VTK_MAX_THREADS is always set.
-
David Partyka authored
-
Kitware Robot authored
-
- 26 Jan, 2011 3 commits
-
-
313f838a BUG: vtkWrap_IsInteger() was rejecting VTK_PARSE_UNSIGNED_CHAR
-
7daceac6 BUG: Added an extra render and a delay.
-
David Gobbi authored
-