#include <gdcmAudioCodec.h>
Public Member Functions | |
AudioCodec () | |
~AudioCodec () | |
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. |
gdcm::AudioCodec::AudioCodec | ( | ) |
gdcm::AudioCodec::~AudioCodec | ( | ) |
bool gdcm::AudioCodec::CanCode | ( | TransferSyntax const & | ) | const [inline, virtual] |
Return whether this coder support this transfer syntax (can code it)
Implements gdcm::Coder.
bool gdcm::AudioCodec::CanDecode | ( | TransferSyntax const & | ) | const [inline, virtual] |
Return whether this decoder support this transfer syntax (can decode it)
Implements gdcm::Decoder.
bool gdcm::AudioCodec::Decode | ( | DataElement const & | is_, |
DataElement & | os | ||
) | [virtual] |
Decode.
Reimplemented from gdcm::Decoder.