comparison Core/Toolbox.h @ 532:b22312081388 dicom-rt

extract roi geometry
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Aug 2013 16:09:19 +0200
parents 8c3573d28868
children 8cfc6119a5bd
comparison
equal deleted inserted replaced
529:bd2087bb6450 532:b22312081388
106 106
107 // In-place percent-decoding for URL 107 // In-place percent-decoding for URL
108 void UrlDecode(std::string& s); 108 void UrlDecode(std::string& s);
109 109
110 Endianness DetectEndianness(); 110 Endianness DetectEndianness();
111
112 void Split(std::vector<std::string>& result,
113 const std::string& source,
114 char delimiter);
111 } 115 }
112 } 116 }