- 29 Apr, 2020 4 commits
-
-
- 03 Mar, 2020 2 commits
-
-
Carson Brownlee authored
-
Carson Brownlee authored
-
- 02 Mar, 2020 2 commits
-
-
Carson Brownlee authored
-
Carson Brownlee authored
-
- 28 Feb, 2020 1 commit
-
-
Carson Brownlee authored
-
- 25 Feb, 2020 1 commit
-
-
Carson Brownlee authored
-
- 24 Feb, 2020 3 commits
-
-
Carson Brownlee authored
-
Carson Brownlee authored
-
Carson Brownlee authored
-
- 13 Feb, 2020 1 commit
-
-
Carson Brownlee authored
-
- 29 Jan, 2020 1 commit
-
-
Carson Brownlee authored
-
- 28 Jan, 2020 1 commit
-
-
Carson Brownlee authored
-
- 24 Jan, 2020 3 commits
-
-
Carson Brownlee authored
-
Carson Brownlee authored
-
Carson Brownlee authored
-
- 23 Jan, 2020 1 commit
-
-
Carson Brownlee authored
-
- 22 Jan, 2020 1 commit
-
-
Carson Brownlee authored
-
- 04 Dec, 2019 8 commits
-
-
8b0dc8d0 Fix qwidgetrep pick method Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6262
-
1ee2b684 Address review suggestions. 72ad0c0a Add name field. 8e1c19d2 Add gml:id only if it exists 089400ca Fix citygml element. 1a684d19 NewTreeIterator returns an instance that needs to be deleted. 0e2cb7d6 Add gml:posList support Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6243
-
f6b8528b Simplify dispatch functors in PResampleToImage. e7d3e9c8 Workaround ICE in MSVC 2015 x64. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6260
-
Ken Martin authored
The old code used the picker which has a tolerance to handle 2d objects in 3d. For large datasets I think the tolerance could cause incorrect results. Since the widget is a plane we can do the computation analytically with high accuracy and very quickly so we do it that way.
-
Allison Vacanti authored
Fixes some unused variable warnings introduced in last refactor.
-
Dan Lipsa authored
-
Allison Vacanti authored
MSVC would crash when compiling this inner loop when written with std::transform, so convert it to a for-range loop.
-
b92c70a6 Make release graphics resources public Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6259
-
- 03 Dec, 2019 7 commits
-
-
Dan Lipsa authored
-
cdf698dd Replace many scoped new[]/delete[] variables with std::vector. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6249
-
Allison Vacanti authored
-
Ken Martin authored
Sometimes you want to free resources from an application level, needs to be public to do so. And this is consistent with the other classes signatures.
-
895449f1 Update protected ivar to avoid dll issues Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6258
-
Ken Martin authored
dll linkage issues with ivar, made pointer instead
-
d4cd41ea Fix dereference of potential zero length vector Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Thompson <david.thompson@kitware.com> Merge-request: !6254
-
- 02 Dec, 2019 4 commits
-
-
Dan Lipsa authored
-
Dan Lipsa authored
-
122cf580 vtkAppendLocationAttributes: mark destructor as override Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6253
-
Ken Martin authored
The usual vector[0] stuff
-