| 97 | } |
| 98 | |
| 99 | bool ImageCacheWrap::getattribute_float(const std::string &name, float &val) |
| 100 | { |
| 101 | return m_cache->getattribute(name, val); |
| 102 | } |
| 103 | |
| 104 | bool ImageCacheWrap::getattribute_double(const std::string &name, double &val) |
| 105 | { |
nothing calls this directly
no test coverage detected