[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. b71c75e74690f06e083884101a69cf5b99
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2020-02-14 08:17:11
|
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 b71c75e74690f06e083884101a69cf5b995e2ed2 (commit)
from 5f191ecb3024a5d979bca1cad0c8883561a4112d (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/b71c75e74690f06e083884101a69cf5b995e2ed2/
commit b71c75e74690f06e083884101a69cf5b995e2ed2
Author: Mathieu Malaterre <mat...@gm...>
Date: Fri Feb 14 09:16:45 2020 +0100
Fixup documentation for python wrapping
diff --git a/Source/MediaStorageAndFileFormat/gdcmImageRegionReader.h b/Source/MediaStorageAndFileFormat/gdcmImageRegionReader.h
index 3acbbcd10..ca963dde0 100644
--- a/Source/MediaStorageAndFileFormat/gdcmImageRegionReader.h
+++ b/Source/MediaStorageAndFileFormat/gdcmImageRegionReader.h
@@ -51,6 +51,8 @@ public:
bool ReadInformation();
/// Read into buffer:
+ /// For Python, the `buflen` param is deduced directly from the input
+ /// bytearray passed as parameter (function only takes one param).
/// \return false upon error
bool ReadIntoBuffer(char *inreadbuffer, size_t buflen);
-----------------------------------------------------------------------
Summary of changes:
Source/MediaStorageAndFileFormat/gdcmImageRegionReader.h | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Grassroots DICOM
|