- 16 Sep, 2011 6 commits
-
-
Tharindu De Silva authored
Implemented the tick label positioning described in the VisWeek 2010 paper "An Extension of Wilkinson's Algorithm for Positioning Tick Labels on Axes". Change-Id: Ia5b9df612e8a8753e7f605ef634fd4409d2b42f7
-
85664908 Adding python support for string data with embedded nulls
-
518e5068 ENH: Fix a compile error in missing file include
-
Karthik Krishnan authored
vtkTesting was missing an include.
-
Kitware Robot authored
-
- 15 Sep, 2011 12 commits
-
-
b6f5efe3 ENH: Image interpolator classes for VTK
-
Marcus D. Hanwell authored
Retain the DisableClipping method in vtkContextDevice2D. Change-Id: I19165aaa1f6f0b3ffaac3c5279e1613b69f3f5e1
-
Julien Finet authored
Change-Id: Idc511899af7cd0442b9c9a1e73c8395352bdcfe3
-
Julien Finet authored
Control points can be at the border of the view, it makes them hard to be clicked and dragged if they are clipped away. Change-Id: If12b09204c87dcd5b71808a5b8e5398e6c4d54d7
-
5bac74c0 COMP: Fixed header testing for charts.
-
Marcus D. Hanwell authored
vtkContextKeyEvent is not vtkObject derived. Change-Id: I969f9f8de8d5f5c6b13fc34e9dbf8700af6ef2a6
-
5b955272 Add empty renderer to avoid random buffer in the lower left corner
-
Julien Finet authored
Change-Id: Ib1160ed30c70be1d520ce9d5a0ed38d7fdba6612
-
b4a5fff1 ENH: Distance constrained to a polygonal surface mesh
-
Karthik Krishnan authored
Test demonstrates a distance widget constrained to lie on the surface of a polygonal mesh. Both handles are constrained to the mesh' surface. Optionally, one can also specify a height offset. If specified, the end points of the distance widget are constrained to lie at a height offset from the surface of the mesh. The "height" at any location on the surface is measured as the offset of the point in the direction of the surface normal.
-
Kitware Robot authored
-
- 14 Sep, 2011 6 commits
-
-
9146ac45 Sped up the Cosmo reader by preallocating point and cell memory.
-
Jon Woodring authored
Change-Id: I639a7f4daf66070ff0d9a15ab4c2099cb2dedebc
-
e005b7af Add vtkPolyDataMapper2D::TransformCoordinateUseDouble
-
Jeff Baumes authored
Also adding some API to vtkDataReader/Writer to take advantage of the new functionality. Change-Id: Ice2d7ce8d772ac7a0409e021799263acfbe21204
-
Julien Finet authored
vtkOpenGLPolyDataMapper was rounding up transformed coordinates into integers. Add an option to use doubles instead.
-
Kitware Robot authored
-
- 13 Sep, 2011 2 commits
-
-
David Gobbi authored
Move the interpolation code out of vtkImageReslice so that it can be used by other classes. This makes the interpolation routines usable from other VTK classes and from the wrapper languages. The vtkImageSincInterpolator class adds windowed sinc interpolators such as Lanczos and includes an on/off switch for antialiasing. Change-Id: I81314cc51c7d5ec1276b95807392af369ac3ef19
-
Kitware Robot authored
-
- 12 Sep, 2011 1 commit
-
-
Kitware Robot authored
-
- 11 Sep, 2011 1 commit
-
-
Kitware Robot authored
-
- 10 Sep, 2011 5 commits
-
-
4ab27d99 BUG: Fix vtkImageResliceMapper fast-path for non-orthonormal prop matrix.
-
David Gobbi authored
-
d3edaf32 BUG: Fix vtkImageResliceMapper fast-path for prop translation.
-
David Gobbi authored
The fast path for vtkImageResliceMapper (used for interactive frame rates) displayed the incorrect image when the prop matrix had a translation. This patch fixes the issue. It does not fix a related bug where the fast path gives incorrect results when the prop matrix has scale factors.
-
Kitware Robot authored
-
- 09 Sep, 2011 6 commits
-
-
9aa84edb Perserve original data type in D3 filter
-
96f39e17 Reset COMBINED_UPDATE_EXTENT when data won't be executed
-
0c4b0000 STYLE: Removed unused vtkOpenGLStateCache files.
-
Marcus D. Hanwell authored
Looks like they have not been compiled in quite some time, found during modularization work. Change-Id: I2cb8cb7567bd4e7311bb0ad5d6d088636a7a5671
-
Kitware Robot authored
- 08 Sep, 2011 1 commit
-
-
1972748f COMP: vtkAssemblyPath still needed for deprecated.
-