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