X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmGlobal.cxx;h=6411383e263f1013340426c33d55824ff3a8f6cf;hb=8e10ae94ea66aca5adf40e66521fba9c736628c4;hp=5f455db33ddda99807ab2e6aaffe07ffa473b0fe;hpb=d1c68c2c2ae9fadf927053150f7fbc625a7c7366;p=gdcm.git diff --git a/src/gdcmGlobal.cxx b/src/gdcmGlobal.cxx index 5f455db3..6411383e 100644 --- a/src/gdcmGlobal.cxx +++ b/src/gdcmGlobal.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmGlobal.cxx,v $ Language: C++ - Date: $Date: 2005/02/01 10:29:55 $ - Version: $Revision: 1.17 $ + Date: $Date: 2005/02/02 15:07:41 $ + Version: $Revision: 1.18 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -82,6 +82,14 @@ Global::~Global() //----------------------------------------------------------------------------- // Public +/** + * \brief returns a pointer to Dictionaries Table + */ +DictSet *Global::GetDicts() +{ + return Dicts; +} + /** * \brief returns a pointer to the 'Value Representation Table' */ @@ -89,6 +97,7 @@ VR *Global::GetVR() { return ValRes; } + /** * \brief returns a pointer to the 'Transfer Syntax Table' */ @@ -96,13 +105,7 @@ TS *Global::GetTS() { return TranSyn; } -/** - * \brief returns a pointer to Dictionaries Table - */ -DictSet *Global::GetDicts() -{ - return Dicts; -} + /** * \brief returns a pointer to the DicomDir related elements Table */