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