From e7748d4ccb70cdc7bdbf5559ba9a485e6f5c80d8 Mon Sep 17 00:00:00 2001 From: malaterre Date: Mon, 15 Nov 2004 02:18:37 +0000 Subject: [PATCH] STYLE: Remove VTK'ism, gdcm does not prepend vars by this-> --- src/gdcmSeqEntry.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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(); } /** -- 2.46.1