32 #include "dcmtk/config/osconfig.h"
33 #include "dcmtk/ofstd/oftypes.h"
53 OFBool pCreateSOPInstanceUID = OFFalse,
54 OFBool pReverseDecompressionByteOrder = OFFalse);
82 friend class DcmRLEDecoderRegistrationDummyFriend;
static DcmRLECodecDecoder * codec
pointer to RLE decoder
static void registerCodecs(OFBool pCreateSOPInstanceUID=OFFalse, OFBool pReverseDecompressionByteOrder=OFFalse)
registers RLE decoder.
codec parameter for RLE codec
static void cleanup()
deregisters decoder.
DcmRLEDecoderRegistration(const DcmRLEDecoderRegistration &)
private undefined copy constructor
static DcmRLECodecParameter * cp
pointer to codec parameter
DcmRLEDecoderRegistration & operator=(const DcmRLEDecoderRegistration &)
private undefined copy assignment operator
singleton class that registers an RLE decoder.
static OFBool registered
flag indicating whether the decoder is already registered.