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

Method GetMetaDataKeys

Code/IO/src/sitkImageFileReader.cxx:244–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242
243
244std::vector<std::string>
245ImageFileReader ::GetMetaDataKeys() const
246{
247 return this->m_pfGetMetaDataKeys();
248}
249
250bool
251ImageFileReader ::HasMetaDataKey(const std::string & key) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected