Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://coin3d.github.io
https://www.kongsberg.com/en/kogt/
SbImage Member List

This is the complete list of members for SbImage, including all inherited members.

addReadImageCB(SbImageReadImageCB *cb, void *closure)SbImagestatic
getSize(void) constSbImage
getValue(SbVec2s &size, int &bytesperpixel) constSbImage
getValue(SbVec3s &size, int &bytesperpixel) constSbImage
hasData(void) constSbImage
operator!=(const SbImage &image) constSbImageinline
operator=(const SbImage &image)SbImage
operator==(const SbImage &image) constSbImage
readFile(const SbString &filename, const SbString *const *searchdirectories=NULL, const int numdirectories=0)SbImage
readLock(void) constSbImage
readUnlock(void) constSbImage
removeReadImageCB(SbImageReadImageCB *cb, void *closure)SbImagestatic
SbImage(void)SbImage
SbImage(const unsigned char *bytes, const SbVec2s &size, const int bytesperpixel)SbImage
SbImage(const unsigned char *bytes, const SbVec3s &size, const int bytesperpixel)SbImage
SbImage(const SbImage &image)SbImage
scheduleReadFile(SbImageScheduleReadCB *cb, void *closure, const SbString &filename, const SbString *const *searchdirectories=NULL, const int numdirectories=0)SbImage
searchForFile(const SbString &basename, const SbString *const *dirlist, const int numdirs)SbImagestatic
setValue(const SbVec2s &size, const int bytesperpixel, const unsigned char *bytes)SbImage
setValue(const SbVec3s &size, const int bytesperpixel, const unsigned char *bytes)SbImage
setValuePtr(const SbVec2s &size, const int bytesperpixel, const unsigned char *bytes)SbImage
setValuePtr(const SbVec3s &size, const int bytesperpixel, const unsigned char *bytes)SbImage
~SbImage()SbImage