| 85 | } |
| 86 | |
| 87 | bool ImageCacheWrap::getattribute(const std::string &name, TypeDesc type, |
| 88 | void *val) |
| 89 | { |
| 90 | return m_cache->getattribute(name, type, val); |
| 91 | } |
| 92 | |
| 93 | //Shortcuts for common types |
| 94 | bool ImageCacheWrap::getattribute_int(const std::string &name, int &val) |
no outgoing calls