- 07 Mar, 2016 1 commit
-
-
Andrew Maclean authored
-
- 06 Mar, 2016 4 commits
-
-
David Gobbi authored
1f6fc216 Fix vtkDICOM header test failure. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1304
-
David Gobbi authored
-
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
-
- 05 Mar, 2016 1 commit
-
-
Jean-Christophe Fillion-Robin authored
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
-
- 03 Mar, 2016 4 commits
-
-
Sankhesh Jhaveri 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
-
Sujin Philip authored
cdf391ed Fix ResampleToImage Filters Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E DeMarle <dave.demarle@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1294
-
Marcus D. Hanwell authored
47b5c971 Adding the missing data for the MoleculeXYZ python test 740c82ae add python test to check # of atoms, bonds and timesteps of nanowire data 8124bcf8 removed shadow var and clean up the scanning of atoms cecbe417 style changes for variable declaration 9a3495da reworked scanning the first two header lines to care for an empty second line b6374719 replace vector.data() with &vector[0] for MSVC90 compatibility 41422081 cleaned up unused vars 2df237e8 New reader for Chemical data using the new vtkMolecule/vtkAtom objects Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1242
-
Andrew Bauer authored
8660e581 Fix for point sprites for NVIDIA EGL 358 libs. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !1295
-
- 02 Mar, 2016 17 commits
-
-
Andrew Bauer authored
For now we just assume that there's a bug in the EGL libs for point sprites. When we find a version that doesn't have the bug we can specifically set which libs to use the work-around with.
-
Sankhesh Jhaveri authored
This could be useful to highlight issues with code changes
-
Sankhesh Jhaveri authored
-
Sean McBride authored
8162e61c Fixed most clang -Wcomma warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1296
-
David Gobbi authored
aadaa039 Restore C89 support after fixing cppcheck warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !1299
-
Sean McBride authored
Variables must be declared early in C89.
-
David Gobbi authored
c65105cc Remove the default from vtkAlgorithm::UpdateExtent(). 840d2f59 Fixed incorrect method signatures in 7.1 change notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !1297
-
David Gobbi authored
The default NULL value for UpdateExtent(const int extent[6]) was a typo.
-
Sujin Philip authored
Fix divide-by-zero when one of the dimensions is 1. Fix crash when the sampled region does not contain any data. Fix how the raw data of the fields are accessed.
-
Sean McBride authored
Reworked code to just not use comma operator, which is rarely used and poorly understood.
-
David Gobbi authored
0dc76543 Fix cppcheck warning "index used before limits check" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1293
-
Sankhesh Jhaveri authored
Remove unused arguments
-
Sankhesh Jhaveri authored
The second component is homogeneous with discontinuities along the two center lines
-
Sankhesh Jhaveri authored
In case of dependent components, update the first table.
-
Sankhesh Jhaveri authored
Describe specific features for dependent component volumes.
-
Sankhesh Jhaveri authored
When considering the components of the volume as dependent, the last component (#1 for 2 component data and #3 for 4 component data) is passed through the first opacity transfer function, set with volumeProperty->SetScalarOpacity(0, piecewiseFunction) or volumeProperty->SetScalarOpacity(piecewiseFunction). Along the same lines, the gradients are computed based on the last component scalar values for dependent component data. The opacity is modulated based on these gradients by passing them through the first gradient opacity transfer function.
-
David Gobbi authored
-
- 01 Mar, 2016 6 commits
-
-
Sean McBride authored
-
Andrew Bauer authored
dc87766b Fixing compiler warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1289
-
Jean Favre authored
-
Andrew Bauer authored
-
David Gobbi authored
67eb4fc5 15995: Implement C++ templates as Python modules. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1218
-
Sean McBride authored
44fbfe3b Misc cleanup looking at cppcheck issues 5b2b51fe Fixed most ‘passedByValue’ cppcheck warnings fb7a3909 Fixed many 'redundantAssignment' cppcheck warnings 6eedef44 Fixed ‘clarifyCalculation’ cppcheck warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !1273
-
- 29 Feb, 2016 7 commits
-
-
Aashish Chaudhary authored
0e5ae6c5 Must have modules are avformat and avcodec Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !1281
-
Bill Lorensen authored
ccc50fe9 ENH: Bump WikiExamples Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1287
-
Bill Lorensen authored
-
David Gobbi authored
a4d1bea8 If a SetInterpolator() is used, then clamp the results. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sean McBride <sean@rogue-research.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1279
-
Bill Lorensen authored
cc96bd93 BUG: OpenGLPolyDataMapper2D regression Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !1284
-
David Gobbi authored
a344f7f9 vtkImageMapper3D: add missing space in error message Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !1286
-
Bill Lorensen authored
OpenGLPolyDataMapper2D for OpenGL was clipping the z components between -1,0 or 0,1. The logic is a bit different in OpenGL2 versus OpenGL. I believe it has somethiong to do with where the transformations are performed. I'm pretty sure z-clipping should not apply for 2D mappers. A new test was added that has polydata with a large z range. NOTE: To see the bug, download this patch and revert to the original mapper: git checkout master Rendering/OpenGL2 and ctest -R TestLegendBoxActor2
-