- Jun 02, 2017
-
-
Robert Maynard authored
-
eabe26ec Fix ExodusIIReader documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !2907
-
Andrew Bauer authored
-
18a963b0 Added missing dtor overrides found by new clang warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !2905
-
- Jun 01, 2017
-
-
Sean McBride authored
Found with -Winconsistent-missing-destructor-override
-
4e9ee5db allow AO to consider transparency to make volumes better 45b15e3e a fix for ospray ambient occlusion Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Carson <carsonsbrownlee@gmail.com> Merge-request: !2903
-
David E. DeMarle authored
-
def72db6 make the default to auto shift scale data Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2797
-
David E. DeMarle authored
the aoepsilon shouldn't have been based on the log also fix that we were caculating but not using the diagonal
-
7505006a OpenTurns filters Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2513
-
Mathieu Westphal (Kitware) authored
This commmits intruduces a openturns modules and two filters using openturns based on pdf computation. The Kernel Smoothing Filter compute kernel smoothing on 1D data to be displayed in a line chart view while the Density Map filter compute density maps on 2D data to be displayed in any type of chart views. It also replace vtkScatterPlotMatrix with vtkOTScatterPlotMatrix using a factory, in wich it can draw density maps This also include some small modifications to vtkScatterPlotMatrix to enable easy specialization of the class
-
8ad3c570 Fix relative texture & normal indices support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2835
-
Louis Amore authored
-
- May 31, 2017
-
-
a16822b0 Replaced some remaining sprintf with snprintf Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !2840
-
7f2e677d Enum types with vtk prefix weren't wrapping. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !2896
-
ca86ff93 Fixing bug for improperly deleted memory Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !2898
-
Andrew Bauer authored
The destructor in vtkAOSDataArrayTemplate would automatically free memory in its Buffer data member instead of allowing the Buffer to free memory when its reference count went to 0. This caused issues for shallow copying data arrays.
-
7df41b09 Check pointers before constructing std::string. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E. DeMarle <dave.demarle@kitware.com> Merge-request: !2897
-
a434b6f6 Adding GetMeshMTime method and use ObjectFactoryMacro for some filters Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2888
-
c5054355 Found and removed unnecessary string initializations Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !2893
-
4ed9c229 Removed a bunch of useless return statements at end of methods Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !2895
-
cd7d304a Optimize calls to std::string::find() and friends with single char literals Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !2890
-
Mathieu Westphal (Kitware) authored
This commit adds GetMeshMTime method to vtkUnstructuredGrid and vtkPolyData. It also switch some filters to ObjectFactoryMacro for subsequent usage in ParaView
-
David C. Lonie authored
std::string(NULL) will assert/crash on some platforms, and we have a customer who is noticing their OpenGL implementation is return NULL on these particular glGetString calls.
-
26df94e5 Fix Mutltithreaded and parallel code Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2891
-
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
-
-
Sean McBride authored
Found and auto-fixed by clang-tidy’s readability-redundant-control-flow check. Though I did have to manualy fix whitespace after it.
-
Sean McBride authored
Found and auto-fixed by clang-tidy’s readability-redundant-string-init check.
-
David Gobbi authored
The heuristics in the wrapping were assuming that non-fundamental types starting with "vtk" were objects, even if those types were identified as enum types.
-
c4875273 add better support for cube map textures and mipmaps Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Nicholas Milef <milefn@rpi.edu> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !2866
-
a0bbc338 Removed unneeded calls to .cstr(), found by clang-tidy Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !2889
-
Ken Martin authored
This topic adds cubemap and mipmap options to vtkTexture It updates the polydatamapper to always declare and bind any textures assigned to the actor/property even if there are no texture coordinates (the shader may compute them) mipmaps are supported for cubemaps on OpenGL 4 or later. For earlier versions the request is ignored.
-
2d1d4638 Removed unneeded checks for null before using delete Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !2886
-
2f2a4c0b Bump minimum required GCC compiler to 4.7 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !2877
-
e87abbc7 Cleanup logic to propagate device pixel ratio. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2885
-
Sean McBride authored
Found with clang-tidy’s performance-faster-string-find check, which says the character literal overload is more efficient.
-
Utkarsh Ayachit authored
QVTKOpenGLWidget now propagates device pixel ratio, widget size, and widget position to the render window and interactor in `recreateFBO`. That method gets called when these parameters are changed through various scenarios e.g widget resize, opengl context change, screen change, etc.
-
Sean McBride authored
Found with readability-redundant-string-cstr clang-tidy check.
-
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
-