MeVisLab Toolbox Reference
|
Contains pixel data that 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 that 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 99 of file DCMTree_Lib.h.
|
inline |
Definition at line 100 of file DCMTree_Lib.h.
|
inline |
Definition at line 101 of file DCMTree_Lib.h.
Definition at line 102 of file DCMTree_Lib.h.
Definition at line 118 of file DCMTree_Lib.h.
|
inline |
Definition at line 104 of file DCMTree_Lib.h.
|
inline |
Definition at line 108 of file DCMTree_Lib.h.
Definition at line 113 of file DCMTree_Lib.h.