[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. a6d1de6d739c04f4208b938578aa34af05
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2020-06-25 13:25:22
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via a6d1de6d739c04f4208b938578aa34af05c89982 (commit)
from f3386742b5841b5fb4cce1e9872be53669d0f946 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/a6d1de6d739c04f4208b938578aa34af05c89982/
commit a6d1de6d739c04f4208b938578aa34af05c89982
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Jun 25 15:25:07 2020 +0200
Migrate to new VTK API
diff --git a/Utilities/VTK/Testing/Python/TestMultiframeGrayscaleWordSecondaryCaptureImageStorage.py b/Utilities/VTK/Testing/Python/TestMultiframeGrayscaleWordSecondaryCaptureImageStorage.py
index 09225a8a3..ef293d738 100644
--- a/Utilities/VTK/Testing/Python/TestMultiframeGrayscaleWordSecondaryCaptureImageStorage.py
+++ b/Utilities/VTK/Testing/Python/TestMultiframeGrayscaleWordSecondaryCaptureImageStorage.py
@@ -32,7 +32,7 @@ v16.SetDataSpacing(3.2, 3.2, 1.5)
#print v16.GetOutput()
w = vtkgdcm.vtkGDCMImageWriter()
-w.SetInput( v16.GetOutput() )
+w.SetInputConnection( v16.GetOutputPort() )
w.SetFileDimensionality( 3 )
w.SetFileName( "sc.dcm" )
w.Write()
-----------------------------------------------------------------------
Summary of changes:
.../Python/TestMultiframeGrayscaleWordSecondaryCaptureImageStorage.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Grassroots DICOM
|