#include <gdcmPDFCodec.h>


Public Member Functions | |
| PDFCodec () | |
| ~PDFCodec () | |
| bool | CanCode (TransferSyntax const &) const |
| 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] |
| 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 & | , | |
| DataElement & | ||||
| ) | [virtual] |
Decode.
Reimplemented from gdcm::Decoder.
1.7.1