- May 31, 2017
-
-
Mathieu Westphal (Kitware) authored
vtkSphereTree was using GetCellBounds/Points in a threaded call without ensuring that it had been called before, it does now. The parallel filler code was incorrect, fixed it.
-
- May 30, 2017
-
-
ea10ab5c Output was empty in parallel in some cases, this fixes it Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Will Schroeder <will.schroeder@kitware.com> Merge-request: !2887
-
Mathieu Westphal (Kitware) authored
-
- May 29, 2017
-
-
89802bd1 Fix some memory leaks in vtkSphereTree and cleanup api Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2883
-
Mathieu Westphal (Kitware) authored
-
382f9819 Fix(Java): Handle use case when no graphics configuration available 42b63d57 Fix Java/SWT mouse wheel handling Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2884
-
Sebastien Jourdain authored
This should fix bug #16974
-
Sebastien Jourdain authored
Code contributed by Jensgw related to bug #16918
-
- May 28, 2017
-
-
048637a0 PLOT3D Reader: add ability to discard intermediate results. ce202b89 PLOT3D Reader: avoid duplicate computations 998f7a95 PLOT3D Reader: release field arrays in execute Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !2875
-
- May 27, 2017
-
-
48e2a4c1 Simplified independent/dependent component mode selection for 1D_TF. 05af3d3f Added test for transfer function 2D. 4e157028 Added fragment shader code for 2D Transfer Functions. ac38b6a0 Using opacityTablesMap for consistency. 11c36123 Implemented TransferFunction2D initialization and clean-up. 5883a1a3 Fixed graphics mem leak when re-initializing transfer 1D. 23abf8b9 Adding support for 2d-transfers in volume mapper. fc57b9fc Added 2D transfer functions to vtkVolumeProperty's API. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !2809
-
b26514b5 Suppress a cppcheck 1.79 false positive Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !2881
-
- May 26, 2017
-
-
Sean McBride authored
-
Alvaro Sanchez authored
Cleanup. Moved much of the TF_1D / TF_2D branching outside from the Render() methods and into separate methods. Fixed various warnings. Improved documentation.
-
Alvaro Sanchez authored
Split functionality in ComputeGradient::Dec into two functions, one containing all the reusable parts between 1D and 2D transfer functions (gradient computations) and one containing 1D specific calls. Changed transfer function type to VTK_FLOAT.
-
Alvaro Sanchez authored
2D Transfer Functions has its own code path and hence reimplements computeOpacity, computeColor and computeLighting. It keeps the same function signature for compatibility, therefore it needs to make use of new globally declared variables.
-
Alvaro Sanchez authored
This instead of hand-crafting the variable names again in the shader replacement, given that they are cached already in the map.
-
Alvaro Sanchez authored
Activating and deactivating TransferFunc2D texture.
-
Alvaro Sanchez authored
-
Alvaro Sanchez authored
Added vtkOpenGLTransferFunction2D which is a container for the 2D TF texture.
-
Alvaro Sanchez authored
-
Alvaro Sanchez authored
DrawPoly expects points > 2.
-
a8fffd81 Improve vtkPlaneCutter multiblock support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2873
-
Mathieu Westphal (Kitware) authored
-
- May 25, 2017
-
-
05f68e7a pre-commit: Fix import of ExternalData files with CRLF newlines Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !2874
-
- May 24, 2017
-
-
Utkarsh Ayachit authored
vtkMultiBlockPLOT3DReader now supports discarding intermediate computed results. Updated TestPDataSetReaderGrid to test that this new option works.
-
Utkarsh Ayachit authored
vtkMultiBlockPLOT3DReader would compute certain derrived quantities multiple times. Avoid that.
-
Utkarsh Ayachit authored
vtkMultiBlockPLOT3DReader intended to cache geometry. It accidentally ended up caching field arrays as well. That resulted in invalid output when array selection/function selection was changed. Fixed that. Addresses paraview/paraview#17467.
-
Brad King authored
We use `git hash-object` to load the original file into the Git object store. Add the `--no-filters` option to avoid applying any conversion filters that `git add` would apply based on attributes. Otherwise file content may not be preserved, such CRLF newlines when `core.autocrlf` is `true`.
-
787f0eaa Add alternate baseline for bigmac with OpenGL1 backend. 6906c846 Fix MapScalars to pass correct component for opacity mapping. c09f8c09 Add ability to read/save alpha from/in PLY files. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1930
-
dc7c62ab Ensure vtkVariant stream associated with << operator is set back to "dec". Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2869
-
2f9a9e8a Doc and syntax (clang-format pass) 8b3c3909 Standardizing vtkPlaneCutter output to a multiblock f7b97dce Implementing StructuredGrid polygon output support f1dcbfdf Correcting vtkPlaneCutter and vtkSphereTree ea152718 Correcting DataModel so it check for output CellData before copy in contour Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2843
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
-
Mathieu Westphal (Kitware) authored
Taken from will.schroeder will.schroeder@kitware.com at f635c0bb977cebc40b35368c5be8807e0f19f8a2 Adds support for polygon generation instead of triangles from Structured and Rectilinear Grid inputs.
-
Mathieu Westphal (Kitware) authored
This commit includes the following bugfix : * Global clean up of the vtkPlaneCutter * InterpolateAttributes and GenerateNormals have been added * Output is now simply a multipiece * Support for all kind of dataset * Updated Tests * MarchingCube matrix have been corrected * vtkSphereTree typo fix * FieldData fix * uses of bools instead of int
-
Mathieu Westphal (Kitware) authored
Documentation state that "if the output cell data is non-NULL, the cell data from the contoured cell is passed to the generated contouring primitives." http://www.vtk.org/doc/nightly/html/classvtkCell.html#a447e19846a7d289bd08fe724a4680a37 That was not the case, it is now.
-
- May 23, 2017
-
-
Jean-Christophe Fillion-Robin authored
This commit will ensure that the "base" of stream used to output vtkVariant storing VTK object is restored to "dec". Otherwise, any integer streamed afterward would be displayed in hexadecimal base.
-
3b4aa64e Add missing VTK_OVERRIDEs Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !2868
-
Cory Quammen authored
-
b292d980 Update system font baseline after distro update. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !2867
-