X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=c77f91a521781a529416f8b602a63ca5057142df;hb=bde18845deffbd09ed1c154d28e09284ae39cd76;hp=77b94aaaf17f4bdeafd155b36ad9a72d254802e6;hpb=cf28c5a972c34fbdb2f89c08faecd23d029f7fd3;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 77b94aaa..c77f91a5 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2004/11/09 13:10:44 $ - Version: $Revision: 1.38 $ + Date: $Date: 2004/11/16 10:25:53 $ + Version: $Revision: 1.39 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -67,6 +67,9 @@ public: /// Parsing void ParseDirectory(); + // Note: the DicomDir:: namespace prefix is needed by Swig in the + // following method declarations. Refer to gdcmPython/gdcm.i + // for the reasons of this unecessary notation at C++ level. void SetStartMethod( DicomDir::Method*, void* = NULL, DicomDir::Method* = NULL );