14#ifndef GDCMDELTAENCODINGCODEC_H
15#define GDCMDELTAENCODINGCODEC_H
35 bool Decode(std::istream &is, std::ostream &os);
Class to represent a Data Element either Implicit or Explicit.
Definition gdcmDataElement.h:59
DeltaEncodingCodec compression used by some private vendor.
Definition gdcmDeltaEncodingCodec.h:28
bool CanDecode(TransferSyntax const &ts)
bool Decode(std::istream &is, std::ostream &os)
bool Decode(DataElement const &is, DataElement &os)
Decode.
ImageCodec.
Definition gdcmImageCodec.h:31
Class to manipulate Transfer Syntax.
Definition gdcmTransferSyntax.h:40