| 102 | } |
| 103 | |
| 104 | bool ImageCacheWrap::getattribute_double(const std::string &name, double &val) |
| 105 | { |
| 106 | return m_cache->getattribute(name, val); |
| 107 | } |
| 108 | |
| 109 | bool ImageCacheWrap::getattribute_char(const std::string &name, char **val) |
| 110 | { |
nothing calls this directly
no test coverage detected