X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFramesInfo.h;h=9ea93c4434a21d1b15d9cd9d2aea4858fa44a579;hb=713d0f3d28a6176fab6d57e031633061dc7354a7;hp=d4280bd2b665a4dbf7042df01cc1f5d20d7f26c9;hpb=2532a8e86e06d379d58b2fdda8e2413641d0a5f0;p=gdcm.git diff --git a/src/gdcmRLEFramesInfo.h b/src/gdcmRLEFramesInfo.h index d4280bd2..9ea93c44 100644 --- a/src/gdcmRLEFramesInfo.h +++ b/src/gdcmRLEFramesInfo.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFramesInfo.h,v $ Language: C++ - Date: $Date: 2006/03/29 16:09:48 $ - Version: $Revision: 1.22 $ + Date: $Date: 2007/09/17 12:16:01 $ + Version: $Revision: 1.25 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -17,28 +17,28 @@ =========================================================================*/ -#ifndef GDCMRLEFRAMESINFO_H -#define GDCMRLEFRAMESINFO_H +#ifndef _GDCMRLEFRAMESINFO_H_ +#define _GDCMRLEFRAMESINFO_H_ #include "gdcmRLEFrame.h" #include -namespace gdcm +namespace GDCM_NAME_SPACE { /** * \brief Utility class for gathering the informations of the collection - * of RLE frame[s] (see \ref RLEFrame) when handling + * of RLE frame[s] (see RLEFrame) when handling * "Encapsulated RLE Compressed Images" (see PS 3.5-2003 annex G). * Note: a classical image can be considered as the degenerated case * of a multiframe image. In this case the collection is limited * to a single individual frame. * The informations on each frame are obtained during the pixel parsing * of a gdcm::File (refer to - * \ref File::ComputeRLEInfo() ). + * File::ComputeRLEInfo() ). * They shall be used when (if necessary) decoding the frames. * - * This class is simply a stl list<> of \ref RLEFrame. + * This class is simply a stl list<> of RLEFrame. */ class GDCM_EXPORT RLEFramesInfo {