14 #ifndef GDCMKAKADUCODEC_H
15 #define GDCMKAKADUCODEC_H
42 #endif //GDCMKAKADUCODEC_H
bool CanDecode(TransferSyntax const &ts) const
Return whether this decoder support this transfer syntax (can decode it)
virtual ImageCodec * Clone() const
bool Code(DataElement const &in, DataElement &out)
Code.
bool CanCode(TransferSyntax const &ts) const
Return whether this coder support this transfer syntax (can code it)
ImageCodec.
Definition: gdcmImageCodec.h:30
KAKADUCodec.
Definition: gdcmKAKADUCodec.h:25
Class to represent a Data Element either Implicit or Explicit.
Definition: gdcmDataElement.h:58
Class to manipulate Transfer Syntax.
Definition: gdcmTransferSyntax.h:39
bool Decode(DataElement const &is, DataElement &os)
Decode.