- 28 Jan, 2011 1 commit
-
-
George Zagaris authored
Introduce AMR-Kit in to the build and two additional classes: (a) vtkSerializable and (b) vtkAssertUtils. The AMR-Kit is geared towards encapsulating all of the AMR infrastructure & algorithms. vktSerializable defines a pure abstract interface for all serializable objects. Last, the vtkAssertUtils is a singleton class provides functionality for self-checking that is enabled only when -DASSERT_ON is provided.
-
- 25 Jan, 2011 1 commit
-
-
Kitware Robot authored
-
- 24 Jan, 2011 13 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).
-
Utkarsh Ayachit authored
Thanks to Greg Abram for the fix.
-
Colin Myers authored
Change-Id: I58bcd7f5c19a376c8a0c1fcc28ffa039a6025d9c
-
Colin Myers authored
Change-Id: I1f80c5a617be5309db788e5505568dcfdf3ee4c7
-
8ed9dcc0 COMP: Fix additional compile errors.
-
David Partyka authored
Change-Id: I75b27cc25f9ac11389f8223772273a31a1c6491d
-
636133a6 COMP: Fix Qt sql test compile errors.
-
David Partyka authored
Change-Id: I694b7396666cc604c6648ffa506c3a30392e6707
-
Kitware Robot authored
- 23 Jan, 2011 5 commits
-
-
85895374 Use toAscii().data instead of toStdString()
-
David Partyka authored
Allows vtk to be build against qt that has stl disabled.
-
ff78765d Remove debugging messages.
-
David Partyka authored
-
Kitware Robot authored
-
- 22 Jan, 2011 1 commit
-
-
Kitware Robot authored
-
- 21 Jan, 2011 17 commits
-
-
94a7d0e2 fixed various warnings on the dashboards
-
f5b6fe05 Fix failing printself/otherprint tests.
-
David Partyka authored
Change-Id: I525ca5437f25a17eb47725f0332a9d5f6a120b04
-
Sean McBride authored
-
183b45d1 Cleanup warnings and whitespace.
-
David Partyka authored
-
3192e6ed Fix BTX/ETX typo.
-
David Partyka authored
Change-Id: I88d0e9911d4381c4c3cf0387c7eb59738605bfd8
-
-
-
Brad King authored
Author: Sean McBride <sean@rogue-research.com>
-
0040cd16 ENH: Part 2 of the MultiThread-SpaceLeaping-VolumeRendering-Feature
-
Karthik Krishnan authored
Please see comments for the branch: MultiThread-SpaceLeaping-VolumeRendering-Feature
-
67f285f9 ENH: Multithreaded and optimized computation of empty space leaping
-
Karthik Krishnan authored
vtkVolumeRayCastSpaceLeapingImageFilter is a multi-threaded optimized imaging filter that computes the datastructures needed to skip empty regions in the scalar opacity or the gradient opacity transfer functions. This has several improvements over the earlier version. 1. Its multi-threaded now 2. The computation of the scalar opacity and gradient opacity empty regions are visited in a single pass through the data as opposed to two separate passes, earlier 3. Lots of loop unrolling / precomutations and optimizations 4. The block size for space leaping can be changed by changing the ifdef in the C++ file. Its not an ivar for possible slowdowns in inlining.
-
Kitware Robot authored
-
- 20 Jan, 2011 2 commits
-
-
742408a2 misc freetype cleanup: made Window case more like unix
-
Sean McBride authored
-