- 10 Aug, 2010 6 commits
-
-
Clinton Stimpson authored
-
David Doria authored
-
Clinton Stimpson authored
-
François Bertel authored
from http://opengl.org/registry.
-
François Bertel authored
from http://opengl.org/registry
-
Kitware Robot authored
-
- 09 Aug, 2010 4 commits
-
-
Clinton Stimpson authored
-
f1290cde ENH: Removed vtkJVMManager and friends.
-
Marcus D. Hanwell authored
The vtkJVMManager has been moved to a small utility library in Titan, and the programmable Java filter is being removed entirely for now.
-
Kitware Robot authored
-
- 08 Aug, 2010 2 commits
-
-
Andy Wilson authored
InsertNextRow(vtkVariantArray) was transferring numeric values from the input to the row data by calling SetTuple1(value.ToDouble()). This corrupted the low-order bits of 64-bit integers due to loss of precision. We avoid this by using the new SetVariantValue method on vtkAbstractArray.
-
Kitware Robot authored
-
- 07 Aug, 2010 3 commits
-
-
David Gobbi authored
-
Andy Wilson authored
We have InsertVariantValue, which is analogous to InsertValue in that it's SetValue with bounds checking, but no SetVariantValue. I've added this to vtkAbstractArray and subclasses and modified InsertVariantValue to do the bounds check and fall through to SetValue. InsertVariantValue is still virtual so you can override it if you have a very good reason but that probably won't be necessary.
-
Kitware Robot authored
-
- 06 Aug, 2010 17 commits
-
-
David Gobbi authored
-
David Gobbi authored
This allows wrapping of header files like vtkCellType.h in order to use their constants from python.
-
Clinton Stimpson authored
-
Clinton Stimpson authored
This reverts commit f1c243b6. It wouldn't allow one to go back into the loop.
-
Robert Maynard authored
-
Clinton Stimpson authored
Add partial support for Qt enums. Add support for Qt types in overloaded functions.
-
Clinton Stimpson authored
-
Robert Maynard authored
The EnSight readers in ParaView are stable enough to replace the old readers in VTK.
-
Marcus D. Hanwell authored
-
177e96cf ENH: Draw filled ellipses (using the brush).
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
-
Marcus D. Hanwell authored
It does not always make sense to include the scene in places that need the mouse event API, and so I have separated it out. This means that classes can just use the mouse event data structure.
-
Marcus D. Hanwell authored
-
David Gobbi authored
Use GetNumberOfComponents() method to get the tuple size. Also wrapped are InsertTuple(), InsertNextTuple(), GetTupleValue(), SetTupleValue(), InsertTupleValue(), and InsertNextTupleValue().
-
Kitware Robot authored
-
- 05 Aug, 2010 8 commits