#include <ckimage.h>
Inheritance diagram for CkAllocImage:


Public Member Functions | |
| CkAllocImage () | |
| CkAllocImage (int w, int h, int c) | |
| ~CkAllocImage () | |
| void | allocate (void) |
| void | deallocate (void) |
| void | pup (PUP::er &p) |
Private Attributes | |
| channel_t * | allocData |
Definition at line 197 of file ckimage.h.
| CkAllocImage::CkAllocImage | ( | ) | [inline] |
| CkAllocImage::~CkAllocImage | ( | ) | [inline] |
| void CkAllocImage::allocate | ( | void | ) | [inline] |
Definition at line 209 of file ckimage.h.
References allocData, CkRect::area(), CkImage::getColors(), CkImage::getRect(), and CkImage::setData().
Referenced by pup().
| void CkAllocImage::deallocate | ( | void | ) | [inline] |
| void CkAllocImage::pup | ( | PUP::er & | p | ) |
Reimplemented from CkImage.
Definition at line 63 of file ckimage.C.
References allocate(), allocData, CkRect::area(), CkImage::getColors(), CkImage::getRect(), p, and CkImage::pup().
channel_t* CkAllocImage::allocData [private] |
Definition at line 198 of file ckimage.h.
Referenced by allocate(), CkAllocImage(), deallocate(), pup(), and ~CkAllocImage().
1.5.1