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

Function HasMetaDataKey

Code/IO/include/sitkImageSeriesReader.h:230–234  ·  view source on GitHub ↗

\brief Query a meta-data dictionary for the existence of a key. **/

Source from the content-addressed store, hash-verified

228 /** \brief Query a meta-data dictionary for the existence of a key.
229 **/
230 bool
231 HasMetaDataKey(unsigned int slice, const std::string & key) const
232 {
233 return this->m_pfHasMetaDataKey(slice, key);
234 }
235
236 /** \brief Get the value of a meta-data dictionary entry as a string.
237 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected