- Mar 08, 2016
-
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 41bdf05361007f8c5186f3df9944d86bb273ed13 (for/vtk).
-
Code extracted from: https://gitlab.kitware.com/third-party/proj.git at commit 0da95fe91906d41629dbda2dec74c2e94ac3e9d5 (for/vtk).
-
451e3631 16002: Fix incorrect math in vtkQuaternion Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1254
-
7e32d899 Fix a bug in vtkExodusIIReader when # of timesteps equals one. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1308
-
- Mar 07, 2016
-
-
8c918481 Fixing fatal error C1017 in VC12 when TBB and Python are enabled. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1306
-
65bbb8f0 Suppress last -Wcomma warning since it’s a reasonable usage Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1309
-
Sean McBride authored
-
T.J. Corona authored
-
f5a0c4e3 updated to avoid constraint warning de345070 ios improvements and new example 4c9fe5c4 ios improvements and new example Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1221
-
0b635e13 Properly reading in polyhedra in parallel XML unstructured grid reader. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !1300
-
adf0fff8 Use custom min/max in DataArray::GetRange on MSVC 2015. 1dabc5ce Documentation updates. c9b41f8a Restore vtkAOSDataArrayTemplate deprecated API for compat. 133816b7 Install and document the vtkBuffer header. 5bc5cc75 Move vtkPeriodicDataArray to inherit vtkGenericDataArray. ea2e02e2 Only use vtkArrayIterators for non-vtkDataArrays in vtkDSA. 74bd55b4 Update documentation for array classes, clean up template classes. a025c550 Add vtkDataArray::ShallowCopy(vtkDataArray*). ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !776
-
712e79a8 Working around dumb compilers 3bd159a4 Flying edges plane cutter interpolates attributes 74575a55 Now interpolating point attribute data on request Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1301
-
Andrew Maclean authored
-
- Mar 06, 2016
-
-
7c202121 Deprecate vtkAbstractImageInterpolator::GetWholeExtent. ab713222 Remove obsolete WholeExtent check. ea7ea285 Remove redundant type check. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1303
-
1f6fc216 Fix vtkDICOM header test failure. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1304
-
David Gobbi authored
-
b00db385 Bump the remote vtkDICOM hash to v0.7.5. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1302
-
David Gobbi authored
-
Will Schroeder authored
-
David Gobbi authored
This method became identical to GetExtent() in VTK 6.
-
David Gobbi authored
This check was needed in VTK 5 for rare cases when the WholeExtent was smaller than the Extent of the vtkImageData, e.g. after the use of vtkImageClip. In VTK 6 onwards, vtkImageData no longer has WholeExtent.
-
David Gobbi authored
-
- Mar 05, 2016
-
-
540f2c5a python: Add adapter modules when VTK_ENABLE_KITS is ON 31b7b0ef python: Update wrapping tool to support multiple hierarchy and hint files 1ebfa5bc python: Add wrapping of kits when VTK_ENABLE_KITS is ON Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1277
-
Will Schroeder authored
The flying edges plane cutter is now interpolating point attribute data on request (enable InterpolateAttributes). Some additional tweaks were made to avoid interpolating the scalar data twice, since the scalar interpolation path overlaps the general interpolate attributes path.
-
- Mar 04, 2016
-
-
David C. Lonie authored
Release builds on MSVC 2015 do not conform to the C++ standard. It appears that an optimization is causing NaNs to be returned from the calls, even when the NaN is passed as the second argument.
-
David C. Lonie authored
-
David C. Lonie authored
-
Andrew Bauer authored
The Faces and FaceLocations arrays weren't getting properly populated when reading in a .pvtu file. These are needed for reading in polyhedra.
-
Will Schroeder authored
Flying edges is now interpolating point attribute data when the flag InterpolateAttributes is set. Also made some minor performance tweaks to make up for the extra work.
-
- Mar 03, 2016
-
-
David C. Lonie authored
-
e98dcbef Change test to use differing values for two components 07df9bce Change variable to a more context friendly name 14685528 Fix private method signatures 5de2fe82 Fix test to change the second component values dfcbfe78 Use the right component for updating transfer function tables 276e272c Improve documentation for IndependentComponents bcf077f1 Fix issues with volume rendering for dependent component data 36228cab Added test for four dependent comps with gradient opacity ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1248
-
David C. Lonie authored
-
David C. Lonie authored
Otherwise use the array dispatchers. Adapted worker to use vtkDataArrayAccessors for fallbacks on non-dispatchable arrays, and enable optimizations based on array stride.
-
David C. Lonie authored
Most of the changes to Abstract and DataArray were to fix up ambiguous references to 'id' and 'number' and clarify whether they refer to tuples or values. Many docstrings were removed for overridden virtuals. Doxygen will use the base class's docstring for the virtual, which prevents inconsistencies where one instance of the docstring changes but the others are left untouched. Also removed vtkSOADataArrayTemplate::Resizable. This can be reimplemented later in a more general way if needed.
-
David C. Lonie authored
Just copy vtkBuffer instances around, when possible. Added reference counting to vtkBuffer (add vtkObject base). Added test in TestDataArrayAPI. Also removed some unused ivars from vtkAOSDataArrayTemplate (SaveUserArray, DeleteMethod are stored in vtkBuffer).
-
David C. Lonie authored
-
David C. Lonie authored
VTK_ASSUME can be used to provide optimization hints to the compiler by specifying that certain non-obvious conditions are true. This is especially useful for fixing the number of components in an array; if an array is known to have 3 components, adding VTK_ASSUME(array->GetNumberOfComponents() == 3); can allow the compiler to perform advanced loop unrolling and vectorization in certain cases.
-
David C. Lonie authored
vtkDataArray subclasses now use ComponentValue --> TypedComponent TupleValue --> TypedValue for their type-specific methods. # Conflicts: # Rendering/Annotation/vtkScalarBarActor.cxx
-
David C. Lonie authored
While this branch was being developed, __int64 was removed and all supported compilers now provide 'long long'. See fcd6444a.
-
David C. Lonie authored
vtkDataArrayTemplate has been deprecated.
-