X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.h;h=82a0ced001404ef95ae73ccae7bba08ddf43c4ac;hb=c1e76b5446c340a4b2df46cabedeab2d71bd45f8;hp=835167e6227eee6b34b111f58174d6987ee11ff2;hpb=55d77e0913ff360d639af1841c70d14dc8687584;p=gdcm.git diff --git a/src/gdcmDicomDirImage.h b/src/gdcmDicomDirImage.h index 835167e6..82a0ced0 100644 --- a/src/gdcmDicomDirImage.h +++ b/src/gdcmDicomDirImage.h @@ -1,5 +1,21 @@ -// gdcmDicomDirImage.h -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmDicomDirImage.h,v $ + Language: C++ + Date: $Date: 2004/06/20 18:08:47 $ + Version: $Revision: 1.5 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #ifndef GDCMDICOMIMAGE_H #define GDCMDICOMIMAGE_H @@ -8,19 +24,12 @@ //----------------------------------------------------------------------------- class GDCM_EXPORT gdcmDicomDirImage : public gdcmObject { public: - gdcmDicomDirImage(ListTag::iterator begin,ListTag::iterator end, - TagHeaderEntryHT *ptagHT, ListTag *plistEntries); + gdcmDicomDirImage(gdcmSQItem *s, TagDocEntryHT *ptagHT); + gdcmDicomDirImage(TagDocEntryHT *ptagHT); ~gdcmDicomDirImage(void); - virtual void Print(std::ostream &os = std::cout); - -/** - * \ingroup gdcmDicomDirImage - * \brief TODO - */ - gdcmDicomDirImage* NewImage(void); - + virtual void Print(std::ostream &os = std::cout); }; //-----------------------------------------------------------------------------