Inheritance diagram for DcmRLECodecEncoder:

Public Member Functions | |
| DcmRLECodecEncoder () | |
| default constructor | |
| virtual | ~DcmRLECodecEncoder () |
| destructor | |
| virtual OFCondition | decode (const DcmRepresentationParameter *fromRepParam, DcmPixelSequence *pixSeq, DcmPolymorphOBOW &uncompressedPixelData, const DcmCodecParameter *cp, const DcmStack &objStack) const |
| decompresses the given pixel sequence and stores the result in the given uncompressedPixelData element. | |
| virtual OFCondition | encode (const Uint16 *pixelData, const Uint32 length, const DcmRepresentationParameter *toRepParam, DcmPixelSequence *&pixSeq, const DcmCodecParameter *cp, DcmStack &objStack) const |
| compresses the given uncompressed DICOM image and stores the result in the given pixSeq element. | |
| virtual OFCondition | encode (const E_TransferSyntax fromRepType, const DcmRepresentationParameter *fromRepParam, DcmPixelSequence *fromPixSeq, const DcmRepresentationParameter *toRepParam, DcmPixelSequence *&toPixSeq, const DcmCodecParameter *cp, DcmStack &objStack) const |
| transcodes (re-compresses) the given compressed DICOM image and stores the result in the given toPixSeq element. | |
| virtual OFBool | canChangeCoding (const E_TransferSyntax oldRepType, const E_TransferSyntax newRepType) const |
| checks if this codec is able to convert from the given current transfer syntax to the given new transfer syntax | |
Private Member Functions | |
| DcmRLECodecEncoder (const DcmRLECodecEncoder &) | |
| private undefined copy constructor | |
| DcmRLECodecEncoder & | operator= (const DcmRLECodecEncoder &) |
| private undefined copy assignment operator | |
Static Private Member Functions | |
| static OFCondition | updateDerivationDescription (DcmItem *dataset, double ratio) |
| create Derivation Description. | |
This class only supports compression, it neither implements decoding nor transcoding.
Definition at line 46 of file dcrlecce.h.
|
||||||||||||
|
checks if this codec is able to convert from the given current transfer syntax to the given new transfer syntax
Implements DcmCodec. |
|
||||||||||||||||||||||||
|
decompresses the given pixel sequence and stores the result in the given uncompressedPixelData element.
Implements DcmCodec. |
|
||||||||||||||||||||||||||||||||
|
transcodes (re-compresses) the given compressed DICOM image and stores the result in the given toPixSeq element.
Implements DcmCodec. |
|
||||||||||||||||||||||||||||
|
compresses the given uncompressed DICOM image and stores the result in the given pixSeq element.
Implements DcmCodec. |
|
||||||||||||
|
create Derivation Description.
|