MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / GetMetaData

Function GetMetaData

Code/IO/include/sitkImageSeriesReader.h:244–248  ·  view source on GitHub ↗

\brief Get the value of a meta-data dictionary entry as a string. * * If the key is not in the dictionary then an exception is * thrown. * * string types in the dictionary are returned as their native * string. Other types are printed to string before returning. **/

Source from the content-addressed store, hash-verified

242 * string. Other types are printed to string before returning.
243 **/
244 std::string
245 GetMetaData(unsigned int slice, const std::string & key) const
246 {
247 return this->m_pfGetMetaData(slice, key);
248 }
249
250
251protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected