|
HDK
|
This is the complete list of members for ImageInput, including all inherited members.
| check_open(const ImageSpec &spec, ROI range={0, 65535, 0, 65535, 0, 1, 0, 4}, uint64_t flags=0) | ImageInput | protected |
| close()=0 | ImageInput | pure virtual |
| create(string_view filename, bool do_open=false, const ImageSpec *config=nullptr, Filesystem::IOProxy *ioproxy=nullptr, string_view plugin_searchpath="") | ImageInput | static |
| create(const std::wstring &filename, bool do_open=false, const ImageSpec *config=nullptr, Filesystem::IOProxy *ioproxy=nullptr, string_view plugin_searchpath="") | ImageInput | inlinestatic |
| create(const std::string &filename, bool do_open, const ImageSpec *config, string_view plugin_searchpath) | ImageInput | static |
| create(const std::string &filename, const std::string &plugin_searchpath) | ImageInput | static |
| Creator typedef | ImageInput | |
| current_miplevel(void) const | ImageInput | inlinevirtual |
| current_subimage(void) const | ImageInput | inlinevirtual |
| destroy(ImageInput *x) | ImageInput | static |
| error(const char *fmt, const Args &...args) const | ImageInput | inline |
| errorf(const char *fmt, const Args &...args) const | ImageInput | inline |
| errorfmt(const char *fmt, const Args &...args) const | ImageInput | inline |
| fmterror(const char *fmt, const Args &...args) const | ImageInput | inline |
| format_name(void) const =0 | ImageInput | pure virtual |
| get_thumbnail(ImageBuf &thumb, int subimage) | ImageInput | inlinevirtual |
| geterror(bool clear=true) const | ImageInput | |
| has_error() const | ImageInput | |
| ImageInput() | ImageInput | protected |
| ioproxy() | ImageInput | protected |
| ioproxy() const | ImageInput | protected |
| ioproxy_clear() | ImageInput | protected |
| ioproxy_opened() const | ImageInput | protected |
| ioproxy_retrieve_from_config(const ImageSpec &config) | ImageInput | protected |
| ioproxy_use_or_open(string_view name) | ImageInput | protected |
| ioread(void *buf, size_t itemsize, size_t nitems=1) | ImageInput | protected |
| ioseek(int64_t pos, int origin=SEEK_SET) | ImageInput | protected |
| iotell() const | ImageInput | protected |
| lock() const | ImageInput | |
| lock_guard typedef | ImageInput | |
| m_spec | ImageInput | protected |
| open(const std::string &filename, const ImageSpec *config=nullptr, Filesystem::IOProxy *ioproxy=nullptr) | ImageInput | static |
| open(const std::wstring &filename, const ImageSpec *config=nullptr, Filesystem::IOProxy *ioproxy=nullptr) | ImageInput | inlinestatic |
| open(const std::string &name, ImageSpec &newspec)=0 | ImageInput | pure virtual |
| open(const std::wstring &name, ImageSpec &newspec) | ImageInput | inline |
| open(const std::string &name, ImageSpec &newspec, const ImageSpec &config OIIO_MAYBE_UNUSED) | ImageInput | inlinevirtual |
| open(const std::wstring &name, ImageSpec &newspec, const ImageSpec &config OIIO_MAYBE_UNUSED) | ImageInput | inline |
| OpenChecks enum name | ImageInput | protected |
| operator delete(void *ptr) | ImageInput | |
| operator new(size_t size) | ImageInput | |
| read_image(int subimage, int miplevel, int chbegin, int chend, TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride, ProgressCallback progress_callback=NULL, void *progress_callback_data=NULL) | ImageInput | virtual |
| read_image(TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride, ProgressCallback progress_callback=NULL, void *progress_callback_data=NULL) | ImageInput | virtual |
| read_image(int chbegin, int chend, TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride, ProgressCallback progress_callback=NULL, void *progress_callback_data=NULL) | ImageInput | virtual |
| read_image(float *data) | ImageInput | inline |
| read_native_deep_image(int subimage, int miplevel, DeepData &deepdata) | ImageInput | virtual |
| read_native_deep_image(DeepData &deepdata) | ImageInput | inline |
| read_native_deep_scanlines(int subimage, int miplevel, int ybegin, int yend, int z, int chbegin, int chend, DeepData &deepdata) | ImageInput | virtual |
| read_native_deep_scanlines(int ybegin, int yend, int z, int chbegin, int chend, DeepData &deepdata) | ImageInput | inline |
| read_native_deep_tiles(int subimage, int miplevel, int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, int chbegin, int chend, DeepData &deepdata) | ImageInput | virtual |
| read_native_deep_tiles(int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, int chbegin, int chend, DeepData &deepdata) | ImageInput | inline |
| read_native_scanline(int subimage, int miplevel, int y, int z, void *data)=0 | ImageInput | pure virtual |
| read_native_scanlines(int subimage, int miplevel, int ybegin, int yend, int z, void *data) | ImageInput | virtual |
| read_native_scanlines(int subimage, int miplevel, int ybegin, int yend, int z, int chbegin, int chend, void *data) | ImageInput | virtual |
| read_native_tile(int subimage, int miplevel, int x, int y, int z, void *data) | ImageInput | virtual |
| read_native_tiles(int subimage, int miplevel, int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, void *data) | ImageInput | virtual |
| read_native_tiles(int subimage, int miplevel, int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, int chbegin, int chend, void *data) | ImageInput | virtual |
| read_scanline(int y, int z, TypeDesc format, void *data, stride_t xstride=AutoStride) | ImageInput | virtual |
| read_scanline(int y, int z, float *data) | ImageInput | inline |
| read_scanlines(int subimage, int miplevel, int ybegin, int yend, int z, int chbegin, int chend, TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride) | ImageInput | virtual |
| read_scanlines(int ybegin, int yend, int z, TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride) | ImageInput | |
| read_scanlines(int ybegin, int yend, int z, int chbegin, int chend, TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride) | ImageInput | |
| read_tile(int x, int y, int z, TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride) | ImageInput | virtual |
| read_tile(int x, int y, int z, float *data) | ImageInput | inline |
| read_tiles(int subimage, int miplevel, int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, int chbegin, int chend, TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride) | ImageInput | virtual |
| read_tiles(int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride) | ImageInput | |
| read_tiles(int xbegin, int xend, int ybegin, int yend, int zbegin, int zend, int chbegin, int chend, TypeDesc format, void *data, stride_t xstride=AutoStride, stride_t ystride=AutoStride, stride_t zstride=AutoStride) | ImageInput | |
| seek_subimage(int subimage, int miplevel) | ImageInput | inlinevirtual |
| seek_subimage(int subimage, int miplevel, ImageSpec &newspec) | ImageInput | inline |
| seek_subimage(int subimage, ImageSpec &newspec) | ImageInput | inline |
| send_to_client(const char *format,...) | ImageInput | |
| send_to_input(const char *format,...) | ImageInput | virtual |
| set_ioproxy(Filesystem::IOProxy *ioproxy) | ImageInput | virtual |
| spec(void) const | ImageInput | inlinevirtual |
| spec(int subimage, int miplevel=0) | ImageInput | virtual |
| spec_dimensions(int subimage, int miplevel=0) | ImageInput | virtual |
| supports(string_view feature OIIO_MAYBE_UNUSED) const | ImageInput | inlinevirtual |
| threads(int n) | ImageInput | |
| threads() const | ImageInput | |
| try_lock() const | ImageInput | |
| unique_ptr typedef | ImageInput | |
| unlock() const | ImageInput | |
| valid_file(const std::string &filename) const | ImageInput | virtual |
| valid_file(const std::wstring &filename) const | ImageInput | inline |
| valid_file(Filesystem::IOProxy *ioproxy) const | ImageInput | virtual |
| ~ImageInput() | ImageInput | virtual |