Inheritance diagram for DJDecoderBaseline:
Public Member Functions | |
DJDecoderBaseline () | |
default constructor | |
virtual | ~DJDecoderBaseline () |
destructor | |
virtual E_TransferSyntax | supportedTransferSyntax () const |
returns the transfer syntax that this particular codec is able to encode and decode. | |
Private Member Functions | |
virtual DJDecoder * | createDecoderInstance (const DcmRepresentationParameter *toRepParam, const DJCodecParameter *cp, Uint8 bitsPerSample, OFBool isYBR) const |
creates an instance of the compression library to be used for decoding. |
Definition at line 42 of file djdecbas.h.
|
creates an instance of the compression library to be used for decoding.
Implements DJCodecDecoder. |
|
returns the transfer syntax that this particular codec is able to encode and decode.
Implements DJCodecDecoder. |