Static Public Member Functions | |
void | registerCodecs (OFBool pCreateSOPInstanceUID=OFFalse, OFBool pVerbose=OFFalse) |
registers RLE decoder. | |
void | cleanup () |
deregisters decoder. | |
void | registerCodecs (OFBool pCreateSOPInstanceUID=OFFalse, OFBool pVerbose=OFFalse) |
registers RLE decoder. | |
void | cleanup () |
deregisters decoder. | |
Private Member Functions | |
DcmRLEDecoderRegistration (const DcmRLEDecoderRegistration &) | |
private undefined copy constructor | |
DcmRLEDecoderRegistration & | operator= (const DcmRLEDecoderRegistration &) |
private undefined copy assignment operator | |
DcmRLEDecoderRegistration (const DcmRLEDecoderRegistration &) | |
private undefined copy constructor | |
DcmRLEDecoderRegistration & | operator= (const DcmRLEDecoderRegistration &) |
private undefined copy assignment operator | |
Static Private Attributes | |
OFBool | registered |
flag indicating whether the decoder is already registered. | |
DcmRLECodecParameter * | cp |
pointer to codec parameter | |
DcmRLECodecDecoder * | codec |
pointer to RLE decoder | |
DcmRLECodecParameter * | cp |
pointer to codec parameter | |
DcmRLECodecDecoder * | codec |
pointer to RLE decoder | |
Friends | |
class | DcmRLEDecoderRegistrationDummyFriend |
Definition at line 44 of file dcrledrg.h.
|
deregisters decoder. Attention: Must not be called while other threads might still use the registered codecs, e.g. because they are currently decoding DICOM data sets through dcmdata. |
|
deregisters decoder. Attention: Must not be called while other threads might still use the registered codecs, e.g. because they are currently decoding DICOM data sets through dcmdata. |
|
registers RLE decoder. If already registered, call is ignored unless cleanup() has been performed before.
|
|
registers RLE decoder. If already registered, call is ignored unless cleanup() has been performed before.
|