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