OpenImageIO
|
This is the complete list of members for ImageCache, including all inherited members.
attribute(const std::string &name, TypeDesc type, const void *val)=0 | ImageCache | pure virtual |
attribute(const std::string &name, int val)=0 (defined in ImageCache) | ImageCache | pure virtual |
attribute(const std::string &name, float val)=0 (defined in ImageCache) | ImageCache | pure virtual |
attribute(const std::string &name, double val)=0 (defined in ImageCache) | ImageCache | pure virtual |
attribute(const std::string &name, const char *val)=0 (defined in ImageCache) | ImageCache | pure virtual |
attribute(const std::string &name, const std::string &val)=0 (defined in ImageCache) | ImageCache | pure virtual |
clear()=0 | ImageCache | pure virtual |
create(bool shared=true) | ImageCache | static |
destroy(ImageCache *x) | ImageCache | static |
get_image_info(ustring filename, int subimage, int miplevel, ustring dataname, TypeDesc datatype, void *data)=0 | ImageCache | pure virtual |
get_image_info(ustring filename, ustring dataname, TypeDesc datatype, void *data) | ImageCache | inline |
get_imagespec(ustring filename, ImageSpec &spec, int subimage=0, int miplevel=0, bool native=false)=0 | ImageCache | pure virtual |
get_pixels(ustring filename, int subimage, int miplevel, int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, TypeDesc format, void *result)=0 | ImageCache | pure virtual |
get_pixels(ustring filename, int subimage, int miplevel, int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, int chbegin, int chend, TypeDesc format, void *result, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride)=0 | ImageCache | pure virtual |
get_tile(ustring filename, int subimage, int miplevel, int x, int y, int z)=0 | ImageCache | pure virtual |
getattribute(const std::string &name, TypeDesc type, void *val)=0 | ImageCache | pure virtual |
getattribute(const std::string &name, int &val)=0 (defined in ImageCache) | ImageCache | pure virtual |
getattribute(const std::string &name, float &val)=0 (defined in ImageCache) | ImageCache | pure virtual |
getattribute(const std::string &name, double &val)=0 (defined in ImageCache) | ImageCache | pure virtual |
getattribute(const std::string &name, char **val)=0 (defined in ImageCache) | ImageCache | pure virtual |
getattribute(const std::string &name, std::string &val)=0 (defined in ImageCache) | ImageCache | pure virtual |
geterror() const =0 | ImageCache | pure virtual |
getstats(int level=1) const =0 | ImageCache | pure virtual |
ImageCache(void) (defined in ImageCache) | ImageCache | inline |
imagespec(ustring filename, int subimage=0, int miplevel=0, bool native=false)=0 | ImageCache | pure virtual |
invalidate(ustring filename)=0 | ImageCache | pure virtual |
invalidate_all(bool force=false)=0 | ImageCache | pure virtual |
release_tile(Tile *tile) const =0 | ImageCache | pure virtual |
reset_stats()=0 | ImageCache | pure virtual |
resolve_filename(const std::string &filename) const =0 | ImageCache | pure virtual |
tile_pixels(Tile *tile, TypeDesc &format) const =0 | ImageCache | pure virtual |
~ImageCache() (defined in ImageCache) | ImageCache | inlinevirtual |