- Mar 30, 2012
-
-
George Zagaris authored
Use vtkOverlappingAMR instead of vtkHierarchicalBoxDataSet, fixed code style to conform with VTK conventions and fixed PrintSelf s.t. every ivar that has a Get/Set macro associated is printed. Change-Id: Ia94bad6170825bbc4bbaeff6f918bfe3124f73c5
-
Kitware Robot authored
-
- Mar 29, 2012
-
-
Marcus D. Hanwell authored
39776995 ENH: Remove the remains of mangled mesa code.
-
Marcus D. Hanwell authored
1855c18c ENH: Remove unused configured header.
-
Marcus D. Hanwell authored
These ifdefs are no longer required as mangled mesa support has been removed. Change-Id: Id461ffc989b82fa3642a105eb3cce284f6249f99
-
Robert Maynard authored
de27fda0 Improved the comments on why we have three Initialize methods. 1fbd6d5a Backward compatibility support for the contour initialization routine
-
Robert Maynard authored
Change-Id: I97fff627d945727a67edf00194b1faa7b99e2e3d
-
Marcus D. Hanwell authored
dd4f84d8 COMP: Fixes for C++11 compatibility.
-
Sean McBride authored
Mostly added casts, but also changed a few types for better impendence matching. Change-Id: I1a081896e7ce2df41832d4ec143cf3ac9bdef291
-
Marcus D. Hanwell authored
This hasn't been used in quite some time. Change-Id: I44dd4cd0db03ead5517d59986e41cf888dbff18e
-
David Gobbi authored
d5f60bd7 ENH: Wrap vtkInformation::Get() for IntVector and DoubleVector.
-
Kitware Robot authored
-
- Mar 28, 2012
-
-
Marcus D. Hanwell authored
9237f31a BUG: Export key and mouse event symbols.
-
David Gobbi authored
Add hints to the wrappers so that they use vtkInformation::Length() to get the vector size for vector keys. This allows the wrappers to access SPACING(), ORIGIN(), WHOLE_EXTENT(), etcetera. Change-Id: I8622b814cd830481f58fca3e1abb6dc2c1246289
-
Marcus D. Hanwell authored
73d22667 BUG: Remove the GetTileScale logic.
-
Marcus D. Hanwell authored
d90eb69a Removing unnessary header file
-
Marcus D. Hanwell authored
These began as header only, and should have had the export macro added when the implementation files became necessary. Change-Id: I02e38942dfc9c1d930f9ec55671776dddd911a05
-
Marcus D. Hanwell authored
This is no longer used by ParaView, and does not seem to be the correct approach in VTK either. The updated logic added by Utkarsh supersedes this and works for both tiled displays and large screen shots using tiles. Change-Id: Ib21c62d4aa3be73a57c7f28effec45dad7b8d1d6
-
Nikhil Shetty authored
Change-Id: Ibcf1bc4c459127328777971a3a33169acabf21af
-
David Gobbi authored
0061b2d5 BUG: Update python vtk module for VTK6-style input.
-
David Gobbi authored
Change-Id: Ifc76340e581c5cf07b6c40b7ecd77f292b96962b
-
Kitware Robot authored
-
- Mar 27, 2012
-
-
Marcus D. Hanwell authored
0ecbbd07 Merge branch 'master' into charts_in_tile_display_resolve 7f33e056 Fixing vtkContextActor to work with tiled displays.
-
Marcus D. Hanwell authored
Conflicts: Charts/vtkContextActor.cxx Change-Id: I0c0dce85a1d6f2d34fe8f9af86f4a5e8354d0061
-
Kitware Robot authored
-
- Mar 26, 2012
-
-
David Gobbi authored
59c57b33 COMP: Fix type, var, loop warnings in vtkStructuredGridConnectivity.
-
Karthik Krishnan authored
Provide an internal implementation and an overloaded method to support the old way of initializing contours. Change-Id: I46595c66f07da5a9400d135c82af461fa59726d9
-
David Gobbi authored
In PrintSelf, a for() loop had no body. In CreateGhostedMaskArrays, the variable "p" caused unitialialized variable warnings on gcc 4.0. In vtkPStructuredGridConnectivity::PostReceives, an "int" var was used to hold a std::vector size. I changed this to "unsigned int" for consistency with the rest of the file, but in actuality most occurrences of "unsigned int" in this file should be "size_t". Change-Id: I4ace7d7531fc348134b08db197c5c2805f2e1a3a
-
Utkarsh Ayachit authored
* pv-master: Make it possible to use vtknetcdf4 with external hdf5. Move netcdf_cxx option to the advanced option set.
-
Utkarsh Ayachit authored
* 3.14.1_changes: Make it possible to use vtknetcdf4 with external hdf5. Move netcdf_cxx option to the advanced option set.
-
Utkarsh Ayachit authored
* 12981_fix_top_right_chart_axes: BUG: Fixed a bug in scrolling of top and right axes.
-
Utkarsh Ayachit authored
* 12984_vtk_pyramid_fixes: fix a typo that causes memory corruption Making the parametric interior check tolerance consistent. Getting rid of compilation errors. Fixing vtkPyramid gradient calculation at apex.
-
Utkarsh Ayachit authored
* 0012790-netcdf4-with-system-hdf5: Make it possible to use vtknetcdf4 with external hdf5. Move netcdf_cxx option to the advanced option set.
-
Dave DeMarle authored
Change-Id: I807b319b438a08dcd6236c9e149a5941859e14ab
-
Dave DeMarle authored
The netcdfcxx option isn't important or modified often enough to warrant top billing. Also make a note that vtk's findhdf4 is unimportant so no dev wastes time on it in the future. Change-Id: I0cb6dc08530a9ba87c613fd56c81ce95cdfb7aba
-
Utkarsh Ayachit authored
* pv-master:
-
ed690b5f Merge topic 'sync-renderer-fix' into master 52cddc8e Merge branch 'datarepresentation-fix-vtk-6' 18eef172 KWSys Nightly Date Stamp e72eb442 KWSys Nightly Date Stamp b350d04d Merge topic 'remove-mangled-mesa-option' into master 30e7c55c COMP: Fix OSMesa (previous commit broke logic). b6a0563e Merge topic 'amr-iterator-fix' into master b5bedc10 Merge topic 'custom-plot-matrix-tooltips' into master d8c75816 Add support for custom tooltips in vtkScatterPlotMatrix 383303d8 Make vtkChartXY handle having no tooltip c1442e7e KWSys Nightly Date Stamp 0a601d08 Merge branch 'pv-master' into HEAD 2e3cf05a Merge topic '12984_vtk_pyramid_fixes' into master 9c21fa50 KWSys Nightly Date Stamp 48e93e39 ENH: Simple AMR Iterator accesss API test 09c5343d BUGFIX: Set level of AMR box for iterator ...
-
bdadc225 COMP: SetPass(..) has moved to vtkOpenGLRenderer
-
c9a6eeff Merge remote-tracking branch 'remotes/gitorious/VTK-6' into vtk-6 c18d3d4c Merge topic 'compositedatapipeline-fix' into master 79ce2851 Fix cut and paste error in vtkCompositeDataPipeline 4b62f2bd Merge topic '13001-imageactor-slice-compat' into master 1fda090d Merge topic 'fix-rcb-partitioner-ivar-defects' into master 55bc81a3 Merge topic 'RenameBooleanOperation' into master 5e6cc1a4 ENH: Remove 'using std::cout/endl' 012c45da BUG 13001: Fix backwards compatibility of GetSliceNumberMin/Max(). 28469421 KWSys Nightly Date Stamp 515f3c4b Merge topic 'chart-set-tooltip' into master 0a77725f BUG: Enum values should be unique 610601d0 Merge topic 'BadCharacters' into master ce0939a9 ENH: Fix ivar defects and minor style changes 9a65066c DOC: Bad character 65579200 Add vtkChartXY::SetTooltip() method 2c5ca1b0 Merge topic '0012996-vtkSortFilenames-Typo' into master ...
-
8918f03d Make it possible to use vtknetcdf4 with external hdf5. 05972ce0 Move netcdf_cxx option to the advanced option set. 12f985b0 Merge branch 'qt-wrap-hierarchy-rel' into release 3d65498e Merge branch 'boost-api-change-rel' into release 528adf11 Merge branch 'charts-top-right-axis-bug-rel' into release e3bc66fd Merge branch 'chemistry-python-wrapping-rel' into release 771f45b2 Merge branch 'charts-valgrind-rel' into release f5ca6011 BUG: Fixed a bug in scrolling of top and right axes. 87e0c1eb COMP: API change in Boost Graph Library. 7aaf1d8e BUG: Fix the wrapping of QVTKInteractor. be520266 BUG: Fix bug 12978 - python chemistry CMake variable. 34298aed Increment version to VTK 5.10.0 e46f3ece KWSys Nightly Date Stamp 05b9f407 Merge topic 'pi-precision' into master 9bcb5ff5 COMP: Fixed warnings about unitialized memory. 8bd0d55d Merge topic 'vtkImplicitPlaneWidget2' into master ...
-