- Nov 18, 2019
-
-
clang-format treats them as declarations and formats accordingly.
-
clang-format takes the lack of a semicolon as if it were an attribute or some other "chainable" call leading to bogus indentation. By using semicolons on all macro calls, the formatting comes out the way it should.
-
- Nov 13, 2019
-
-
Includes a few changes related to extraneous whitespace fixes and deduplication of headers as well.
-
- Nov 12, 2019
-
-
Allison Vacanti authored
See the vtkCellArray.h class docs for details.
-
- Nov 11, 2019
-
-
Robert Maynard authored
-
- Aug 29, 2019
-
-
Sean McBride authored
int vtk(.*)::ProcessRequest -> vtkTypeBool vtk\1::ProcessRequest int\s*ProcessRequest -> vtkTypeBool ProcessRequest Plus a few manual changes missed due to newlines, etc.
-
- Aug 03, 2019
-
-
Sean McBride authored
-
Sean McBride authored
-
- Aug 01, 2019
-
- Jun 03, 2019
-
-
luz.paz authored
-
- Apr 22, 2019
-
-
Sankhesh Jhaveri authored
-
- Apr 19, 2019
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
Explicitly initialize values to 0 in vtkImageCanvasSource2D when creating the alpha component for backgroundAlpha
-
- Apr 17, 2019
-
-
Sankhesh Jhaveri authored
-
- Apr 10, 2019
-
-
Joachim Pouderoux authored
-
- Apr 04, 2019
-
-
Utkarsh Ayachit authored
vtkAlgorithm now supports ability to specify values for shifting and scaling progress. This enables internal vtkAlgorithm instances to report progress for part of the work without too much work. Also allows vtkCompositeDataPipeline to report progress was each iteration over the composite dataset as a part of the whole rather than having the progress be from [0, 1.0] for each block in the composite dataset.
-
- Apr 03, 2019
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
The flag CompoundAlpha affects the blending computation in the compound blending mode of vtkImageBlend. When the flag is off, vtkImageBlend behaves as it used to and the output alpha values are the sum of the product of individual opacity and alpha values in the inputs i.e. output alpha A = (O1A1 + O2A2) When the flag is on, the blend computation is also applied to the alpha component of the inputs i.e. output alpha A = (O1A1A1 + O2A2A2) / (O1A1 + O2A2)
-
Sankhesh Jhaveri authored
-
- Jan 10, 2019
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- Jan 08, 2019
-
-
Ben Boeckel authored
-
-
-
-
-
-
-
-
-
-
-
-
Ben Boeckel authored
-
- Dec 20, 2018
-
-
Sean McBride authored
In 2 cases, made trivial use of NewInstance, so that it’s not unused.
-
- Nov 30, 2018
-
-
Sean McBride authored
-
- Nov 23, 2018
-
-
luz.paz authored
Found via `codespell`
-
- Sep 27, 2018
-
-
David Gobbi authored
The code for ChangeExtent would only call SetExtent() if the Y or Z values had changed. If the only change was to X, then Extent would not be modified.
-
David Gobbi authored
-