GDCM  2.2.0
Public Member Functions | Protected Member Functions
gdcm::Decoder Class Reference

Decoder. More...

#include <gdcmDecoder.h>

Inheritance diagram for gdcm::Decoder:
[legend]

List of all members.

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 &is_, DataElement &os)
 Decode.

Protected Member Functions

virtual bool Decode (std::istream &is_, std::ostream &os)

Detailed Description

Decoder.


Constructor & Destructor Documentation

virtual gdcm::Decoder::~Decoder ( )
inlinevirtual

Member Function Documentation

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::PVRGCodec, gdcm::RLECodec, gdcm::ImageCodec, gdcm::JPEG2000Codec, gdcm::JPEGLSCodec, gdcm::PNMCodec, gdcm::RAWCodec, gdcm::AudioCodec, gdcm::PDFCodec, and gdcm::KAKADUCodec.

virtual bool gdcm::Decoder::Decode ( DataElement const &  is_,
DataElement os 
)
inlinevirtual
virtual bool gdcm::Decoder::Decode ( std::istream &  is_,
std::ostream &  os 
)
inlineprotectedvirtual

The documentation for this class was generated from the following file:

Generated on Wed Jun 13 2012 20:40:39 for GDCM by doxygen 1.8.1
SourceForge.net Logo