#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 | ( | ) |
bool gdcm::PDFCodec::CanCode | ( | TransferSyntax const & | ) | const [inline, virtual] |
Return whether this coder support this transfer syntax (can code it)
Implements gdcm::Coder.
bool gdcm::PDFCodec::CanDecode | ( | TransferSyntax const & | ) | const [inline, virtual] |
Return whether this decoder support this transfer syntax (can decode it)
Implements gdcm::Decoder.
bool gdcm::PDFCodec::Decode | ( | DataElement const & | is_, |
DataElement & | os | ||
) | [virtual] |
Decode.
Reimplemented from gdcm::Decoder.