[Gdcm-hackers] gdcm-git:Grassroots DICOM branch master updated. 7c60c976d09b621ebbfb02c010982442277
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2019-04-25 10:49:23
|
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, master has been updated
via 7c60c976d09b621ebbfb02c01098244227769e63 (commit)
from b233ba08f07488f555feadec5599119ba3de736f (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/7c60c976d09b621ebbfb02c01098244227769e63/
commit 7c60c976d09b621ebbfb02c01098244227769e63
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Apr 25 12:46:58 2019 +0200
Explicit set the underlying type for VRType
Turns out that swig is not capable of passing this information.
Ref:
http://swig.org/Doc4.0/CSharp.html#CSharp_enum_underlying_type
diff --git a/Wrapping/Csharp/gdcm.i b/Wrapping/Csharp/gdcm.i
index b1a0dda52..a9df6468c 100644
--- a/Wrapping/Csharp/gdcm.i
+++ b/Wrapping/Csharp/gdcm.i
@@ -349,6 +349,7 @@ EXTEND_CLASS_PRINT(gdcm::VL)
}
%csmethodmodifiers gdcm::VL::GetValueLength "private"
+%typemap(csbase) gdcm::VR::VRType "long long"
%include "gdcmVR.h"
EXTEND_CLASS_PRINT(gdcm::VR)
%include "gdcmVM.h"
-----------------------------------------------------------------------
Summary of changes:
Wrapping/Csharp/gdcm.i | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Grassroots DICOM
|