From: malaterre Date: Mon, 22 May 2006 14:09:45 +0000 (+0000) Subject: BUG: Do some voodoo magic do please SWIG -buggy- c++ parser X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=544e9b239eea5ec46a1e637a58e9cbe86afdc08a;p=gdcm.git BUG: Do some voodoo magic do please SWIG -buggy- c++ parser --- diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 2a19ffd7..79baf24b 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2006/05/11 19:49:38 $ - Version: $Revision: 1.75 $ + Date: $Date: 2006/05/22 14:09:45 $ + Version: $Revision: 1.76 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -59,16 +59,16 @@ public: GDCM_LEGACY( bool Load(std::string const &filename) ) bool Load( ); void Print(std::ostream &os = std::cout, std::string const &indent = "" ); - + /// Sets the root Directory name to parse, recursively - void SetDirectoryName(std::string const &dirName) + void SetDirectoryName(std::string const &dirName) { ParseDir = true; if (Filename != dirName) - Filename = dirName, IsDocumentModified = true; } + Filename = dirName, IsDocumentModified = true;} /// Accessor to \ref Filename - virtual void SetFileName(std::string const &fileName) + virtual void SetFileName(std::string const &fileName) { ParseDir = false; if (Filename != fileName) Filename = fileName, IsDocumentModified = true;} - + // Informations contained in the parser virtual bool IsReadable(); @@ -112,11 +112,11 @@ public: GDCM_DICOMDIR_VISIT, GDCM_DICOMDIR_IMAGE } DicomDirType; - + protected: - DicomDir(); - GDCM_LEGACY( DicomDir(std::string const &filename, bool parseDir = false) ) + DicomDir(); ~DicomDir(); + GDCM_LEGACY( DicomDir(std::string const &filename, bool parseDir = false) ) void CreateDicomDirChainedList(std::string const &path); @@ -136,7 +136,7 @@ private: void MoveSQItem(DocEntrySet *dst, DocEntrySet *src); static bool HeaderLessThan(Document *header1, Document *header2); - + // Variables /// Pointer on *the* DicomDirObject 'DicomDirMeta Elements'