X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLEFrame.h;h=b667116bdc9f0f013ea24614cca7cdda74bed8c5;hb=de3b7ba046faa2c6728c25d54d22eafe6a24040d;hp=c076cb57d283d22acba494140660acccd298f42b;hpb=ca9484d08ecc47106e93aca5dbf88a5eeff5d8e3;p=gdcm.git diff --git a/src/gdcmRLEFrame.h b/src/gdcmRLEFrame.h index c076cb57..b667116b 100644 --- a/src/gdcmRLEFrame.h +++ b/src/gdcmRLEFrame.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmRLEFrame.h,v $ Language: C++ - Date: $Date: 2005/11/18 14:33:24 $ - Version: $Revision: 1.17 $ + Date: $Date: 2005/11/28 17:24:21 $ + Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,7 +20,7 @@ #ifndef GDCMRLEFRAME_H #define GDCMRLEFRAME_H -#include "gdcmCommon.h" +#include "gdcmBase.h" #include #include @@ -43,13 +43,13 @@ namespace gdcm * - the offsets of each segment of the frame, * - the (corresponding) lengths of each segment of the frame. */ -class GDCM_EXPORT RLEFrame + class GDCM_EXPORT RLEFrame : public Base { friend class File; friend class RLEFramesInfo; private: RLEFrame() { NumberOfFragments = 0; } - void Print( std::ostream &os = std::cout, std::string indent = "" ); + void Print( std::ostream &os = std::cout, std::string const &indent = "" ); void SetNumberOfFragments(unsigned int number) { NumberOfFragments = number; }