Inheritance diagram for DJEncoderP14SV1:
Public Member Functions | |
DJEncoderP14SV1 () | |
default constructor | |
virtual | ~DJEncoderP14SV1 () |
destructor | |
virtual E_TransferSyntax | supportedTransferSyntax () const |
returns the transfer syntax that this particular codec is able to encode and decode. | |
Private Member Functions | |
virtual OFBool | isLosslessProcess () const |
returns true if the transfer syntax supported by this codec is lossless. | |
virtual void | createDerivationDescription (const DcmRepresentationParameter *toRepParam, const DJCodecParameter *cp, Uint8 bitsPerSample, double ratio, OFString &derivationDescription) const |
creates 'derivation description' string after encoding. | |
virtual DJEncoder * | createEncoderInstance (const DcmRepresentationParameter *toRepParam, const DJCodecParameter *cp, Uint8 bitsPerSample) const |
creates an instance of the compression library to be used for encoding/decoding. |
Definition at line 43 of file djencsv1.h.
|
creates 'derivation description' string after encoding.
Implements DJCodecEncoder. |
|
creates an instance of the compression library to be used for encoding/decoding.
Implements DJCodecEncoder. |
|
returns true if the transfer syntax supported by this codec is lossless.
Implements DJCodecEncoder. |
|
returns the transfer syntax that this particular codec is able to encode and decode.
Implements DJCodecEncoder. |