| 254 | } |
| 255 | |
| 256 | std::string |
| 257 | ImageFileReader ::GetMetaData(const std::string & key) const |
| 258 | { |
| 259 | return this->m_pfGetMetaData(key); |
| 260 | } |
| 261 | |
| 262 | void |
| 263 | ImageFileReader::SetExtractSize(const std::vector<unsigned int> & size) |
nothing calls this directly
no outgoing calls
no test coverage detected