5#include "dcmtk/dcmdata/dctypes.h"
9 class Jp2CodecParameter;
12 class Jp2DecoderRegistration
15 static void registerCodecs(
16 OFBool pCreateSOPInstanceUID = OFFalse,
17 OFBool pVerbose = OFFalse,
18 OFBool pReverseDecompressionByteOrder = OFFalse);
19 static void cleanup();
21 Jp2DecoderRegistration(
const Jp2DecoderRegistration&);
22 Jp2DecoderRegistration& operator=(
const Jp2DecoderRegistration&);
23 static OFBool registered;
24 static Jp2CodecParameter* cp;
25 static Jp2Decoder* codec;
Definition: exceptions.hpp:12