- 10 Jun, 2020 3 commits
-
-
aff2e832 Add PDBReader multi-model support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !6968
-
Angelos Angelopoulos authored
PDBReader now supports reading PDB files that contain multiple models. A new array was also added to output polydata that contains the model number each atom belongs to. Non-PDB readers were updated to support this change by creating a single model when they read a file. Those readers do not read multi-model files. Finally, a test was added for PDBReader.
-
Kitware Robot authored
-
- 09 Jun, 2020 6 commits
-
-
3721640d Update to fix ios compile issues with buffers Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6981
-
fba8dcd5 vtkOpenGL: only install without legacy remove e3c48325 vtkConfigure, vtkOpenGL: fix deprecation messages Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !6980
-
Ken Martin authored
Remove use of back front left right buffers
-
Ben Boeckel authored
Also make it a nowrap header.
-
Ben Boeckel authored
-
Kitware Robot authored
-
- 08 Jun, 2020 27 commits
-
-
1c5f4cb9 Improving parallel LPT particle management 5ccf45b4 PreParticleInitialisation empty method in model 8a5e1870 Adding LocatorTolerance to lagrangian basic integration model 5f1d4662 Introduce a UseDiagonalLengthTolerance Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !6960
-
684774e3 Work on vtkChartXYZ: Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Frederic De Pourcq <frederic.depourcq@telenet.be> Merge-request: !6925
-
-
204908c1 expat: update version number c4884a43 Merge branch 'upstream-expat' into expat-2-2-9 4320da96 expat 2020-06-08 (4ac3e87a) 238113ce expat: update to 2.2.9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6951
-
204908c1 expat: update version number c4884a43 Merge branch 'upstream-expat' into expat-2-2-9 4320da96 expat 2020-06-08 (4ac3e87a) 238113ce expat: update to 2.2.9 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6951
-
Cory Quammen authored
-
49f1a414 Update VTK-m probe filter for invalid values 05c5c1a3 Update VTK-m to deprecate policies Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !6905
-
Cory Quammen authored
* upstream-expat: expat 2020-06-08 (4ac3e87a)
-
Code extracted from: https://gitlab.kitware.com/third-party/expat.git at commit 4ac3e87aacc6ac68f9d2fdd18e3014d1f257d051 (for/vtk-20200608-2.2.9).
-
Cory Quammen authored
-
3aa735f9 Fix ios compile issue due to opengl include Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6974
-
Ken Martin authored
Remove vtkOpenGL.h include from use in VTK. VTK uses glew now and so opengl should be included through glew.
-
Kenneth Moreland authored
The VTK-m probe filter by default now writes NaN into field values of the sample grid that are outside of the volume being sampled. However, VTK general expects the value to be set to 0 and to use a separate array to determine what is really valid. Update the filter to do this correctly. Also made a couple of fixes to the VTKMProbe test. It no longer uses `assert` to test values since this does not actually do anything on release build tests. It also reconfigures the condition of tests values to be more stable. It correctly handles the difference regardless of whether the measured or expected value is low. It also tests the negative so that if an unexpected NaN is computed, it still fails the test.
-
58824702 Simplify the OpenGL render pocess a bit Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6965
-
Kenneth Moreland authored
Instead of using policies everywhere to specify types to compile for, you now can specify them as configuration options. The majority of changes required have already been provided in previous changes.
-
62b21a8d HTG-ElderChildIndex-Add a test for octrees+display bitmask Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Yohann Bearzi <yohann.bearzi@kitware.com> Merge-request: !6973
-
Ken Martin authored
VTK will always render into a RenderFramebuffer If Swapbuffers is on it will also blit into DisplayFramebuffers which can then be used to blit to and draw destination. The render framebuffer may be multisampled. The display framebuffers are not so they could be considered resolve buffers. Helper functions for GUI integration have been added to blt into the default hardware buffers or to blit into the current draw destination. Add a ivar to control frame blit behavior. Defaults to blit to hardware, but also has blitToCurrent and NoBlit options.
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Mathieu Westphal authored
Introduce a UseDiagonalLengthTolerance in the StaticCellLocator to support legacy behavior. The new default behavior just uses the locator tolerance.
-
8d131a2f Adding dummy ensight6 asym tensor impl 01152c52 Adding asymmetric tensor per element support for gold reader 1d27c59a Meta data asym tensor mgt Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Acked-by:
Charles Gueunet <charles.gueunet@kitware.com> Rejected-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !6953
-
Mathieu Westphal authored
Adding dummy ensight6 asym tensor impl Also disable part of the code which is untested and do not make sense
-
Mathieu Westphal authored
-
Mathieu Westphal authored
-
Jérôme Dubois authored
-
Kitware Robot authored
-
- 07 Jun, 2020 2 commits
-
-
Frederic De Pourcq authored
1. The user can now choose between a dynamic and fixed size. By choosing between SetMargins and SetGeometry. 2. Plots can be removed. 3. Clipping planes can be disabled. 4. The user can choose to zoom the axes together with the plot. 5. Several transformation-bugs got solved, no more deformations, less surprises.
-
Kitware Robot authored
-
- 06 Jun, 2020 2 commits
-
-
d24724da Added fast path for unstructured grid and polydata Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !6963
-
Will Schroeder authored
A fast path was added for unstructured grids when the contributing cell option is "All". It uses vtkSMPTools and takes advantage of the threaded BuildLinks() methods (i.e., under the hood vtkStaticCellLinks). On some test systems >10x is realized.
-