MeVisLab Toolbox Reference
|
Contains pixel data which is either shared/ref counted or a direct pointer. More...
#include <DCMTree_Lib.h>
Public Member Functions | |
PixelData () | |
PixelData (const pixel_cont_t &data) | |
PixelData (const unsigned char *data) | |
operator bool () const | |
void | operator= (const pixel_cont_t &data) |
void | operator= (unsigned char *data) |
const unsigned char * | get () const |
Contains pixel data which is either shared/ref counted or a direct pointer.
This class was needed to allow passing pointers to both shared memory and direct pointers through various APIs.
Definition at line 105 of file DCMTree_Lib.h.
|
inline |
Definition at line 106 of file DCMTree_Lib.h.
|
inline |
Definition at line 107 of file DCMTree_Lib.h.
Definition at line 108 of file DCMTree_Lib.h.
Definition at line 124 of file DCMTree_Lib.h.
|
inline |
Definition at line 110 of file DCMTree_Lib.h.
|
inline |
Definition at line 114 of file DCMTree_Lib.h.
Definition at line 119 of file DCMTree_Lib.h.