- 31 Jan, 2011 2 commits
-
-
David Partyka authored
-
David Partyka authored
-
- 28 Jan, 2011 10 commits
-
-
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 11 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
-
Marcus D. Hanwell authored
This tests whether vtkNew can be used with incomplete types in class headers, containing the vtkObject until class destruction. Had to jump through a few hoops as vtkSmartPointer currently requires a complete type on assignment. Change-Id: I77ed0ccd65f0193248b0f162059e2944a8d4244f
-
Marcus D. Hanwell authored
This commit adds a new templated pointer type - vtkNew. It has the advantage of one step initialization of VTK objects, that will be deleted once the vtkNew object goes out of scope. A new test was also added demonstrating and testing its functionality. Change-Id: I35ec37d39dafc8e1139821fbe5b6204178ae9776
-
Kitware Robot authored
-
- 24 Jan, 2011 4 commits
-
-
Brad King authored
Conflicts: .gitattributes
-
Brad King authored
The VTK developers have decided to allow trailing whitespace in source files to avoid the cost of asking everyone to edit carefully or figure out how to make each editor show it. The trade-off is an increased risk of extra merge conflicts due to accidental changes involving trailing whitespace exclusively.
-
a43ffaf5 Fixed issue on some intel compilers (on longhorn).