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

Method HasMetaDataKey

Code/IO/src/sitkImageFileReader.cxx:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250bool
251ImageFileReader ::HasMetaDataKey(const std::string & key) const
252{
253 return this->m_pfHasMetaDataKey(key);
254}
255
256std::string
257ImageFileReader ::GetMetaData(const std::string & key) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected