27#include <Inventor/SbVec2s.h>
28#include <Inventor/SbVec3s.h>
29#include <Inventor/SbString.h>
34typedef SbBool SbImageScheduleReadCB(
const SbString &,
SbImage *,
void *);
40 SbImage(
const unsigned char * bytes,
42 SbImage(
const unsigned char * bytes,
47 const unsigned char * bytes);
49 const unsigned char * bytes);
51 const unsigned char * bytes);
53 const unsigned char * bytes);
58 SbBool readFile(
const SbString & filename,
68 static void addReadImageCB(SbImageReadImageCB * cb,
void * closure);
69 static void removeReadImageCB(SbImageReadImageCB * cb,
void * closure);
75 SbBool hasData(
void)
const;
79 class SbImageP * pimpl;
84 void readLock(
void)
const;
85 void readUnlock(
void)
const;
87 SbBool scheduleReadFile(SbImageScheduleReadCB * cb,
The SbImage class is an abstract datatype for 2D and 3D images.
Definition SbImage.h:37
int operator!=(const SbImage &image) const
Definition SbImage.h:63
The SbList class is a template container class for lists.
Definition SbList.h:61
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:90
int operator==(const SbList< Type > &l) const
Definition SbList.h:200
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:42
The SbVec2s class is a 2 dimensional vector with short integer coordinates.
Definition SbVec2s.h:41
The SbVec3s class is a 3 dimensional vector with short integer coordinates.
Definition SbVec3s.h:39