From: malaterre Date: Mon, 15 Nov 2004 02:18:37 +0000 (+0000) Subject: STYLE: Remove VTK'ism, gdcm does not prepend vars by this-> X-Git-Tag: Version1.0.bp~608 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=e7748d4ccb70cdc7bdbf5559ba9a485e6f5c80d8;p=gdcm.git STYLE: Remove VTK'ism, gdcm does not prepend vars by this-> --- diff --git a/src/gdcmSeqEntry.cxx b/src/gdcmSeqEntry.cxx index b5d452c7..76d57104 100644 --- a/src/gdcmSeqEntry.cxx +++ b/src/gdcmSeqEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSeqEntry.cxx,v $ Language: C++ - Date: $Date: 2004/11/03 20:52:13 $ - Version: $Revision: 1.34 $ + Date: $Date: 2004/11/15 02:18:37 $ + Version: $Revision: 1.35 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -54,12 +54,12 @@ SeqEntry::SeqEntry( DictEntry* e ) SeqEntry::SeqEntry( DocEntry* e, int depth ) : DocEntry( e->GetDictEntry() ) { - this->UsableLength = 0; - this->ReadLength = 0xffffffff; + UsableLength = 0; + ReadLength = 0xffffffff; SQDepthLevel = depth; - this->ImplicitVR = e->IsImplicitVR(); - this->Offset = e->GetOffset(); + ImplicitVR = e->IsImplicitVR(); + Offset = e->GetOffset(); } /**