- 29 Jan, 2011 4 commits
-
-
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 8 commits
-
-
313f838a BUG: vtkWrap_IsInteger() was rejecting VTK_PARSE_UNSIGNED_CHAR
-
7daceac6 BUG: Added an extra render and a delay.
-
David Gobbi authored
-
Marcus D. Hanwell authored
It seems that there is some king of race condition on my Linux system at least, added in an extra render and a delay. The test passed 30 times in a row, but if this makes Mesa pass too we should revisit this to figure out the root cause of the problem. Change-Id: If902d48bb87b7335aa4aa420135357650abade38
-
abeed906 COMP: Exclude vtkNew.h from header testing.
-
Marcus D. Hanwell authored
Pure templated class, not a vtkObject... Change-Id: I42fa51630109e87a2626b293fb712b27a09a7f23
-
Kitware Robot authored
-
- 25 Jan, 2011 8 commits
-
-
67f3d0ec Restore clamp macro change that I didn't intend to commit.
-
David Partyka authored
-
Marcus D. Hanwell authored
Change-Id: I4a0dc989d1ff1a5a31fa6aa7942a59d785bc47fa
-
68f2919a Make VTK_MAX_THREADS configurable and default to 64.
-
David Partyka authored
In the future we will eliminate this entirely store thread info dynamically.
-
2db839d7 Properly setting the number of pieces and whole extent.
-
Andrew Bauer authored
In certain cases the writer didn't have the correct number of pieces and the whole extent for the vtkExtentTranslator but this has now been fixed by properly getting it from the pipeline information for the whole extent and the number of pieces from the member variable. Also got rid of the ExtentTranslator member variable and setter/getter functions since it's not used and shouldn't be.
-
Marcus D. Hanwell authored
Thanks to Bill Lorensen for the suggestions. Also added a See Also section to point to other related classes. Change-Id: I7fe75453c882bdbf0acbe4fd33d2c05b4c0fab7f
-