36#include <Inventor/SbVec2s.h>
37#include <Inventor/SbVec3s.h>
38#include <Inventor/SbString.h>
43typedef SbBool SbImageScheduleReadCB(
const SbString &,
SbImage *,
void *);
49 SbImage(
const unsigned char * bytes,
51 SbImage(
const unsigned char * bytes,
57 const unsigned char * bytes);
59 const unsigned char * bytes);
61 const unsigned char * bytes);
63 const unsigned char * bytes);
68 SbBool readFile(
const SbString & filename,
78 static void addReadImageCB(SbImageReadImageCB * cb,
void * closure);
79 static void removeReadImageCB(SbImageReadImageCB * cb,
void * closure);
85 SbBool hasData(
void)
const;
89 class SbImageP * pimpl;
94 void readLock(
void)
const;
95 void readUnlock(
void)
const;
97 SbBool scheduleReadFile(SbImageScheduleReadCB * cb,
The SbImage class is an abstract data type for 2D and 3D images.
Definition SbImage.h:46
int operator!=(const SbImage &image) const
Definition SbImage.h:73
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
int operator==(const SbList< Type > &l) const
Definition SbList.h:209
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:52
The SbVec2s class is a 2 dimensional vector with short integer coordinates.
Definition SbVec2s.h:51
The SbVec3s class is a 3 dimensional vector with short integer coordinates.
Definition SbVec3s.h:51