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 (  )  [inline, virtual]

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

virtual bool gdcm::Decoder::Decode ( std::istream &  is,
std::ostream &  os 
) [inline, protected, virtual]
virtual bool gdcm::Decoder::Decode ( DataElement const &  is,
DataElement os 
) [inline, virtual]

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

Generated on Tue Mar 9 22:41:34 2010 for GDCM by doxygen 1.6.3
SourceForge.net Logo