Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SbImage.h File Reference
#include <Inventor/SbVec2s.h>
#include <Inventor/SbVec3s.h>
#include <Inventor/SbString.h>
#include <cstddef>

Go to the source code of this file.

Classes

class  SbImage
 The SbImage class is an abstract datatype for 2D and 3D images. More...
 

Typedefs

typedef SbBool SbImageScheduleReadCB(const SbString &, SbImage *, void *)
 
typedef SbBool SbImageReadImageCB(const SbString &, SbImage *, void *)
 

Typedef Documentation

◆ SbImageScheduleReadCB

SbBool SbImageScheduleReadCB

The type definition of the callback function that is called when a file is scheduled for reading.

◆ SbImageReadImageCB

SbBool SbImageReadImageCB

The type definition of the callback function that is called to actually read the image file.