- Sep 20, 2016
-
-
726fb7b7 fix missing newline at end of file Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1983
-
Ken Martin authored
a system wants a newline at the end of the file so added one
-
f133d013 Fixed broken tests and updated documentation. 582ada60 vtkValuePass::FLOATING_POINT supports cell data. 9bbf0457 vtkValuePass::FLOATING_POINT handles viewport size changes. 58b93bcc Made vtkFBO2 derive from vtkFBOBase. 0983eaba Added vtkValuePass::FLOATING_POINT for point data. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1958
-
- Sep 19, 2016
-
-
Alvaro Sanchez authored
Moved member variables of vtkValuePass and ValuePassHelper into internals. Added a secondary baseline image for the case when the required extensions are not supported and vtkValuePass falls back to INVERTIBLE_LUT.
-
Alvaro Sanchez authored
Added support for cell data arrays (Dave DeMarle).
-
Alvaro Sanchez authored
Makes use of vtkFBO2's API to keep track of the current viewport size and adjusts its internals when necessary. Setting a depth attachment in the internal FBO to correctly handle depth compositing during parallel rendering.
-
Alvaro Sanchez authored
Viewport size can now be queried from vtkFBO2. It is up to the user to decide whether a cached size is sufficient.
-
Alvaro Sanchez authored
A field array of point data is uploaded as a vertex attribute and rendered to a float FBO member of the vtkValuePass. The legacy value rendering mode is still supported as INVERTIBLE_LUT.
-
7ab575f6 Merge branch 'upstream-tiff' into update_tiff_remove_cache_entries e06f4837 tiff 2016-09-19 (50a32f50) Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1926
-
73fd731c Added scale factor for distance representation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1970
-
b6fd9f03 Removed unneeded private dependencies for IOSQL module Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Haocheng Liu <haocheng.liu@kitware.com> Merge-request: !1968
-
3755a5c9 Fix a few doxygen specials for the wrappers Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1978
-
3b80a5a7 Fix a array bounds error and iffy pick Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1975
-
David Gobbi authored
The 'brief' special was only being handled at the beginning of a line, and the 'warning' and 'sa' specials were not handled at all. The wrappers already understand a large number of doxygen specials, but not all of them.
-
583d3dc3 Export the vtkCocoaGLView interface Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1971
-
d0e64da3 work on better resource management for OpenGL Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1953
-
Robert Maynard authored
* upstream-tiff: tiff 2016-09-19 (50a32f50)
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/robertmaynard/tiff.git at commit 50a32f50e9d4f4d3b1c90269d7a727fc12fb3af0 (for/vtk).
-
c0dcaf33 Fix rendering external configure issues introduced by 6e113ad4 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1976
-
Sankhesh Jhaveri authored
-
Ken Martin authored
Switch to another pick point for big mac. The pciks look good I suspect one was just on the edge of the pick region.
-
- Sep 18, 2016
-
-
7912d340 Rework the CompositePolyDataMapper2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1909
-
ad5c04cc Remove double underscore from include guards Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1972
-
Ken Martin authored
The old approach used a fast path for a very narrow set of conditions and then used a slow path for everything else. This approach required two sets of code, - GenericCompositePolydataMapper2 - CompositePolyDataMapper2 and had performance issues as the slow path was slower than OpenGL1 for some cases. This reworking consolidates the two approach together. The basic approach is that all blocks with the same VBO structure get grouped together and rendered as one. The number of different VBO structures is small so this results in a a small number of things to render. Each of those things (handled with a Helper class) gets rendered using its own VBO and IBOs with special code to handle the cases where uniforms have to be changed between blocks etc. The results are generally much faster. Some additional optimizations have resulted in further performance improvements. Generally this new class is as fast as the old fast path and tens to hundreds of times faster for the slow path. This class is still complex and could probably be reworked another three times. The complexity is largly driven by how complex the task is as each block can have different primitives, point/cell data arrays, etc. This topic adds four more tests for this class. As this class is the workhourse for ParaView it really needs far more testing in VTK. The three additional tests cover some use cases I know tend to cause issues. At the same time this topic changes how point picking is done to prevent some bad behavior. The old approach rendered surfaces for all passes up to the primId pass. The problem with that is that the point pass rendering may not match up with the surface rendering resulting in point Ids associated with incoreect composite/prop/process ids. It mixes two sets of data haphazzardly. Very bad. This topic cuases all point selection to be done by rendering points.
-
- Sep 17, 2016
-
-
David Gobbi authored
-
David Gobbi authored
This interface can be used from other projects, as demonstrated in Examples/GUI/Cocoa/SimpleCocoaVTK, so it should be exported so that it can be used with shared linkage.
-
- Sep 16, 2016
-
-
10f4f6a3 fix glyph mapper bounds with composite polydata Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1961
-
ded25585 Use pass-by-reference for assignment operator Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !1964
-
Cory Quammen authored
Added ability to set the scale factor from VTK world coordinates. The tick marks and label will be defined in terms of the scaled space. For example, if the VTK world coordinates are assumed to be in inches, but the desired distance units should be defined in terms of centimeters, the scale factor should be set to 0.3937. The tick marks will then be spaced in terms of centimeters, and the label will contain the measurement in centimeters.
-
fc47ee55 Fix Wrapping/Tcl => Rendering/Tk dependency direction Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1965
-
Haocheng LIU authored
Our module dependency update sweep accidentally recorded this dependency in the wrong direction. Fix the dependency so that the `vtk` executable can use components from the `vtkRenderingTk` module, such as `vtkTkImageViewerWidget`. This fixes a `vtkRenderingTkTcl-cursor3D` test failure.
-
7cd56fb0 Fix cppcheck warning in TestAssignAttribute Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1966
-
Cory Quammen authored
These were introduced erroneously in commit 6e113ad4.
-
b519d598 Making CellIterators have same point data type as the input data set. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1960
-
Karsten Tausche authored
-
Andrew Bauer authored
For accuracy the classes that derive from vtkCellIterator that use data sets with vtkPoints for their point storage should have the same floating point accuracy. This was already done for vtkPointSetCellIterator but not the others.
-
David Gobbi authored
-
Ken Martin authored
new approach to ReleaseGraphicsResources where objects that use opengl resources can register themselves with their current window/context so that when either they delete or the context is deleted the resources will be cleared correctly.
-
bc164c33 Fix leak in TestExtractTimeSteps. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Bill Lorensen <bill.lorensen@gmail.com> Merge-request: !1962
-
Utkarsh Ayachit authored
-