|
GDCM
2.2.3
|
#include <gdcmDecoder.h>

Public Member Functions | |
| virtual | ~Decoder () |
| virtual bool | CanDecode (TransferSyntax const &) const =0 |
| Return whether this decoder support this transfer syntax (can decode it) | |
| virtual bool | Decode (DataElement const &, DataElement &) |
| Decode. | |
Protected Member Functions | |
| virtual bool | DecodeByStreams (std::istream &, std::ostream &) |
| virtual gdcm::Decoder::~Decoder | ( | ) | [inline, virtual] |
| virtual bool gdcm::Decoder::CanDecode | ( | TransferSyntax const & | ) | const [pure virtual] |
Return whether this decoder support this transfer syntax (can decode it)
Implemented in gdcm::JPEGCodec, gdcm::RLECodec, gdcm::PVRGCodec, gdcm::JPEG2000Codec, gdcm::ImageCodec, gdcm::JPEGLSCodec, gdcm::PNMCodec, gdcm::RAWCodec, gdcm::AudioCodec, gdcm::PDFCodec, gdcm::PGXCodec, and gdcm::KAKADUCodec.
| virtual bool gdcm::Decoder::Decode | ( | DataElement const & | , |
| DataElement & | |||
| ) | [inline, virtual] |
Decode.
Reimplemented in gdcm::JPEGCodec, gdcm::RLECodec, gdcm::JPEGLSCodec, gdcm::PVRGCodec, gdcm::JPEG2000Codec, gdcm::ImageCodec, gdcm::DeltaEncodingCodec, gdcm::KAKADUCodec, gdcm::RAWCodec, gdcm::AudioCodec, and gdcm::PDFCodec.
| virtual bool gdcm::Decoder::DecodeByStreams | ( | std::istream & | , |
| std::ostream & | |||
| ) | [inline, protected, virtual] |
Reimplemented in gdcm::JPEGCodec, gdcm::JPEG2000Codec, gdcm::RLECodec, gdcm::ImageCodec, gdcm::RAWCodec, gdcm::JPEG12Codec, gdcm::JPEG16Codec, and gdcm::JPEG8Codec.
1.7.6.1