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

Method GetMetaData

Code/IO/src/sitkImageFileReader.cxx:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256std::string
257ImageFileReader ::GetMetaData(const std::string & key) const
258{
259 return this->m_pfGetMetaData(key);
260}
261
262void
263ImageFileReader::SetExtractSize(const std::vector<unsigned int> & size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected