- Apr 26, 2013
-
-
Bill Lorensen authored
0e39fa5d Cleaned up garbage collection.
-
Bill Lorensen authored
a7496239 Document the return value of vtkFieldData::AddArray().
-
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.
-
Joachim Pouderoux authored
Change-Id: Ia3f85f0d0ccf18993dbbdd63ede5ec4fa963da79
-
Joachim Pouderoux authored
a45a52a1 Change the indexing of HyperTree and remove dead code & vars. c5873cf4 Change per tree BSF indexing by global BSF indexing.
-
Yumin Yuan authored
962324b7 Added polygon selection to hardware selector.
-
Yumin Yuan authored
A new Interaction style is added, and the hardware selector is modifed to handle polygon selection. This new type of selection, like the rubber band selection, is also based on pixel buffer. Change-Id: Ic886670fb8cf1bb4a6471b239d8767c03cfea2dc
-
- Apr 23, 2013
-
-
David Gobbi authored
The InterpolateTuple() function was seeing an integer overflow when used from vtkButterflySubdivisionFilter, and probably had undetected overflow issues elsewhere. Adding a clamp to the interpolation code for integer types protects against overflow. Change-Id: Ibd6ab7f79d514dbb9ea2d055cc299273b7490f7b
-
Marcus D. Hanwell authored
ab5a0856 Fix bug on Mac OS X PPC platform
-
Sean McBride authored
1edea1c9 Removed C++11 extensions warned about by clang
-
Sean McBride authored
When building as C++03, clang warns that a comma after the last enum element is a C++11 extension. Removed commas. Change-Id: Iae905663481f8315e1bfa65db46bca958fc66a51
-
Sean McBride authored
57745b3b Fixed -Wcast-align warning by changing variable type.
-
Sean McBride authored
Fixes bug #14013. Thanks to kentwilliams. Change-Id: I50919e594763826228b489978055d6b7950b4569
-
Berk Geveci authored
Removed garbage collection related Register/UnRegister/ ReportReferences calls from classes that did not need them. Using garbage collection unnecessarily can lead to performance issues. Change-Id: I2eefb6a86d9e64f898247df522a6082c07cec8aa
-
Utkarsh Ayachit authored
d977f577 Added the ability to report time in file. bc9f3c1b Several Plot3D improvements.
-