DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
DcmRLEDecoderRegistration Class Reference

singleton class that registers an RLE decoder. More...

Static Public Member Functions

static void registerCodecs (OFBool pCreateSOPInstanceUID=OFFalse, OFBool pReverseDecompressionByteOrder=OFFalse)
 registers RLE decoder. More...
 
static void cleanup ()
 deregisters decoder. More...
 

Private Member Functions

 DcmRLEDecoderRegistration (const DcmRLEDecoderRegistration &)
 private undefined copy constructor
 
DcmRLEDecoderRegistrationoperator= (const DcmRLEDecoderRegistration &)
 private undefined copy assignment operator
 

Static Private Attributes

static OFBool registered
 flag indicating whether the decoder is already registered.
 
static DcmRLECodecParametercp
 pointer to codec parameter
 
static DcmRLECodecDecodercodec
 pointer to RLE decoder
 

Detailed Description

singleton class that registers an RLE decoder.

Member Function Documentation

static void DcmRLEDecoderRegistration::cleanup ( )
static

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.

static void DcmRLEDecoderRegistration::registerCodecs ( OFBool  pCreateSOPInstanceUID = OFFalse,
OFBool  pReverseDecompressionByteOrder = OFFalse 
)
static

registers RLE decoder.

If already registered, call is ignored unless cleanup() has been performed before.

Parameters
pCreateSOPInstanceUIDflag indicating whether or not a new SOP Instance UID should be assigned upon decompression.
pReverseDecompressionByteOrderflag indicating whether the byte order should be reversed upon decompression. Needed to correctly decode some incorrectly encoded images with more than one byte per sample.

The documentation for this class was generated from the following file:


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8