|
OpenImageIO
|
This is the complete list of members for ImageBuf, including all inherited members.
| _WrapLast enum value (defined in ImageBuf) | ImageBuf | |
| alloc(const ImageSpec &spec) | ImageBuf | |
| append_error(const std::string &message) const | ImageBuf | protected |
| blackpixel() const (defined in ImageBuf) | ImageBuf | protected |
| cachedpixels() const | ImageBuf | |
| clear() | ImageBuf | |
| copy(const ImageBuf &src) | ImageBuf | |
| copy_from(const ImageBuf &src) (defined in ImageBuf) | ImageBuf | protected |
| copy_metadata(const ImageBuf &src) | ImageBuf | |
| copy_pixels(const ImageBuf &src) | ImageBuf | |
| deep() const | ImageBuf | |
| deep_pixel_ptr(int x, int y, int z, int c) const | ImageBuf | |
| deep_samples(int x, int y, int z=0) const | ImageBuf | |
| deep_value(int x, int y, int z, int c, int s) const | ImageBuf | |
| deepdata() | ImageBuf | |
| deepdata() const (defined in ImageBuf) | ImageBuf | |
| do_wrap(int &x, int &y, int &z, WrapMode wrap) const (defined in ImageBuf) | ImageBuf | protected |
| file_format_name(void) const | ImageBuf | |
| get_pixel_channels(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) const | ImageBuf | |
| get_pixel_channels(int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, int chbegin, int chend, T *result, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride) const | ImageBuf | |
| get_pixels(int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, TypeDesc format, void *result, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride) const | ImageBuf | |
| get_pixels(int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, T *result, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride) const (defined in ImageBuf) | ImageBuf | inline |
| get_pixels(int xbegin_, int xend_, int ybegin_, int yend_, int zbegin_, int zend_, std::vector< T > &result) const | ImageBuf | inline |
| getchannel(int x, int y, int z, int c, WrapMode wrap=WrapBlack) const | ImageBuf | |
| geterror(void) const | ImageBuf | |
| getpixel(int x, int y, float *pixel, int maxchannels=1000) const | ImageBuf | inline |
| getpixel(int x, int y, int z, float *pixel, int maxchannels=1000, WrapMode wrap=WrapBlack) const | ImageBuf | |
| ImageBuf() | ImageBuf | |
| ImageBuf(const std::string &name, ImageCache *imagecache=NULL) | ImageBuf | |
| ImageBuf(const std::string &name, const ImageSpec &spec) | ImageBuf | |
| ImageBuf(const std::string &name, const ImageSpec &spec, void *buffer) | ImageBuf | |
| ImageBuf(const ImageBuf &src) | ImageBuf | |
| imagecache() const (defined in ImageBuf) | ImageBuf | |
| impl() (defined in ImageBuf) | ImageBuf | inlineprotected |
| impl() const (defined in ImageBuf) | ImageBuf | inlineprotected |
| init_spec(const std::string &filename, int subimage, int miplevel) | ImageBuf | |
| initialized() const | ImageBuf | |
| interppixel(float x, float y, float *pixel, WrapMode wrap=WrapBlack) const | ImageBuf | |
| interppixel_NDC(float s, float t, float *pixel, WrapMode wrap=WrapBlack) const | ImageBuf | |
| interppixel_NDC_full(float s, float t, float *pixel, WrapMode wrap=WrapBlack) const | ImageBuf | |
| IteratorBase (defined in ImageBuf) | ImageBuf | friend |
| localpixels() | ImageBuf | |
| localpixels() const (defined in ImageBuf) | ImageBuf | |
| m_impl (defined in ImageBuf) | ImageBuf | protected |
| miplevel() const | ImageBuf | |
| name(void) const | ImageBuf | |
| nativespec() const | ImageBuf | |
| nchannels() const | ImageBuf | |
| nmiplevels() const | ImageBuf | |
| nsubimages() const | ImageBuf | |
| operator=(const ImageBuf &src) | ImageBuf | protected |
| orientation() const (defined in ImageBuf) | ImageBuf | |
| oriented_full_height() const (defined in ImageBuf) | ImageBuf | |
| oriented_full_width() const (defined in ImageBuf) | ImageBuf | |
| oriented_full_x() const (defined in ImageBuf) | ImageBuf | |
| oriented_full_y() const (defined in ImageBuf) | ImageBuf | |
| oriented_height() const (defined in ImageBuf) | ImageBuf | |
| oriented_width() const (defined in ImageBuf) | ImageBuf | |
| oriented_x() const (defined in ImageBuf) | ImageBuf | |
| oriented_y() const (defined in ImageBuf) | ImageBuf | |
| pixeladdr(int x, int y, int z=0) const | ImageBuf | |
| pixeladdr(int x, int y) | ImageBuf | inline |
| pixeladdr(int x, int y, int z) | ImageBuf | |
| pixels_valid(void) const (defined in ImageBuf) | ImageBuf | |
| pixeltype() const (defined in ImageBuf) | ImageBuf | |
| read(int subimage=0, int miplevel=0, bool force=false, TypeDesc convert=TypeDesc::UNKNOWN, ProgressCallback progress_callback=NULL, void *progress_callback_data=NULL) | ImageBuf | |
| reset(const std::string &name, ImageCache *imagecache=NULL) | ImageBuf | |
| reset(const std::string &name, const ImageSpec &spec) | ImageBuf | |
| retile(int x, int y, int z, ImageCache::Tile *&tile, int &tilexbegin, int &tileybegin, int &tilezbegin, int &tilexend, bool exists, WrapMode wrap=WrapDefault) const (defined in ImageBuf) | ImageBuf | protected |
| save(const std::string &filename=std::string(), const std::string &fileformat=std::string(), ProgressCallback progress_callback=NULL, void *progress_callback_data=NULL) const | ImageBuf | |
| set_full(int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, const float *bordercolor=NULL) | ImageBuf | |
| setpixel(int x, int y, const float *pixel, int maxchannels=1000) | ImageBuf | inline |
| setpixel(int x, int y, int z, const float *pixel, int maxchannels=1000) | ImageBuf | |
| setpixel(int i, const float *pixel, int maxchannels=1000) | ImageBuf | |
| spec() const | ImageBuf | |
| specmod() | ImageBuf | |
| subimage() const | ImageBuf | |
| swap(ImageBuf &other) | ImageBuf | inline |
| TINYFORMAT_WRAP_FORMAT(void, error, const, std::ostringstream msg;, msg, append_error(msg.str());) bool has_error(void) const | ImageBuf | |
| WrapBlack enum value (defined in ImageBuf) | ImageBuf | |
| WrapClamp enum value (defined in ImageBuf) | ImageBuf | |
| WrapDefault enum value (defined in ImageBuf) | ImageBuf | |
| WrapMirror enum value (defined in ImageBuf) | ImageBuf | |
| WrapMode enum name | ImageBuf | |
| WrapPeriodic enum value (defined in ImageBuf) | ImageBuf | |
| write(ImageOutput *out, ProgressCallback progress_callback=NULL, void *progress_callback_data=NULL) const | ImageBuf | |
| xbegin() const | ImageBuf | |
| xend() const | ImageBuf | |
| xmax() const | ImageBuf | |
| xmin() const | ImageBuf | |
| ybegin() const | ImageBuf | |
| yend() const | ImageBuf | |
| ymax() const | ImageBuf | |
| ymin() const | ImageBuf | |
| zbegin() const | ImageBuf | |
| zend() const | ImageBuf | |
| zmax() const | ImageBuf | |
| zmin() const | ImageBuf | |
| ~ImageBuf() | ImageBuf |
1.8.2