- 20 Sep, 2019 2 commits
-
-
Cornelis Bockemühl authored
Merge branch 'cobo-patch-cleanunstructuredgrid' of https://gitlab.kitware.com/cobo/paraview into cobo-patch-cleanunstructuredgrid
-
Cornelis Bockemühl authored
-
- 19 Sep, 2019 2 commits
-
-
Cornelis Bockemühl authored
-
Cornelis Bockemühl authored
-
- 18 Sep, 2019 1 commit
-
-
ec122e43 FindDataDialog scroll to new query Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Max Zeyen <max.zeyen@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3585
-
- 17 Sep, 2019 6 commits
-
-
f39a1a3a Update based on 5.7 release experience Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3588
-
Cory Quammen authored
-
581adf23 VTK bump Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3584
-
Nicolas Vuaille authored
* When adding multiple queries, a scrollbar appears. Ensure that the last created query widget is visible.
-
cec376e8 Fix some Qt deprecations Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !3583
-
Nicolas Vuaille authored
* comparison with QString::null replaced by QString::isNull() * qSort replaced by std::sort * QTreeView::sortByColumn() needs Qt::SortOrder as second argument
-
- 16 Sep, 2019 10 commits
-
-
Yohann Bearzi authored
-
7c452f83 Update version number to 5.7.0-RC4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3582
-
ed5c58df removed restriction to 2^n cells in each direction 5eb67011 Optimized a little the algorithm + bugs 133a802b filter vtkDataSet -> vtkHyperTreeGrid 060c82cf adding Hyper Tree Grid AMR filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3553
-
b0cbe14a Expose the VTK-m WarpScalar and WarpVector filters Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !3322
-
Yohann Bearzi authored
commit for testing ResampleToHyperTreeGrid plugin
-
Yohann Bearzi authored
vtkAbstractAccumulator::Initialize is virtual pure and was called in its subclasses... Also, vtkAbstractAccumulator are directly used instead of vtkAbstractArrayMeasurement to save computation when the 2 measurement methods rely on the same accumulator
-
Yohann Bearzi authored
The principle of the filter is to subdivide input data from a vtkDataSet following a subdivision strategy. This commit implements the algorithm from figure 8 of: ADR Visualization: A Generalized Framework for Ranking Large-Scale Scientific Data using Analysis-Driven Refinement authors: Boonthanome Nouanesengsy, Jonathan Woodring, John Patchett, Kary Myers, James Ahrens The main problem with this algorithm is that it is bottom-up, while hyper tree grids need top-down strategies in order to be able to index each position in the hyper tree grid correctly. To alleviate this issue, we create a "fake" hyper tree grid without all the indexing properties and the cursors. We build it as a grid of multi-resolution sparse grid stored as std::unordered_map. This is so we do not allocate all the grid. This allows to set rather high MaxDepth parameter for the hyper tree grid while having a small memory footprint. This grid of multi-resolution sparse grids is filled bottom-up with all the information required, and then we contruct the vtkHyperTreeGrid with a top-down recursive algorithm. Leaves of the hyper tree grid are subdivided following a metric / strategy. A quantity is calculated over all the element of each subtree. In order to avoid calculating the same quantity several times, those measurement are pointer that should inherit from vtkAbstractArrayMeasurement. The measure is carried from the bottom to the top by merging sub vtkAbstractArrayMeasurement objects. A few measurement methods are implemented in this commit. Fixes paraview/paraview#19213
-
cleanup and preparation to include plane version added version using planes to cut data set improved memory management & enforced grid cell size to be a power of 2 fixed internal data array selection Fixed a few issues with vtkHyperTreeGridBox working pipeline
-
Robert Maynard authored
-
dfae0790 patching vtkSpreadSheedView class to better allow deriving classes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !3576
-
- 13 Sep, 2019 12 commits
-
-
Cory Quammen authored
-
-
60c93f40 Bump VTK for several fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3580
-
6edefe5a Select all text in line edits when focus is gained Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3579
-
0f2ba3fe Bump VTK to contain the adios2 vtx Windows MPI fix Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3577
-
Cory Quammen authored
-
b9133afe doc: describe documentation build targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3578
-
Cory Quammen authored
-
Cory Quammen authored
This serves as a convenience for users who want to just type a known value, and requires perhaps one additional click to edit an existing value at a particular cursor location.
-
Chuck Atkins authored
-
6d90b2ba Update VTK and fix class name change Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Max Zeyen <max.zeyen@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !3575
-
Michael Migliore authored
-
- 12 Sep, 2019 5 commits
-
-
1619e792 Adding vtkRedistributeDataSetFilter to ParaView Filters Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3572
-
Caitlin Ross authored
-
aed1f30f Change how paraview.simple is used in selection.py fccdfbd9 Add alternate baselines for luigi c9144d87 Exclude selection tests from some configurations 9553e0a9 Modify tests to extract the first selection and compare resulting images f801116e Add tracing of selections in pqContextViews 2f121799 Add tracing of selections in spreadsheet views 5d5abc1e Close Python trace editor after saving traced scripts 5a12b6ce Modify the FindDataDialog test to exercise tracing ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3556
-
Cornelis Bockemühl authored
-
8b708dca python: finalize ParaView if needed 7a0772d4 support static builds with importable modules Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Robert Maynard <robert.maynard@kitware.com> Acked-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !3568
-
- 11 Sep, 2019 2 commits
-
-
Utkarsh Ayachit authored
servermanager.py now finalizes ParaView at-exit, if was initialized during import.
-
Utkarsh Ayachit authored
We now support importing `paraview` package in the standard Python interpreter even for static builds.
-