GDCM 2.0.17

gdcm::Decoder Class Reference

Decoder. More...

#include <gdcmDecoder.h>

Inheritance diagram for gdcm::Decoder:

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


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::KAKADUCodec, 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]

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

Generated on Tue Feb 1 2011 12:30:27 for GDCM by doxygen 1.7.3
SourceForge.net Logo