DeltaEncodingCodec compression used by some private vendor. More...
#include <gdcmDeltaEncodingCodec.h>
Public Member Functions | |
DeltaEncodingCodec () | |
~DeltaEncodingCodec () | |
bool | CanDecode (TransferSyntax const &ts) |
bool | Decode (DataElement const &is, DataElement &os) |
Decode. | |
Protected Member Functions | |
bool | Decode (std::istream &is, std::ostream &os) |
DeltaEncodingCodec compression used by some private vendor.
gdcm::DeltaEncodingCodec::DeltaEncodingCodec | ( | ) |
gdcm::DeltaEncodingCodec::~DeltaEncodingCodec | ( | ) |
bool gdcm::DeltaEncodingCodec::CanDecode | ( | TransferSyntax const & | ts ) |
bool gdcm::DeltaEncodingCodec::Decode | ( | std::istream & | is, |
std::ostream & | os | ||
) | [protected, virtual] |
Reimplemented from gdcm::ImageCodec.
bool gdcm::DeltaEncodingCodec::Decode | ( | DataElement const & | is_, |
DataElement & | os | ||
) | [virtual] |
Decode.
Reimplemented from gdcm::ImageCodec.