- Sep 01, 2015
-
-
David C. Lonie authored
-
6c1b1cd6 Added alternate regression test image 0a27e58c Cleaned up test image e785caa8 Cleaned up callbacks effa1ddd Added new widget: vtkImplicitCylinderWidget Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !562
-
f09903e4 COMP: Add logic to selectively use OpenGL or OSMesa. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !427
-
1eedaf88 Propagate safe variant setting through children of vtkAbstractArray. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !611
-
T.J. Corona authored
This fix is in reference to bug report 0014340, and is an extension of the change made in commit 84b126f9. vtkAbstractArray and its children have the convention of a fast, unsafe method for setting elements (SetXXX) and a safer, slower method (InsertXXX). In the prior commit, this convention was extended to setting with variant values. In vtkAbstractArray, InsertVariantValue was not a pure virtual method, and it called the unsafe SetXXX method (which led to problems, see the bug report). By making this method pure virtual, we ensure that InsertXXX is indeed safe for each container. It also enforces the pattern in place for SetXXX vs InsertXXX with other variable types.
-
- Aug 31, 2015
-
-
6858183e Merge branch 'upstream-kwsys' into update-kwsys 9bbfa77c KWSys 2015-08-24 (cdaf522c) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !608
-
Dan Lipsa authored
Use vtkOpenGL.cmake to decide to use (LINK_PRIVATE) OpenGL or Offscreen Mesa. OpenGL is now LINK_PRIVATE, so additional libraries and tests need to include OpenGL. Include the following in your CMakeLists.txt: include(vtkOpenGL) vtk_opengl_link(${module}) for every ${module} that uses OpenGL. This takes care of include directories and linking of proper libraries.
-
Ben Boeckel authored
-
Ben Boeckel authored
* freetype-32bit-error-release: vtkFreeTypeTools: support VTK_USE_64BIT_IDS=OFF
-
ed38cd19 vtkFreeTypeTools: support VTK_USE_64BIT_IDS=OFF Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !598
-
Will Schroeder authored
-
Will Schroeder authored
-
Will Schroeder authored
The callbacks associated with moving the cylinder have been cleaned up.
-
Will Schroeder authored
Added the widget and representation (vtkImplicitCylinderWidget and vtkImplicitCylinderRepresentation). Modified the implicit function vtkCylinder to support arbitrary center and rotation axis.
-
608b1a47 Update the wrapper documentation for Python 3. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !609
-
4d3bc03f The Py3K wrapping broke init args for subclasses. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !600
-
Brad King authored
-
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ cdaf522c | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' f63febb7..cdaf522c Brad King (2): c8e5d1b2 Pass C++ standard flags to SunPro in standalone build 91cb7820 Remove unused source file "CMakeEmptyInputFile.in" James Johnston (7): dad68c33 Encoding: Fix undefined behavior if out of memory. 0bca555e Process: Test running a process many times to discover resource leaks 52788bb8 SystemTools: Remove trailing whitespace. 8122214c cmake: Set CMAKE_LEGACY_CYGWIN_WIN32 to 0. 389d416b SystemTools: Clarify/simplify behavior of FileExists 8970cd56 SystemTools: Added new TestFileAccess function. cdaf522c SystemTools: Add honor_umask parameter to SetPermissions. Jean-Christophe Fillion-Robin (2): e5c23738 SystemTools: Fix DetectFileType failure on missing file 6d83c113 SystemTools: Fix DetectFileType failure on directory Mattias Ellert (1): b9df3e48 Fix implementation of KWSYS_PROPERTIES_C Sebastian Schuberth (1): 4db8e69f SystemTools: Implement FileIsSymlink on Windows
-
c0f2e892 BUG #15397: vtkPProbeFilter crash when geometry dataset is distributed. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !605
-
- Aug 30, 2015
-
-
David Gobbi authored
-
- Aug 28, 2015
-
-
42fe9090 A few more fixes and cleanup 7a55f24b Incorporate patched from casey ea3731bf a number of ios and driod fixes Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Casey Goodlett <casey.goodlett@kitware.com> Merge-request: !591
-
17cb1cbd Make closest point optional in vtkLine methods. Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !583
-
T.J. Corona authored
This fix is in response to bug report 0015375. vtkLine::EvaluatePosition() and vtkLine::DistanceToLine() do not logically imply the need for a closest point, so if a null pointer is passed in its place, the computations will still execute.
-
77f566a4 Pass cell data through vtkCurvatures filter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !548
-
46fd7f4f In vtkGlyphSource2D::CreateDash, only add points if dash is filled. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !547
-
c7ebe5bc vtkDataArrayTemplate: Add a safe method to change an element with vtkVariant. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !526
-
ce8fd4dc Do not write depth value if we need to skip a fragment f1b69920 Fixed global variable declaration 66cd7a02 Wrapped long lines 6d4ab070 Use first non-transparent fragment pos for depth buffer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !601
-
Dan Lipsa authored
If running in parallel, vtkPProbeFilter assumes that the whole geometry dataset (which determines positions to probe) is available on all nodes. If that is not the case a crash happened. This commit fixes the crash and prints an error message if different geometry datsets are available on different nodes.
-
Ken Martin authored
-
04d14cd7 BUG #15662: vtkAppendPolyData does not remove UPDATE_EXTENT Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !557
-
Ken Martin authored
This makes it work with older versions of cmake and inherits the build examples value from the parent
-
David Gobbi authored
The tp_new slot was unconditionally checking the constructor args, looking for a swig-style pointer. This meant that if a vtk class was subclassed in Python, the subclass constructor args were checked in the same way regardless of whether it defined its own __init__ method.
-
da60022b Fix for changes in diffuse color not showing up Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !590
-
Ben Boeckel authored
-
5b08d198 Removing unused parameter name in vtkGPUVolumeRayCastMapper. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Lonie <david.lonie@kitware.com> Merge-request: !597
-
T.J. Corona authored
-
Aashish Chaudhary authored
-
- Aug 27, 2015
-
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
-
Aashish Chaudhary authored
-