- May 06, 2013
-
-
Brad King authored
VTK already requires CMake >= 2.8.5 so our copy of the ExternalData.cmake module does not need to be compatible with earlier versions. Change-Id: I7d549ae22c4f18edfee07f2412772d01ea4f61d3
-
Brad King authored
Take files distributed in ITK 'master' as of 2013-05-06: CMake/ExternalData.cmake CMake/ExternalData_config.cmake.in and add them for distribution in upstream VTK. Change-Id: I2c7f97ff093f091d7de4ac809704219c9895dcd3
-
Berk Geveci authored
ac30d11b Fixed ordering of wedges in Ensight readers.
-
- May 03, 2013
-
-
Berk Geveci authored
The Ensight format and the VTK ordering for wedges (penta6 and penta15) is different. No one noticed it until now. Fixed. Change-Id: Ie72b2ef43eea461be4b035d3d463b92a5a1ea720
-
Utkarsh Ayachit authored
d6a49b93 Fixing zlib dependency for libxml2.
-
- May 02, 2013
-
-
David Thompson authored
6f8f8037 Provide information on plot input data range.
-
Utkarsh Ayachit authored
vtklibxml2 depends on zlib but was never setting up a dependency for it nor was it using the right variable after modularization changes. Fixed that. Change-Id: I5932313ea5b2cdba47e885a728778abc5d6739f8
-
David Thompson authored
This commit provides an interface for querying the range of values taken on by a vtkPlot's X- and Y-axis inputs. This can be used to determine whether log-scaling is appropriate for each axis of the plot. It is part of a fix to ParaView bug 13899. Change-Id: Ia0449ca496dd935fb4ca25dc5dd2b691d2f89d93
-
Berk Geveci authored
1e7f2739 Added new class to warp a vtkPointSet using MVC interpolation
-
Utkarsh Ayachit authored
52fd8ad8 Refactoring code to set color/opacity/visibility for blocks.
-
Kyle Lutz authored
This commit refactors some of the code added in recent weeks to add ability for users to set display paramaters for blocks within a composite dataset. This commit additionally adds support for changing block opacity. Blocks colors/opacities can also be overridden when using scalar coloring. The only issue is when depth-peeling gets used. In that case, point-data coloring with texture (i.e. using interpolate scalars before mapping) results in color bleeds. We need to dig into the depth peeling code to address that issue. Change-Id: I2c86912b45bc0516dc4dc726df9448e0569c8312
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Ia9a41de49a2c810bcb7852afc58f1ec5032975c5
-
9b1a0f4f Merge topic 'bug_2379' into master 444257e5 BUG #2379. Passing flags correctly to internal writers. 275e4b23 Merge topic 'chart-selection-modes' into master 840f0ee5 Merge topic 'matplotlib-warning-status' into master 6884e6da Merge topic 'scalarbar-leak' into master cc42420f Fix for subclasses overriding EditAnnotations. f82398af Introduced a new chart selection mode d77d09c5 Merge topic 'imageproperty-test' into master 2465c99f Fix X BadRequest errors in TestInteractorStyleImageProperty. 9c18166e Merge topic 'fix-GRAMdetection-overflow-under-X' into master 3de84515 Merge topic 'remove-fast-numeric-conversion' into master d72bb3ca Merge topic 'garbage-collection-cleanup' into master 899403c4 Merge topic 'vtkFieldData_AddArray_add_documentation' into master 84c42607 Fix a leak revealed by ParaView; use SmartPointer. 853f8540 Merge remote-tracking branch 'pvvtk/pv-master' into HEAD a7496239 Document the return value of vtkFieldData::AddArray(). ...
-
This class uses Mean Value Coordinate interpolation to warp an underlying vtkPointSet (e.g., vtkPolyData, etc.). It requires a control mesh that is manipulated to effect the transformation. Change-Id: If272bd9a3374acdb3b8b8e13e1fad346f6096694
-
Utkarsh Ayachit authored
09db49da Export vtkgl::LoadExtension and vtkgl::GLVersionExtensionsString.
-
- May 01, 2013
-
-
Marcus D. Hanwell authored
3810c5a6 These Python tests have been refactored.
-
Kathleen Biagas authored
Change-Id: Icdbbab8ba7c00dc739dff43449583ac9ac74d1ba
-
Marcus D. Hanwell authored
4e9e1c15 Fixed compiler warning, size_t is not int...
-
Bill Lorensen authored
c3ab58e4 Fixed out-of-range colour component value
-
Marcus D. Hanwell authored
Change-Id: Ifc79954742ca43a89a9fccf87e40a7f1bec8e60c
-
David Gobbi authored
aea22686 BUG 14037: Add hash function to PyVTKClass type.
-
- Apr 30, 2013
-
-
Marcus D. Hanwell authored
da0126c0 Added back in rendering of selected points
-
David Gobbi authored
In Python 2.7, python was calling PyType_Ready() on the PyVTKClass type in order to get its superclasses whenever hash() was called. This raised an exception because this type predates the type/class refinements that occurred in python 2.2. A simple fix is to add tp_hash to the type. Change-Id: I9f2ec46839bd8409bbc3bfadd3a7ac8791d36ca3
-
Yumin Yuan authored
947a3261 Attempts to fix random failure of TestPolygonSelection on amber8.
-
Yumin Yuan authored
The original test has many MouseMove events, and each event will trigger redrawing of polygon on screen, which takes a fairly long time to run on amber8 due to software-rendering with Mesa. This commit modified the playback events so that only a few events are included and the test result image stays the same. The pixel drawing part of the test is also turned off for the test. Change-Id: I848a550ad4a3e0fd662fb97df96e381587585318
-
Marcus D. Hanwell authored
This was lost when the point plotting was moved to a dedicated class out of the vtkChartXYZ class. Restore this behavior, which is used in the scatter plot matrix animations for example. Change-Id: I1f69b4d45aef25566f8e8cd644f72245506b975e
-
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
-
Andrew Maclean authored
This has been done by removing the "tcl-isms" and making the code more readable. In some cases redundant code has been removed (often a result of copy/paste operations). The code has also been checked to ensure each line is 80 characters or less. The code can now be run using vtkpython or by using the appropriate Python environment. Originally these were TCL scripts that were converted using vtkTclTestToPy.py and they they needed to be run through the rtImageTest.py driver which defines a few needed functions/variables for their operation. To this end backdrop.py has been added where it is needed. Change-Id: I50d6505628c140ea4551f74f7f3e85df907567e1 Signed-off-by:
Andrew Maclean <andrew.amaclean@gmail.com>
-
- 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.
-