- 17 Apr, 2020 2 commits
-
-
Nick Thompson authored
-
Nick Thompson authored
-
- 26 Feb, 2020 1 commit
-
-
Kenneth Moreland authored
Also fix deadlocks that occur when portals are not destroyed in time.
-
- 31 Jul, 2019 1 commit
-
-
Kenneth Moreland authored
Should make the code easier to read.
-
- 19 Jun, 2019 1 commit
-
-
Robert Maynard authored
Previously it used a version of the decode routines from lodepng inside the decode functionality.
-
- 21 May, 2019 1 commit
-
-
Robert Maynard authored
To simplify using the ScopedRuntimeDeviceTracker it now takes the device id you want to run on during construction.
-
- 15 May, 2019 1 commit
-
-
Robert Maynard authored
-
- 17 Apr, 2019 1 commit
-
-
Nickolas Davis authored
-
- 09 Apr, 2019 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/diy2.git at commit f7a68da4fbe93ae7a8699b66f125a98ace842998 (for/vtk-m).
-
- 22 Mar, 2019 1 commit
-
-
Robert Maynard authored
-
- 15 Mar, 2019 1 commit
-
-
Matt Larsen authored
-
- 14 Mar, 2019 2 commits
-
-
Matt Larsen authored
-
Matt Larsen authored
-
- 11 Jan, 2019 1 commit
-
-
Kenneth Moreland authored
-
- 31 Oct, 2018 1 commit
-
-
Robert Maynard authored
-
- 12 Sep, 2018 1 commit
-
-
Matt Larsen authored
-
- 10 Sep, 2018 1 commit
-
-
Matt Larsen authored
-
- 29 Aug, 2018 1 commit
-
-
Kenneth Moreland authored
Rather than force all dispatchers to be templated on a device adapter, instead use a TryExecute internally within the invoke to select a device adapter. Because this removes the need to declare a device when invoking a worklet, this commit also removes the need to declare a device in several other areas of the code.
-
- 05 Jun, 2018 1 commit
-
-
Kitware Robot authored
Code extracted from: https://gitlab.kitware.com/third-party/taotuple.git at commit ae4936580baf117373e73c23f0f8407d7589e6ff (for/vtk-m).
-
- 25 May, 2018 1 commit
-
-
Allison Vacanti authored
Also cleaned up some lingering type typedefs.
-
- 25 Apr, 2018 1 commit
-
-
- 24 Apr, 2018 1 commit
-
-
Robert Maynard authored
-
- 28 Mar, 2018 1 commit
-
-
Robert Maynard authored
The new and improved vtkm::cont::ColorTable provides a more feature complete color table implementation that is modeled after vtkDiscretizableColorTransferFunction. This class therefore supports different color spaces ( rgb, lab, hsv, diverging ) and supports execution across all device adapters.
-
- 29 Jan, 2018 1 commit
-
-
Matt Larsen authored
-
- 18 Jan, 2018 2 commits
-
-
Matt Larsen authored
-
Matt Larsen authored
-
- 04 Dec, 2017 1 commit
-
-
Matt Larsen authored
-
- 26 Oct, 2017 3 commits
-
-
Matt Larsen authored
-
Matt Larsen authored
-
Matt Larsen authored
adding 2d ortho support to ray tracing and updating WireFramer to support 2d lines and 1D line plots
-
- 21 Sep, 2017 1 commit
-
-
Manish Mathai authored
-
- 20 Sep, 2017 1 commit
-
-
Kenneth Moreland authored
Sandia National Laboratories recently changed management from the Sandia Corporation to the National Technology & Engineering Solutions of Sandia, LLC (NTESS). The copyright statements need to be updated accordingly.
-
- 18 Sep, 2017 1 commit
-
-
Manish Mathai authored
-
- 17 Sep, 2017 2 commits
-
-
Manish Mathai authored
This is to maintain compability with future minor releases
-
Manish Mathai authored
-
- 14 Sep, 2017 1 commit
-
-
Manish Mathai authored
This allows for the line rendering to be shared for other use cases like `WorldAnnotator`
-
- 13 Sep, 2017 1 commit
-
-
Manish Mathai authored
-
- 31 Aug, 2017 3 commits
-
-
Manish Mathai authored
-
Manish Mathai authored
-
Manish Mathai authored
This commit converts `Canvas` from an abstract class to a concrete class by converting the pure virtual methods to empty/default implementations. It provides an implementation for `Canvas::AddLine` using Bresenham's line drawing algorithm.
-