- Apr 28, 2020
-
-
florian maurin authored
(cherry picked from commit 6d70de50)
-
- Apr 23, 2020
-
-
Lucas Gandel authored
Add sanity checks to avoid a crash while printing uninitialized objects. All VTK classes should be printable right after the object is created.
-
- Apr 17, 2020
-
-
T.J. Corona authored
-
florian maurin authored
-
- Apr 15, 2020
-
-
florian maurin authored
-
- Apr 13, 2020
-
-
David Gobbi authored
-
T.J. Corona authored
-
T.J. Corona authored
-
T.J. Corona authored
-
- Apr 08, 2020
-
-
Sean McBride authored
-
- Apr 06, 2020
-
-
florian maurin authored
-
- Apr 05, 2020
-
-
florian maurin authored
-
- Apr 02, 2020
-
-
Utkarsh Ayachit authored
fixes #17776
-
- Mar 30, 2020
- Mar 27, 2020
-
-
florian maurin authored
-
This MR exposes ghosts at the vtkDataObject level. Any subclass of vtkDataObject holding a data array labelled as "vtkGhostType" can now be retreived by calling vtkDataObject::GetGhostArray(int type), where type is a vtkDataObject::AttributeTypes (cherry picked from commit cf2ede9f)
-
- Mar 17, 2020
-
-
Ben Boeckel authored
8.3 and 8.90 never actually saw a release.
-
- Mar 13, 2020
-
-
Utkarsh Ayachit authored
vtkFieldData failed to call `this->Modified()` when array were removed. This resulted in `vtkDataSet` maintaining an obsolete cache for ghost arrays. Fixed that.
-
- Feb 24, 2020
-
-
florian maurin authored
-
- Feb 19, 2020
-
-
Yohann Bearzi (Kitware) authored
-
- Feb 18, 2020
-
-
Ken Martin authored
This class represents an interface for a UI specific window. The intent is to pull the graphics API apart from the basic window creation where possible.
-
- Feb 17, 2020
-
-
Cory Quammen authored
At least one compiler complains about it being meaningless.
-
Yohann Bearzi (Kitware) authored
-
- Feb 14, 2020
-
-
Michael Migliore authored
-
- Feb 13, 2020
-
-
florian maurin authored
-
T.J. Corona authored
-
T.J. Corona authored
-
- Feb 11, 2020
-
-
T.J. Corona authored
-
Yohann Bearzi (Kitware) authored
-
-
- Jan 30, 2020
-
-
Ken Martin authored
A first step to not requiring opengl and supporting Vulkan/etc.
-
- Jan 29, 2020
-
-
T.J. Corona authored
-
- Jan 27, 2020
-
-
T.J. Corona authored
If this value is too small, the allocation of small data can result in buffer exhaustion errors.
-
- Jan 24, 2020
-
-
Cory Quammen authored
-
- Jan 23, 2020
-
-
Will Schroeder authored
-
- Jan 22, 2020
-
-
Will Schroeder authored
-
Will Schroeder authored
The method vtkPolyData::GetCellBounds() was no longer thread-safe in certain conditions (vtkIdType not the same as the underlying vtkCellArray storage type).
-