GDCM
2.2.0
|
#include <gdcmPDFCodec.h>
Public Member Functions | |
PDFCodec () | |
~PDFCodec () | |
bool | CanCode (TransferSyntax const &) const |
Return whether this coder support this transfer syntax (can code it) | |
bool | CanDecode (TransferSyntax const &) const |
Return whether this decoder support this transfer syntax (can decode it) | |
bool | Decode (DataElement const &is, DataElement &os) |
Decode. |
PDFCodec class.
gdcm::PDFCodec::PDFCodec | ( | ) |
gdcm::PDFCodec::~PDFCodec | ( | ) |
|
inlinevirtual |
Return whether this coder support this transfer syntax (can code it)
Implements gdcm::Coder.
|
inlinevirtual |
Return whether this decoder support this transfer syntax (can decode it)
Implements gdcm::Decoder.
|
virtual |
Decode.
Reimplemented from gdcm::Decoder.