#include <ofxsImageEffect.h>
Public Member Functions | |
| ImageMemory (size_t nBytes, ImageEffect *associatedEffect=0) | |
| Class that skins image memory allocation ctor. | |
| ~ImageMemory () | |
| dtor | |
| void * | lock (void) |
| lock the memory and return a pointer to it | |
| void | unlock (void) |
| unlock the memory | |
Protected Attributes | |
| OfxImageMemoryHandle | _handle |
|
||||||||||||
|
Class that skins image memory allocation ctor.
|
|
|
dtor
|
|
|
lock the memory and return a pointer to it
|
|
|
unlock the memory
|
|
|
|
1.3.9.1