singleton class that registers an RLE encoder.
More...
|
static void | registerCodecs (OFBool pCreateSOPInstanceUID=OFFalse, Uint32 pFragmentSize=0, OFBool pCreateOffsetTable=OFTrue, OFBool pConvertToSC=OFFalse) |
| registers RLE encoder.
|
|
static void | cleanup () |
| deregisters encoder.
|
|
|
class | DcmRLEEncoderRegistrationDummyFriend |
|
singleton class that registers an RLE encoder.
Definition at line 41 of file dcrleerg.h.
static void DcmRLEEncoderRegistration::cleanup |
( |
| ) |
|
|
static |
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.
static void DcmRLEEncoderRegistration::registerCodecs |
( |
OFBool |
pCreateSOPInstanceUID = OFFalse , |
|
|
Uint32 |
pFragmentSize = 0 , |
|
|
OFBool |
pCreateOffsetTable = OFTrue , |
|
|
OFBool |
pConvertToSC = OFFalse |
|
) |
| |
|
static |
registers RLE encoder.
If already registered, call is ignored unless cleanup() has been performed before.
- Parameters
-
pCreateSOPInstanceUID | flag indicating whether or not a new SOP Instance UID should be assigned upon compression. |
pFragmentSize | maximum fragment size (in kbytes) for compression, 0 for unlimited. |
pCreateOffsetTable | create offset table during image compression? |
pConvertToSC | flag indicating whether image should be converted to Secondary Capture upon compression |
The documentation for this class was generated from the following file: