X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=0554ad4db6fcea4c3a3e3f4ee9df99b96ea0ccb3;hb=713d0f3d28a6176fab6d57e031633061dc7354a7;hp=0a09a007a76323e4f77dccdb76b779ae7a3fc67c;hpb=8fd45dc6d321d1419854dc0e4fa6a37d6826b655;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index 0a09a007..0554ad4d 100644 --- a/src/gdcmRLEFrame.h +++ b/src/gdcmRLEFrame.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFrame.h,v $ Language: C++ - Date: $Date: 2007/05/23 14:18:11 $ - Version: $Revision: 1.21 $ + Date: $Date: 2007/09/17 12:16:01 $ + Version: $Revision: 1.23 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -17,8 +17,8 @@ =========================================================================*/ -#ifndef GDCMRLEFRAME_H -#define GDCMRLEFRAME_H +#ifndef _GDCMRLEFRAME_H_ +#define _GDCMRLEFRAME_H_ #include "gdcmBase.h" @@ -38,7 +38,7 @@ namespace GDCM_NAME_SPACE * * Each instance of this class (they can be as many instances for * a given Document as they are frames and they are collected in - * a \ref RLEFramesInfo ) describes : + * a RLEFramesInfo ) describes : * - the total number of segments (up to 15), * - the offsets of each segment of the frame, * - the (corresponding) lengths of each segment of the frame.