- Jul 10, 2019
-
-
Bill Lorensen authored
Before transforming the skippedWord string, the string was not resized to the length of the skippedWord. This caused some platforms to report 1 skipped word, while other platforms crashed. The UnitTestWordCloud is updated to reflect the properly calculated skipped words. Thanks to Ken for finding this bug. LocalWords: WordCloudBug Infovis ThirdParty vtkEventData LocalWords: vtkGenericOpenGLRenderWindow
-
802bc4a8 Interpolate logo representation 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: !5730
-
Michael Migliore authored
-
- Jul 09, 2019
-
-
d5e4b395 Fix memory leak in TestEquirectangularToCubemap Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !5729
-
a45d7313 vtkPStreamTracer: code cleanups 61f92fa5 vtkPStreamTracer: use same seedid for forward and backward Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !5721
-
efc370c1 vtkGLTFExporter: fixed writing of bin files f29324c2 vtkGLTFExporter: meshes need to have names in Unity de49639f vtkGLTFExporter: append meshes new group node instead of camera 905d10db vtkGLTFExporter: Do not write empty elements. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !5722
-
Michael Migliore authored
-
83939ed6 fix SSAO Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !5726
-
8c54a36f Dashboard warnings related to addition of vtkStaticCellLinks Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5727
-
Will Schroeder authored
Cleaned up some leftover warnings indicated by dashboard.
-
Michael Migliore authored
-
- Jul 08, 2019
-
-
88efc809 Reworking cell links classes for performance and consistent API Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5723
-
Will Schroeder authored
vtkStaticCellLinks has been rewritten using std::atomic and vtkSMPTools for an ~10x speed improvement. Some clean up and improvements to the API, including classes that use cell links were also made. An additional construct is the notion of a dataset being "editable". That is, after a dataset is constructed, it is assumed non-editable if no further modifications to the geometry and topology are made. This allows the use of static locators and cell links classes. If editable, then the old vtkCellLinks and vtkPointLocators are used, and certain editing methods in the dataset API are allowed.
-
311aa18a Use a locator in vtkCookieCutter to remove coincident points Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5719
-
5a148ce8 Correct possible ODR violations in the AutoInit generated code 545c682c Allow for static builds of vtk to usable by python 0a655fc5 vtkpython: set the program name based on the path to the executable 440d6bcd vtkPythonInterpreter: build a prefix for static builds Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5696
-
- Jul 06, 2019
-
-
880b0a9f Fix implementation of vtkWrap_IsConstRef() f91d8da0 Allow wrapping of "const T *&" parameters Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !5724
-
David Gobbi authored
Rather than duplicate code, implement this via IsNonConstRef(). Note that vtkWrap_IsConstRef() doesn't seem to be used anywhere.
-
David Gobbi authored
Previously, these could only be wrapped without "const".
-
- Jul 05, 2019
-
-
1dc8bcbf Update vtk-dicom to v0.8.10 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5646
-
Lars Bilke authored
When FileName does not contain a path, e.g. FileName = 'my_file.gltf'
-
Boris Basic authored
-
- Jul 04, 2019
-
-
David Gobbi authored
This release includes the various VTK 8.90 build fixes as well as several bug fixes.
-
Utkarsh Ayachit authored
* avoid duplicate initialization of `std::vector`s * replace unnecessary `AllReduce` with `AllGather` * use `std::accumulate` for accumulation loop
-
Utkarsh Ayachit authored
vtkPStreamTracer ended up destroying the seed ids assigned by superclass which ensures that both forward and backward streamlines have the same seed id. This fixes it by adding a final cleanup pass to recover original seed ids. Addresses paraview/paraview#19146.
-
Lars Bilke authored
-
1320428d vtkPassSelectedArrays: pass arrays filter with cleaner API 5db164ce vtkDataArraySelection: add ability to specify default selection 05510c2c vtkDataArraySelection: update docs and make methods `const` Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5717
-
Utkarsh Ayachit authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jul 03, 2019
-
-
Utkarsh Ayachit authored
vtkDataArraySelection now lets the user choose how the selection should behave for arrays not explicitly specified. In past, they were always treated as not-selected. Now, the use can override this.
-
Utkarsh Ayachit authored
Minor cleanup to vtkDataArraySelection to make obviously `const` methods as `const`. Also updated docs to clarify which methods call `this->Modified()` and which ones don't.
-
a188aa2a Add SSAO render pass Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Nicolas Vuaille <nicolas.vuaille@kitware.com> Merge-request: !5715
-
Michael Migliore authored
-
- Jul 02, 2019
-
-
c850abaa vtkCutter: use vtk3DLinearGridPlaneCutter when possible Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5707
-
Robert Maynard authored
The previous `AutoInit` approach generated a class in each TU for a VTK-module. That class would have the same name and the same contents for the constructor. This was fine as long as the VTK-module was built dynamically. This constructor would look like: ```cxx AuotInit() { InitFactory1(); InitFactory2(); } ``` The problem arised when VTK-module's are built statically. In that case we would get multiple differing implementations of the same class. This happens as VTK-module deeper in the hierarchy would would need initialize more factories than VTK-modules they depended on. ```cxx AuotInit() //from VTK-module A { InitFactory1(); InitFactory2(); } AuotInit() //from VTK-module B { InitFactory1(); InitFactory2(); InitFactory3(); InitFactory4(); } ``` These ODR violations are problematic because it meant that the linker would select a single implementation for `AutoInit` which could be one that would only initialized 2 modules instead of one that initialized 4 modules. To solve this problem we have gone with an approach where each AuotInit is placed into an anonymous namespace making them all unique and not an ODR violation.
-
- Jul 01, 2019
-
-
d051585e fix findhdf5 under Cray Programming Environment Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !5712
-
David E. DeMarle authored
Under CrayPE, the compiler implicitly knows where hdf5 libraries are when the cray-hdf5 module is loaded. In this situation the hdf5 libraries have to be interface libraries and we can't/do not need to do the extra work to query the library details.
-
ec44ab83 Plug memory leaks in reader and writer. f5e66784 make HTG multicomponent arrays possible add88030 fix hyertreegrid IO Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5701
-
d8bd771d Fixing parallel particle paths filter Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !5697
-
3aee60fd Fix shadow pass for PBR and headlights Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5710
-