|
GDCM
2.2.3
|
#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.
| 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 & | , |
| DataElement & | |||
| ) | [virtual] |
Decode.
Reimplemented from gdcm::Decoder.
1.7.6.1