| 242 | |
| 243 | |
| 244 | std::vector<std::string> |
| 245 | ImageFileReader ::GetMetaDataKeys() const |
| 246 | { |
| 247 | return this->m_pfGetMetaDataKeys(); |
| 248 | } |
| 249 | |
| 250 | bool |
| 251 | ImageFileReader ::HasMetaDataKey(const std::string & key) const |
nothing calls this directly
no outgoing calls
no test coverage detected