- Apr 30, 2013
-
-
Utkarsh Ayachit authored
444257e5 BUG #2379. Passing flags correctly to internal writers.
-
Utkarsh Ayachit authored
Fix for bUG #2379 added new ivars. Ensuring that vtkXMLDataSetWriter and vtkXMLPDataSetWriter pass these to the internal writers correctly. Change-Id: I916b7c3e2e703b309ef1b02dc25e16409c5a3b29
-
Marcus D. Hanwell authored
f82398af Introduced a new chart selection mode
-
David C. Lonie authored
079eac5b Change matplotlib warnings to cmake STATUS messages.
-
- Apr 29, 2013
-
-
David Thompson authored
cc42420f Fix for subclasses overriding EditAnnotations. 84c42607 Fix a leak revealed by ParaView; use SmartPointer.
-
- Apr 28, 2013
-
-
David Thompson authored
The accounting done assumed that all annotations were contained in the lookup table, but this is not true when subclasses provide more. This was revealed by the ParaView version of the scalar bar actor, which adds min and max values as annotations on the continuous scalar bar. Change-Id: I6186f22ee9f29be889fc83522e67968688759922
-
- Apr 27, 2013
-
-
Marcus D. Hanwell authored
This commit introduces a new chart selection mode to the charts, based on plots rather than rows. The default remains row-based selection, where a selection in one plot causes all corresponding points in the same row of the table to be selected in other plot objects. This behavior was improved slightly to iterate through and accumulate selections in all plots (rather than just using that of the last plot which resulted in confusing behavior). The plot based selection keeps any selection specific to a plot. The vtkPlot object that originated a selection is stored in the PROP property of the vtkSelectionNode, with the SOURCE property being used to store the table the selection is on. The vtkSelection object will have a vtkSelectionNode object for each plot with a selection on it. All of the normal selection combination rules are applied per-plot. The rectangle and polygon selection mode code was refactored to reduce the amount of code duplication necessary. Two tests were introduced allowing interactive use of the chart with row or plot based selection using polygon selection (left mouse) or rectangle selection (right mouse). Change-Id: Ib739ec620b7094bcf4940767000e8620c432e341
-
David Gobbi authored
2465c99f Fix X BadRequest errors in TestInteractorStyleImageProperty.
-
David Gobbi authored
This test was crashing once or twice a week on certain Linux machines. I have rewritten it so that it only creates and maps one window. Change-Id: Ia5d2f2d4617afd93013440bb13f5a3de9a730d02
-
- Apr 26, 2013
-
-
Bill Lorensen authored
6ac4b149 Fix GRAM size detection under X Window.
-
Bill Lorensen authored
3bbd7d2e Deprecate the obsolete vtkFastNumericConversion class.
-
Bill Lorensen authored
0e39fa5d Cleaned up garbage collection.
-
Bill Lorensen authored
a7496239 Document the return value of vtkFieldData::AddArray().
-
David Thompson authored
This also eliminates a warning about anonymous namespaces on Linux. Change-Id: Ic0b0477925313f34abcfe7d3def80218aa649176
-
Kyle Lutz authored
Change-Id: I14227dd1f8d63446d5746dfbe2339fa65a3d7894
-
4cf7ab0c Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 8254f218 Merge topic 'plot3d-improvements' into master ab2a191c Merge topic 'improve_text_shadows' into master ce1b4aff Improve text shadows. 788dafc7 Merge topic 'mask_points_can_yield_empty_output' into master 36b6a31f Prevent empty output when input is single-point mesh. 9ae3b4c1 Merge topic 'AddInteractionsToTests' into master e7c01b43 Merge topic 'clamp-interpolated-scalars' into master a06305f2 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 74cb04a4 Fix a memory leak in TestButterflyScalars. 9975ab16 Merge topic 'Fix-HTG-sign-warnings' into master dceece9f Fix sign/unsigned warnings in HTG. 02d54800 Merge topic 'hardwareselector_warnings' into master 030f2931 Fixing warnings in vtkHardwareSelector f83d821a ENH: Add InteractionStyle to rendering tests
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: If7a78fd5c2c7a76eda1e172bd347f03d1530556a
-
71b73759 Oops. Forgot to remote a print statememt.
-
Utkarsh Ayachit authored
71b73759 Oops. Forgot to remote a print statememt.
-
Berk Geveci authored
Change-Id: Ie7a9f77a495dac728ad9ae595d20ded9a3b10003
-
David C. Lonie authored
ce1b4aff Improve text shadows.
-
Hal Canary authored
Change-Id: I009d1ad6cce60a1a3b319797c4d6a76206deb2b8
-
Kathleen Biagas authored
Blend pixels between character and shadow to prevent gaps where background color shows between the text and its shadow. TestScalarBar.png will show the improvement. Change-Id: I642100a68cae7152d557081d264867d11e79f56a
-
- Apr 25, 2013
-
-
Berk Geveci authored
36b6a31f Prevent empty output when input is single-point mesh.
-
Revert previous change. Correct striding issue when numPts = 1. Loop was correct when comparing with MaximumNumberOfPoints-1, but should have been adjusted when localMaxPts was introduced. Change-Id: Iad15ade5619f2c83891cc550739e12eafeb248b9
-
Bill Lorensen authored
f83d821a ENH: Add InteractionStyle to rendering tests
-
David Gobbi authored
74cb04a4 Fix a memory leak in TestButterflyScalars.
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: I45c2d02fe43125f0dc22976de844190db6969f3d
-
7d074c5d Merge topic 'clamp-interpolated-scalars' into master b1b53ece Merge topic 'fix_piston_compwarns' into master c1668094 Merge topic 'Fix-HTG-signed-warning' into master 39b7a345 Fix signed/unsigned warning in HTG. 35114ed6 Merge topic 'HTG-FixTestWarning' into master c903fe94 Fix warning on HTG 2D FullMaterial test. 5e8adb45 Merge topic 'Enh-HTG-Add-BSF-GlobalIndexingMode' into master 1b3c1b56 Merge topic 'polygon_select' into master 962324b7 Added polygon selection to hardware selector. 8c73f97f Clamp integer scalars in InterpolateTuple(). 672b3142 Merge topic 'plot-colors' into master c6888ea1 Merge topic 'C++11-warnings' into master 1edea1c9 Removed C++11 extensions warned about by clang e420ff34 Merge topic 'ImageReader-CastAlign' into master 57745b3b Fixed -Wcast-align warning by changing variable type. be9b924a Merge topic 'plot3d-improvements' into master ...
-
1a317ca8 Merge topic 'NewFeatureToTreeHeatmapItem' into master 99575146 Merge topic 'osmesa_extensions' into master c6a02eef allow os mesa to provide more than version 1.1 d2e8d454 Merge topic 'ugridreader-test-fix' into master 5c052ecd Merge topic 'multi-block-color-support-2' into master bedc0768 Merge topic 'osmesa_extensions' into master f850202d Merge topic 'plot3d-function-support' into master 5a824a95 Several enhancements to the Plot3D readers. d8229dfd Fix camera problem in TestXMLUnstructuredGridReader. a5278cd4 Merge topic 'scalarbar-warnings' into master 13f52d07 Merge topic 'istyleimagepropertytest-fix' into master 5c1e16d7 Fix logical error in TestInteractorStyleImageProperty. 93c5d8be Merge topic 'documentation_updates' into master b035ffde ENH: Expose the collapsed tree to the API. a80bad6c Fix unused variable warning. a142841a BUG: Fix GetProcAddress call when OSMesa is being used. ...
-
David Gobbi authored
Change-Id: Ia43920e2f2019d22cc938171d490e2b228a1f9d1
-
Joachim Pouderoux authored
dceece9f Fix sign/unsigned warnings in HTG.
-
Joachim Pouderoux authored
Change-Id: I30c2ba92d542f3ab62c5de9d47e5a4cce3d7e785
-
- Apr 24, 2013
-
-
Yumin Yuan authored
030f2931 Fixing warnings in vtkHardwareSelector
-
Yumin Yuan authored
Change-Id: I609f6ea196facc66b91e121f13a1b604521e5d37
-
David Gobbi authored
8c73f97f Clamp integer scalars in InterpolateTuple().
-
Dave DeMarle authored
aa810fb8 Fix compilation warnings in vtkpiston.
-
Joachim Pouderoux authored
39b7a345 Fix signed/unsigned warning in HTG.
-
Joachim Pouderoux authored
Change-Id: I25be3f3329ab9a228865c64caaf7dfea287fd049
-
Joachim Pouderoux authored
c903fe94 Fix warning on HTG 2D FullMaterial test.
-