- 10 Aug, 2016 3 commits
-
-
806ed058 Compare depths with a tolerance in the dual depth peeler. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1785
-
03aca652 vtkWrapTcl: Select vtkIdType printf format based on implementation type 9d1b6d69 IO/NetCDF: Fix NetCDF API selection for vtkIdType 579d9160 IO/Xdmf2: Explicitly convert vtkIdType to corresponding Xdmf integer type 17daf6ef IO: Overload database BindParameter methods on `long long` directly c73ddec2 Parallel/Core: Drop unnecessary VTK_USE_64BIT_IDS conditional blocks b3750e06 vtkXMLDataElement: Add missing `long` overloads for some APIs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !1780
-
58028e1c Do a sanity check on the extent for the iterator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1711
-
- 09 Aug, 2016 16 commits
-
-
7c0396ab Add vtkVolumeOfRevolutionFilter to VTK. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !1751
-
6c64dd50 Add vtkBinCellDataFilter to VTK. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Marcus D. Hanwell <marcus.hanwell@kitware.com> Merge-request: !1786
-
375d8d12 Applying cellToPoint transformation to the ray step vector. fb31175a Added a mode to adjust sampling distance to input spacing. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1776
-
T.J. Corona authored
This commit introduces a new filter, vtkBinCellDataFilter, to VTK. vtkBinCellDataFilter takes a source mesh containing scalar cell data, an input mesh and a set of bin values and bins the source mesh's scalar cell data into the cells of the input mesh. The resulting output mesh is identical to the input mesh, with an additional cell data field, with tuple size equal to the number of bins + 1, that represents a histogram of the cell data values for all of the source cells whose centroid lie within the input cell. This filter is useful for analyzing the efficacy of an input mesh's ability to represent the cell data of the source mesh.
-
David C. Lonie authored
Similar to the older depth peeler, sometimes the GL implementation computes slightly different depths for the same fragments from one pass to the next. Use a small tolerance when identifying the currently peeled fragments.
-
Alvaro Sanchez authored
The scale/offset transformation required to adjust OpenGL texture-coordinates to VTK's point data has now been condensed into a matrix. This matrix, besides transforming the texture coordinate, is now also applied to the DatasetToTexture transformation (vertex shader) in order to scale the ray step to point texture-coordinates (frag shader). Limit tex-coordinates are also now directly adjusted (e.g. [0, 1]-> [point_min, point_max]) on the host side and passed as uniforms. This change required two baseline images to be adjusted given that the ray step as rescaled. The change fixed the visibility of sampling-seams in ParaView when doing parallel rendering.
-
Alvaro Sanchez authored
LockSampleDistanceToInputSpacing is a mode currently used in vtkFixedPointVolumeRayCastMapper to adjust its ray sampling distance. Added this same mode in GPUVolumeRayCast to equalize the actual distance used in both mappers when used through ParaView.
-
Brad King authored
Use `VTK_ID_TYPE_IMPL` instead of `VTK_USE_64BIT_IDS` to more directly choose a printf format for vtkIdType values.
-
Brad King authored
Select between nc_get_vars_long and nc_get_vars_longlong based on the type actually used to implement vtkIdType.
-
Brad King authored
Do not assume that `XdmfInt32` and `XdmfInt64` exactly match our `vtkIdType` 32-bit and 64-bit types. Instead only assume that the types are binary compatible. Add explicit casts accordingly.
-
Brad King authored
Do not assume that vtkTypeInt64 and vtkTypeUInt64 are `long long`. Instead overload on `long long` and `unsigned long long` directly. We already overload on other basic integer types directly.
-
Brad King authored
Several vtkCommunicator and vtkMultiProcessController methods are duplicated for `vtkIdType` and `long long` when in fact only the latter is necessary. All these APIs are overloaded for all basic integer types, so the proper one can be chosen by the compiler for use with callers that have a `vtkIdType`.
-
Brad King authored
Add GetScalarAttribute and GetVectorAttribute overloads for `long`.
-
ab085764 Fix issues in OpenFOAM reader update. a041813d Pass new option to openFOAM sub-readers. 39b1a1dd Fix bug in OpenFOAM's ReadBinaryList. f5d5a99c Remove hacky template override from vtkOpenFOAMReader. 3187bb0d Fix bug in openfoam's main Read method. 0909f4fc Initial support for 64-bit labels in vtkOpenFOAMReader. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1770
-
28f401ac FindPackageHandleStandardArgs now can be used with pre CMake 3.0 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1784
-
Robert Maynard authored
-
- 08 Aug, 2016 3 commits
-
-
41af21c5 Modified according to David G's recommendation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1777
-
8a91bb36 Merge branch 'upstream-tiff' into update-libtiff abdc7b6e tiff 2016-08-03 (a4c0c70d) Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !1765
-
Recommendation was to leave graph building code untouched but to add Modified() calls to Add/Remove functions.
-
- 05 Aug, 2016 5 commits
-
-
5d65c9f8 Merge branch 'master' of gitlab.kitware.com:vtk/vtk into joseph.g.hennessey2.ctr/vtk-vtkcamerafix 133b118e add new baseline files f175d0fb removed incorrectly commited files 3a14f720 fix incorrect addition of data ab79a10a added new reference file for external data repository 1cc99040 Merge branch 'joseph.g.hennessey2.ctr/vtk-vtkcamerafix' into vtkcamerafix e16cf85d new baseline images for vtkcamerafix changes c2715a36 Merge branch 'master' into joseph.g.hennessey2.ctr/vtk-vtkcamerafix ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1654
-
109f782a Remove all PrintRevisions references from wrappers 2aed1400 Actually wrap old methods in VTK_LEGACY_REMOVE Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !1775
-
David Gobbi authored
These were marked as legacy for VTK 6, and it is safe to remove them now.
-
T.J. Corona authored
This commit introduces a new modeling filter, vtkVolumeOfRevolutionFilter. It takes a two-dimensional dataset and generates a volume by revolving the dataset about a user-defined axis.
-
b97f8a30 Add module include directories before all other include directories Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1763
-
- 04 Aug, 2016 13 commits
-
-
eb34765c Disable Diy2 warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1750
-
e732ffe7 Prevent possible null dereference Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1773
-
77cc07a5 fixed issue introduced with recent shift scale changes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1771
-
Sean McBride authored
Check return value for null to prevent possible crash. Also, get ASCII from NSString instead of UTF8.
-
David C. Lonie authored
Compilation fixes, etc.
-
Ken Martin authored
Each block of a multiblock may have a duifferent shift scale so we cannot shre the camera matrix as an optimizaiton
-
Sujin Philip authored
Adds a mechanism to disable warnings for diy2 instead of suppressing them.
-
cc2f5fd3 Update FindPackageHandleStandardArgs to upstream CMake. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1762
-
David C. Lonie authored
-
beef9b08 STYLE: VTK style conformance Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1769
-
David C. Lonie authored
This method was always allocating an tuple of doubles, then reading in the actual datatype into this tuple, and calling SetTuple(vtkIdType, double*), so reading e.g. 3-tuples of floats only set the first 12 bytes (float[3]) of the 24 byte (double[3]) buffer, producing garbage in the array.
-
Bill Lorensen authored
Used astyle --indent=spaces=2 --style=vtk followed by a few manual corrections
-
fc58954b BUG: Uninitialized variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1768
-