X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=9ea02aa553c0ddc131939449f593bcedf775afd5;hb=152194ed48de20a5189b610bd8d3d26fea95c2ce;hp=403397b7f419bd5ce24eb668b2eb15493508057b;hpb=645dacff6426c762be09138f66b4cfb2d8d47b18;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index 403397b7..9ea02aa5 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -1,5 +1,21 @@ -// gdcmUtil.h -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmUtil.h,v $ + Language: C++ + Date: $Date: 2004/09/07 13:57:05 $ + Version: $Revision: 1.30 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #ifndef GDCMUTIL_H #define GDCMUTIL_H @@ -19,8 +35,10 @@ GDCM_EXPORT std::istream & eatwhite(std::istream & is); GDCM_EXPORT void Tokenize (const std::string& str, - std::vector& tokens, - const std::string& delimiters = " "); + std::vector& tokens, + const std::string& delimiters = " "); +GDCM_EXPORT int CountSubstring (const std::string& str, + const std::string& subStr); GDCM_EXPORT std::string CreateCleanString(std::string s); GDCM_EXPORT void NormalizePath(std::string &name);