- Dec 07, 2018
-
-
1f698a10 Bump VTKm. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !4963
-
fc207e8a Refactoring of HyperTreeGrid to optimize and resolve bugs Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !4918
-
176ff4bb Made some things really deprecated, instead of only commented Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !4962
-
90c330a8 Fixed clang Wshadow-field warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !4970
-
42a1e665 Add included needed for isnan Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !4971
-
71d06870 Implements GetActualMemorySize for vtkGraph and vtkMolecule 01ddc3ab Improve support of double precision for molecule points 62b266e1 Fix Calculator for molecule Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Acked-by:
Michael Migliore <michael.migliore@kitware.com> Merge-request: !4882
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
-
Nicolas Vuaille authored
* Molecule contains some specific arrays (Atomic Numbers and Bond Orders) that should not be ovrerriden
-
Cory Quammen authored
Also change to std::isnan().
-
- Dec 06, 2018
-
-
Sean McBride authored
-
2607b3a2 Apply clang-tidy performance-for-range-copy 0037a8e2 Ran clang-tidy bugprone-string-integer-assignment, but fixed manually 73e0a504 apply clang-tidy readability-container-size-empty, with some manual tweaks 1a46bd65 Apply clang-tidy readability-const-return-type 55b9891b Apply clang-tidy modernize-redundant-void-arg 5a022f79 Apply clang-tidy readability-delete-null-pointer 7f2d7934 Apply clang-tidy modernize-use-nullptr Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4958
-
Sean McBride authored
- Added VTK_DEPRECATED macro, which can be used to deprecated a class. Used it to deprecate vtkExtractArraysOverTime and vtkPExtractArraysOverTime. Unwrapped their New method from VTK_LEGACY, since the vtkTypeMacro in the line after invokes New (causing a warning of the use of a deprecated method). - Deprecated vtkTimerLog::AllocateLog and replaced remaining uses of it - Wrap vtkContourGrid::ComputeGradients in VTK_LEGACY_REMOVE - Added a macro to decorate printf-style functions, like vtkTimerLog::FormatAndMarkEvent - Exclude FormatAndMarkEvent() from wrapping to avoid -Wformat-security warning, but also because the parameter is not guarded against uncontrolled format string attacks.
-
ee7d9dc8 Remove const qualifier for std::string return type Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !4968
-
c96ecf37 Fix compile error unique_ptr Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4969
-
Dan Lipsa authored
error: ‘unique_ptr’ is not a member of ‘std’
-
5c5ebe74 handle nan as a potential color in opengl Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4967
-
ff6996f3 Optionally optimize new iterators in debugging builds. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4934
-
Cory Quammen authored
The const qualifier for the return type of vtkGLTFExporter::WriteToString() is not needed. The return value is a copy of a string, so const isn't needed to protect internal state of the vtkGLTFExporter object.
-
Allison Vacanti authored
-
Ken Martin authored
Some rendering (such as value pass) may set the clear color to nan. So modify the caching checks to handle nan clear colors.
-
Allison Vacanti authored
In the past, folks have complained about poor performance in debugging builds. These new iterators are written such that their complexity optimizes out, but there is still a lot of complexity. On debugging builds without optimization, this can really get in the way and start slowing things down. In anticipation of this request, I'm adding a CMake option VTK_ALWAYS_OPTIMIZE_ARRAY_ITERATORS which, as you might guess, will always optimize array iterators on platforms that support selective optimization in debug builds.
-
3536f9de FindFFMPEG: avoid target_link_libraries Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !4965
-
1c7bd225 vtkImageReader: add missig `CanReadFile` Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4966
-
62d78032 ENH: Support setting custom default cursor for QVTKOpenGL[Native]Widget Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4956
-
- Dec 05, 2018
-
-
ad17456e Remove a stale comment about VS 7.0 from vtkSimpleCellTessellator c8c26882 Exodus doesn't need to check to see if it is building on VS6. 43f0c9b5 Simplify VisualStudio compiler flag logic as we require 2015 42b757f9 Remove support in vtkWrapJava for Visual Studio 6 f7ff7fd8 Update VTKConfig and vtkCompilerChecks to require VS2015 72c97458 remove usages of std::auto_ptr 9ff1cf26 vtkAxis::GenerateSprintfLabel doesn't require VS2013 workarounds 7cf77694 Update vtkSetGet to understand VTK supports VS2015+. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Acked-by:
Sean McBride <sean@rogue-research.com> Merge-request: !4961
-
Ben Boeckel authored
-
9079608a Add a new stipple pattern (DENSE_DOT_LINE) to vktPen. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Allison Vacanti <allison.vacanti@kitware.com> Merge-request: !4937
-
Utkarsh Ayachit authored
vtkImageReader can read raw binary files. vtkImageReader2, which is vtkImageReader's superclass, provides a `CanReadFile` that always returns 0. Hence we need to provide this method otherwise vtkImageReader will not say it reads raw files.
-
66f02ace Deprecate: VTK_OVERRIDE, VTK_FINAL, VTK_DELETE_FUNCTION. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sean McBride <sean@rogue-research.com> Merge-request: !4960
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-
7956d07a Update the tessellator-generator python script. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !4951
-
- Dec 04, 2018
-
-
Scott Wittenburg authored
Also adds corresponding mappings in the various backend Context2D devices. The new stipple pattern is mapped similarly to the DOT_LINE pattern, but with twice the number of dots. This has the effect of making it look a little less "sparse".
-
Robert Maynard authored
-
Robert Maynard authored
-
Robert Maynard authored
-